public function BUEditorPluginInterface::getButtons in BUEditor 8.2
Same name and namespace in other branches
- 8 src/BUEditorPluginInterface.php \Drupal\bueditor\BUEditorPluginInterface::getButtons()
Returns plugin buttons.
Return value
array An array of id:label pairs.
1 method overrides BUEditorPluginInterface::getButtons()
- BUEditorPluginBase::getButtons in src/
BUEditorPluginBase.php - Returns plugin buttons.
File
- src/
BUEditorPluginInterface.php, line 25
Class
- BUEditorPluginInterface
- Defines an interface for BUEditor plugins.
Namespace
Drupal\bueditorCode
public function getButtons();