public function ResponsiveArea::isInternal in CKEditor Responsive Plugin 8
Same name and namespace in other branches
- 2.0.x src/Plugin/CKEditorPlugin/ResponsiveArea.php \Drupal\ckeditor_responsive_plugin\Plugin\CKEditorPlugin\ResponsiveArea::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/ ResponsiveArea.php, line 28
Class
- ResponsiveArea
- Defines the "responsivearea" plugin.
Namespace
Drupal\ckeditor_responsive_plugin\Plugin\CKEditorPluginCode
public function isInternal() {
return false;
}