ZF3 Forms + Doctrine, can't bind objects in factories?

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);
1 Like