public function N1EDEcosystemCKEditorPlugin::isInternal in N1ED - Visual editor as CKEditor plugin with Bootstrap support 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/ N1EDEcosystemCKEditorPlugin.php, line 90
Class
- N1EDEcosystemCKEditorPlugin
- Defines plugin.
Namespace
Drupal\n1ed\PluginCode
public function isInternal() {
return FALSE;
}