But you bind an object before the form is initialised. The init
method is normally called by the form element manager during the fetch of the form via the get
method:
$formElementManager->get(ExampleForm::class);
But you bind an object before the form is initialised. The init
method is normally called by the form element manager during the fetch of the form via the get
method:
$formElementManager->get(ExampleForm::class);