| Hook | actionTitleGridDataModifier | 
|---|---|
| Locations | BO | 
| Type | action | 
| Origin | core | 
| Aliases | |
| Description | This hook allows to modify title grid data | 
| Origin | File | 
|---|---|
| core | src/Core/Grid/GridFactory.php | 
$this->hookDispatcher->dispatchWithParameters('action' . Container::camelize($definition->getId()) . 'GridDataModifier', [
    'data' => &$data,
]);