function LlamaButton::getButtons
Same name in other branches
- 8.9.x core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaButton.php \Drupal\ckeditor_test\Plugin\CKEditorPlugin\LlamaButton::getButtons()
Overrides CKEditorPluginButtonsInterface::getButtons
File
-
core/
modules/ ckeditor/ tests/ modules/ src/ Plugin/ CKEditorPlugin/ LlamaButton.php, line 20
Class
- LlamaButton
- Defines a "LlamaButton" plugin, with a toolbar builder-enabled "llama" feature.
Namespace
Drupal\ckeditor_test\Plugin\CKEditorPluginCode
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.