PLACE_COMMON
PLACE_COMMON
Hook for custom buttons embedding
getButtons() : array
Retrieve the list of buttons
[
[
'place' => self::PLACE_DOMAIN,
'title' => 'Example Button',
'description' => 'Description for example button',
'icon' => pm_Context::getBaseUrl() . 'images/icon.png',
'link' => pm_Context::getBaseUrl() . 'index.php/index/index',
'newWindow' => false,
'contextParams' => true,
'visibility' => [$this, 'isExampleButtonVisible'],
],
...
]