| Hook | actionAfterCreate<FormName>FormHandler |
|---|---|
| Locations | BO |
| Type | action |
| Origin | core |
| Aliases | |
| Description |
| Origin | File |
|---|---|
| core | src/Core/Form/IdentifiableObject/Handler/FormHandler.php |
dispatchWithParameters('actionAfterCreate' . Container::camelize($form->getName()) . 'FormHandler', [
'id' => $id,
'form_data' => &$data,
])
This hook has been implemented as an example in our modules examples repository - demoextendsymfonyform1.
This hook has been implemented as an example in our modules examples repository - demoextendsymfonyform2.
This hook has been implemented as an example in our modules examples repository - demoextendsymfonyform3.