public function WidgetBootstrap::isInternal in CKEditor Widgets Bootstrap Grid 1.0.x
Same name and namespace in other branches
- 8 src/Plugin/CKEditorPlugin/WidgetBootstrap.php \Drupal\ckeditor_bootstrap_grid\Plugin\CKEditorPlugin\WidgetBootstrap::isInternal()
- 2.0.x src/Plugin/CKEditorPlugin/WidgetBootstrap.php \Drupal\ckeditor_bootstrap_grid\Plugin\CKEditorPlugin\WidgetBootstrap::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/ WidgetBootstrap.php, line 43
Class
- WidgetBootstrap
- Defines the "widgetbootstrap" plugin.
Namespace
Drupal\ckeditor_bootstrap_grid\Plugin\CKEditorPluginCode
public function isInternal() {
return FALSE;
}