You are here

public function BUEditorPluginInterface::getButtons in BUEditor 8.2

Same name and namespace in other branches
  1. 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\bueditor

Code

public function getButtons();