Hook | action<Controller>FormModifier |
---|---|
Locations | BO |
Type | action |
Origin | core |
Aliases |
Origin | File |
---|---|
core | classes/controller/AdminController.php |
Hook::exec('action' . $this->controller_name . 'FormModifier', [
'object' => &$this->object,
'fields' => &$this->fields_form,
'fields_value' => &$fields_value,
'form_vars' => &$this->tpl_form_vars,
])