EntityAddedToPersistenceEvent
Event which is fired after an object/entity was persisted on add.
The event is dispatched after persisting the object, before updating the reference index and adding the object to the persistence session.
API
-
class
TYPO3\CMS\Extbase\Event\Persistence\
EntityAddedToPersistenceEvent
Event which is fired after an object/entity was sent to persistence layer to be added,
but before updating the reference index and current session.
-
getObject
()
Return type: | TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface |