ModifyPageLayoutOnLoginProviderSelectionEvent

The PSR-14 event \TYPO3\CMS\Backend\LoginProvider\Event\ModifyPageLayoutOnLoginProviderSelectionEvent allows to modify variables for the view depending on a special login provider set in the controller.

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\LoginProvider\Event\ModifyPageLayoutOnLoginProviderSelectionEvent

Allows to modify variables for the view depending on a special login provider set in the controller.

getController()
Return type

TYPO3\CMS\Backend\Controller\LoginController

getView()
Return type

TYPO3\CMS\Fluid\View\StandaloneView

getPageRenderer()
Return type

TYPO3\CMS\Core\Page\PageRenderer