public function CKEditorPluginInterface::getFile

Returns the Drupal root-relative file path to the plugin JavaScript file.

Note: this does not use a Drupal library because this uses CKEditor's API, see http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.resourceManager.h....

Return value

string|FALSE The Drupal root-relative path to the file, FALSE if an internal plugin.

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

File

drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginInterface.php, line 52
Contains \Drupal\ckeditor\CKEditorPluginInterface.

Class

CKEditorPluginInterface
Defines an interface for (loading of) CKEditor plugins.

Namespace

Drupal\ckeditor

Code

public function getFile();