public function CustomConfig::isInternal in CKEditor custom config 8.3
Same name and namespace in other branches
- 8.2 src/Plugin/CKEditorPlugin/CustomConfig.php \Drupal\ckeditor_config\Plugin\CKEditorPlugin\CustomConfig::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
Overrides CKEditorPluginBase::isInternal
File
- src/
Plugin/ CKEditorPlugin/ CustomConfig.php, line 25
Class
- CustomConfig
- Defines the "customconfig" plugin.
Namespace
Drupal\ckeditor_config\Plugin\CKEditorPluginCode
public function isInternal() {
return TRUE;
}