| Hook | actionLogsGridFilterFormModifier |
|---|---|
| Locations | BO |
| Type | action |
| Origin | core |
| Aliases | |
| Description | This hook allows to alter filters form used in Logs |
| Origin | File |
|---|---|
| core | src/Core/Grid/Filter/GridFilterFormFactory.php |
$this->hookDispatcher->dispatchWithParameters('action' . Container::camelize($definition->getId()) . 'GridFilterFormModifier', [
'filter_form_builder' => $formBuilder,
]);