public function CKEditorPluginInterface::isInternal in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/ckeditor/src/CKEditorPluginInterface.php \Drupal\ckeditor\CKEditorPluginInterface::isInternal()
Indicates if this plugin is part of the optimized CKEditor build.
Plugins marked as internal are implicitly loaded as part of CKEditor.
Return value
bool
3 methods override CKEditorPluginInterface::isInternal()
- CKEditorPluginBase::isInternal in core/
modules/ ckeditor/ src/ CKEditorPluginBase.php - Indicates if this plugin is part of the optimized CKEditor build.
- DrupalImageCaption::isInternal in core/
modules/ ckeditor/ src/ Plugin/ CKEditorPlugin/ DrupalImageCaption.php - Indicates if this plugin is part of the optimized CKEditor build.
- Llama::isInternal in core/
modules/ ckeditor/ tests/ modules/ src/ Plugin/ CKEditorPlugin/ Llama.php - Indicates if this plugin is part of the optimized CKEditor build.
File
- core/
modules/ ckeditor/ src/ CKEditorPluginInterface.php, line 45 - Contains \Drupal\ckeditor\CKEditorPluginInterface.
Class
- CKEditorPluginInterface
- Defines an interface for (loading of) CKEditor plugins.
Namespace
Drupal\ckeditorCode
public function isInternal();