Hook | actionLogsGridPresenterModifier |
---|---|
Locations | BO |
Type | action |
Origin | core |
Aliases | |
Description | This hook allows to alter presented Logs grid data |
Origin | File |
---|---|
core | src/Core/Grid/Presenter/GridPresenter.php |
$this->hookDispatcher->dispatchWithParameters('action' . Container::camelize($definition->getId()) . 'GridPresenterModifier', [
'presented_grid' => &$presentedGrid,
]);