function CKEditorPluginBase::isInternal
Same name in other branches
- 8.9.x core/modules/ckeditor/src/CKEditorPluginBase.php \Drupal\ckeditor\CKEditorPluginBase::isInternal()
Overrides CKEditorPluginInterface::isInternal
4 methods override CKEditorPluginBase::isInternal()
- DrupalMediaLibrary::isInternal in core/
modules/ ckeditor/ src/ Plugin/ CKEditorPlugin/ DrupalMediaLibrary.php - Indicates if this plugin is part of the optimized CKEditor build.
- Internal::isInternal in core/
modules/ ckeditor/ src/ Plugin/ CKEditorPlugin/ Internal.php - Indicates if this plugin is part of the optimized CKEditor build.
- Language::isInternal in core/
modules/ ckeditor/ src/ Plugin/ CKEditorPlugin/ Language.php - Indicates if this plugin is part of the optimized CKEditor build.
- StylesCombo::isInternal in core/
modules/ ckeditor/ src/ Plugin/ CKEditorPlugin/ StylesCombo.php - Indicates if this plugin is part of the optimized CKEditor build.
File
-
core/
modules/ ckeditor/ src/ CKEditorPluginBase.php, line 75
Class
- CKEditorPluginBase
- Defines a base CKEditor plugin implementation.
Namespace
Drupal\ckeditorCode
public function isInternal() {
return FALSE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.