function LlamaContextualAndButton::getButtons

File

core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextualAndButton.php, line 40

Class

LlamaContextualAndButton
Defines a "LlamaContextualAndButton" plugin, with a "llama" feature.

Namespace

Drupal\ckeditor_test\Plugin\CKEditorPlugin

Code

public function getButtons() {
  return [
    'Llama' => [
      'label' => $this->t('Insert Llama'),
    ],
  ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.