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