public function Llama::getConfig

Implements \Drupal\ckeditor\Plugin\CKEditorPluginInterface::getButtons().

Overrides CKEditorPluginInterface::getConfig

File

drupal/core/modules/ckeditor/tests/modules/lib/Drupal/ckeditor_test/Plugin/CKEditorPlugin/Llama.php, line 52
Contains \Drupal\ckeditor_test\Plugin\CKEditorPlugin\Llama.

Class

Llama
Defines the "Llama" plugin, with a CKEditor "llama" feature.

Namespace

Drupal\ckeditor_test\Plugin\CKEditorPlugin

Code

public function getConfig(Editor $editor) {
  return array();
}