You are here

public function IndentBlock::getButtons in CKEditor IndentBlock 8

NOTE: The keys of the returned array corresponds to the CKEditor button names. They are the first argument of the editor.ui.addButton() or editor.ui.addRichCombo() functions in the plugin.js file.

Overrides CKEditorPluginButtonsInterface::getButtons

File

src/Plugin/CKEditorPlugin/IndentBlock.php, line 42

Class

IndentBlock
Defines the "Indent Block" plugin.

Namespace

Drupal\ckeditor_indentblock\Plugin\CKEditorPlugin

Code

public function getButtons() {
  return [];
}