isEnabled()
isEnabled(string $controller, string $action, boolean $activeList) : boolean
Check if hook is enabled or not
Parameters
string | $controller | |
string | $action | |
boolean | $activeList |
Abstract class for injection into list
getDataProvider(string $controller, string $action, boolean $activeList, array|\Zend_Db_Select $data) : array|\Zend_Db_Select
Get list data provider
string | $controller | |
string | $action | |
boolean | $activeList | |
array|\Zend_Db_Select | $data | Original data provider |
getColumnsOverride(string $controller, string $action, boolean $activeList) : array
Get columns override
[
integer => [
'title' => string,
'noEscape' => bool,
'searchable' => bool,
'sortable' => bool,
],
...
]
string | $controller | |
string | $action | |
boolean | $activeList |
getColumns(string $controller, string $action, boolean $activeList) : array
Get additional columns
[
'new-column-id' => [
'title' => string,
'noEscape' => bool,
'searchable' => bool,
'sortable' => bool,
],
...
]
string | $controller | |
string | $action | |
boolean | $activeList |