Allows to add buttons in any toolbar in the back office:
This hook allows you to define descriptions of buttons to add in any toolbar of the back office
Hook locations:
Hook type: action
Located in:
<?php
[
'controller' => (AdminController) $currentController,
'toolbar_extra_buttons_collection' => (ActionsBarButtonsCollection) $toolbarButtonsCollection,
]
Hook::exec('actionGetAdminToolbarButtons', [
'controller' => $this,
'toolbar_extra_buttons_collection' => &$toolbarButtonsCollection,
])