AfterFormEnginePageInitializedEvent¶
The PSR-14 event \TYPO3\CMS\Backend\Controller\Event\AfterFormEnginePageInitializedEvent
is available to listen for after the form engine has been
initialized (all data has been persisted).
Example¶
Note
Currently, we do not have an example for this event. If you can provide a useful one, please open an issue with your code snippets or a pull request.
API¶
- class TYPO3\CMS\Backend\Controller\Event\AfterFormEnginePageInitializedEvent¶
Event to listen to after the form engine has been initialized (= all data has been persisted)
- getController()¶
- Return type
TYPO3\CMS\Backend\Controller\EditDocumentController
- getRequest()¶
- Return type
Psr\Http\Message\ServerRequestInterface