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