public function CKEditorBSGrid::isInternal in CKEditor Bootstrap Grid 8.2
Same name and namespace in other branches
- 8 src/Plugin/CKEditorPlugin/CKEditorBSGrid.php \Drupal\ckeditor_bs_grid\Plugin\CKEditorPlugin\CKEditorBSGrid::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/ CKEditorBSGrid.php, line 41
Class
- CKEditorBSGrid
- Defines the "bs_grid" plugin.
Namespace
Drupal\ckeditor_bs_grid\Plugin\CKEditorPluginCode
public function isInternal() {
return FALSE;
}