public function CKEditorPluginInterface::getFile in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/ckeditor/src/CKEditorPluginInterface.php \Drupal\ckeditor\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.
6 methods override CKEditorPluginInterface::getFile()
- DrupalImage::getFile in core/
modules/ ckeditor/ src/ Plugin/ CKEditorPlugin/ DrupalImage.php - Returns the Drupal root-relative file path to the plugin JavaScript file.
- DrupalImageCaption::getFile in core/
modules/ ckeditor/ src/ Plugin/ CKEditorPlugin/ DrupalImageCaption.php - Returns the Drupal root-relative file path to the plugin JavaScript file.
- DrupalLink::getFile in core/
modules/ ckeditor/ src/ Plugin/ CKEditorPlugin/ DrupalLink.php - Returns the Drupal root-relative file path to the plugin JavaScript file.
- Internal::getFile in core/
modules/ ckeditor/ src/ Plugin/ CKEditorPlugin/ Internal.php - Returns the Drupal root-relative file path to the plugin JavaScript file.
- Llama::getFile in core/
modules/ ckeditor/ tests/ modules/ src/ Plugin/ CKEditorPlugin/ Llama.php - Returns the Drupal root-relative file path to the plugin JavaScript file.
File
- core/
modules/ ckeditor/ src/ CKEditorPluginInterface.php, line 81 - Contains \Drupal\ckeditor\CKEditorPluginInterface.
Class
- CKEditorPluginInterface
- Defines an interface for (loading of) CKEditor plugins.
Namespace
Drupal\ckeditorCode
public function getFile();