Hook actionBeforeUpdate<FormName>FormHandler

Informations

Hook actionBeforeUpdate<FormName>FormHandler
Locations
FO
Type action
Origin core
Aliases

Located in

Origin File
core src/Core/Form/IdentifiableObject/Handler/FormHandler.php

Call of the Hook in the origin file

dispatchWithParameters('actionBeforeUpdate' . Container::camelize($form->getName()) . 'FormHandler', [
            'form_data' => &$data,
            'id' => $id,
        ])