function LlamaContextualAndButton::getFile

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

Overrides Llama::getFile

File

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

Class

LlamaContextualAndButton
Defines a "LlamaContextualAndbutton" plugin, with a contextually OR toolbar builder-enabled "llama" feature.

Namespace

Drupal\ckeditor_test\Plugin\CKEditorPlugin

Code

function getFile() {
  return drupal_get_path('module', 'ckeditor_test') . '/js/llama_contextual_and_button.js';
}