Hook actionOrderReturnStatesGridDefinitionModifier
Modify order return states grid definition
This hook allows to alter order return states grid columns, actions and filters
Hook |
actionOrderReturnStatesGridDefinitionModifier |
Locations |
BO |
Type |
action |
Origin |
core |
Aliases |
|
Description |
This hook allows to alter order return states grid columns, actions and filters |
Located in
Call of the Hook in the origin file
$this->hookDispatcher->dispatchWithParameters('action' . Container::camelize($definition->getId()) . 'GridDefinitionModifier', [
'definition' => $definition,
]);