function Llama::getFile

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

Overrides CKEditorPluginInterface::getFile

3 methods override Llama::getFile()
LlamaButton::getFile in drupal/core/modules/ckeditor/tests/modules/lib/Drupal/ckeditor_test/Plugin/CKEditorPlugin/LlamaButton.php
Implements \Drupal\ckeditor\Plugin\CKEditorPluginInterface::getFile().
LlamaContextual::getFile in drupal/core/modules/ckeditor/tests/modules/lib/Drupal/ckeditor_test/Plugin/CKEditorPlugin/LlamaContextual.php
Implements \Drupal\ckeditor\Plugin\CKEditorPluginInterface::getFile().
LlamaContextualAndButton::getFile in drupal/core/modules/ckeditor/tests/modules/lib/Drupal/ckeditor_test/Plugin/CKEditorPlugin/LlamaContextualAndButton.php
Implements \Drupal\ckeditor\Plugin\CKEditorPluginInterface::getFile().

File

drupal/core/modules/ckeditor/tests/modules/lib/Drupal/ckeditor_test/Plugin/CKEditorPlugin/Llama.php, line 45
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

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