function LlamaCss::getButtons

Same name in other branches
  1. 9 core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaCss.php \Drupal\ckeditor_test\Plugin\CKEditorPlugin\LlamaCss::getButtons()

Overrides CKEditorPluginButtonsInterface::getButtons

File

core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaCss.php, line 22

Class

LlamaCss
Defines a "LlamaCss" plugin, with an associated "llama" CSS.

Namespace

Drupal\ckeditor_test\Plugin\CKEditorPlugin

Code

public function getButtons() {
    return [
        'LlamaCSS' => [
            'label' => t('Insert Llama CSS'),
        ],
    ];
}

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