Start your All-Access Pass to unlock this challenge
What does the persist() method of the ObjectManager do?
persist()
ObjectManager
Validates entities before saving them to the database.
Queues entities to be inserted into the database.
Deletes entities from the database.
Immediately inserts the entity into the database.