.. include:: /Includes.rst.txt .. index:: Events; EntityPersistedEvent .. _EntityPersistedEvent: ==================== EntityPersistedEvent ==================== The PSR-14 event :php:`\TYPO3\CMS\Extbase\Event\Persistence\EntityPersistedEvent` is fired after an object was pushed to the storage backend. Example ======= .. include:: /_includes/EventsContributeNote.rst.txt API === .. include:: /CodeSnippets/Events/Extbase/EntityPersistedEvent.rst.txt