You are here

public function CKEditorBSGrid::isInternal in CKEditor Bootstrap Grid 8

Same name and namespace in other branches
  1. 8.2 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\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}