public function ContentsPlugin::isInternal in CKEditor Table of Contents 8
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
Overrides CKEditorPluginBase::isInternal
File
- src/
Plugin/ CKEditorPlugin/ ContentsPlugin.php, line 42
Class
- ContentsPlugin
- Defines the "contents" plugin.
Namespace
Drupal\ckeditor_contents\Plugin\CKEditorPluginCode
public function isInternal() {
return FALSE;
}