BeforeFormEnginePageInitializedEvent

The PSR-14 event \TYPO3\CMS\Backend\Controller\Event\BeforeFormEnginePageInitializedEvent allows to listen for before the form engine has been initialized (before all data will be 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\BeforeFormEnginePageInitializedEvent

Event to listen to before the form engine has been initialized (= before all data will be persisted)

getController()
Return type

TYPO3\CMS\Backend\Controller\EditDocumentController

getRequest()
Return type

Psr\Http\Message\ServerRequestInterface