Hook actionSecuritySessionCustomerGridDataModifier
Modify security session customer grid data
This hook allows to modify security session customer grid data
Hook |
actionSecuritySessionCustomerGridDataModifier |
Locations |
BO |
Type |
action |
Origin |
core |
Aliases |
|
Description |
This hook allows to modify security session customer grid data |
Located in
Call of the Hook in the origin file
$this->hookDispatcher->dispatchWithParameters('action' . Container::camelize($definition->getId()) . 'GridDataModifier', [
'data' => &$data,
]);