‪TYPO3CMS  ‪main
TYPO3\CMS\Form\Domain\Runtime\FormRuntime\Lifecycle\AfterFormStateInitializedInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Form\Domain\Runtime\FormRuntime\Lifecycle\AfterFormStateInitializedInterface:
TYPO3\CMS\Form\Mvc\Property\PropertyMappingConfiguration

Public Member Functions

 afterFormStateInitialized (FormRuntime $formRuntime)
 

Detailed Description

Event is triggered with current form state and form session, which is not the case with e.g. afterBuildingFinished. Can be used to further enrich components with runtime state.

Definition at line 28 of file AfterFormStateInitializedInterface.php.

Member Function Documentation

◆ afterFormStateInitialized()

TYPO3\CMS\Form\Domain\Runtime\FormRuntime\Lifecycle\AfterFormStateInitializedInterface::afterFormStateInitialized ( FormRuntime  $formRuntime)
Parameters
FormRuntime$formRuntime‪holding current form state and static form definition

Implemented in TYPO3\CMS\Form\Mvc\Property\PropertyMappingConfiguration.