public function CKEditorPluginBase::isInternal in Drupal 10
Same name and namespace in other branches
- 8 core/modules/ckeditor/src/CKEditorPluginBase.php \Drupal\ckeditor\CKEditorPluginBase::isInternal()
- 9 core/modules/ckeditor/src/CKEditorPluginBase.php \Drupal\ckeditor\CKEditorPluginBase::isInternal()
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;
}