Implements \Drupal\ckeditor\Plugin\CKEditorPluginInterface::getFile().
Overrides Llama::getFile
File
- drupal/core/modules/ckeditor/tests/modules/lib/Drupal/ckeditor_test/Plugin/CKEditorPlugin/LlamaContextual.php, line 42
- Contains \Drupal\ckeditor_test\Plugin\CKEditorPlugin\LlamaContextual.
Class
- LlamaContextual
- Defines a "Llama" plugin, with a contextually enabled "llama" feature.
Namespace
Drupal\ckeditor_test\Plugin\CKEditorPlugin
Code
function getFile() {
return drupal_get_path('module', 'ckeditor_test') . '/js/llama_contextual.js';
}