public function CKEditorPluginInterface::isInternal in Drupal 10
Same name and namespace in other branches
- 8 core/modules/ckeditor/src/CKEditorPluginInterface.php \Drupal\ckeditor\CKEditorPluginInterface::isInternal()
- 9 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
File
- core/
modules/ ckeditor/ src/ CKEditorPluginInterface.php, line 41
Class
- CKEditorPluginInterface
- Defines an interface for (loading of) CKEditor plugins.
Namespace
Drupal\ckeditorCode
public function isInternal();