You are here

public function WidgetBootstrap::isInternal in CKEditor Widgets Bootstrap Grid 2.0.x

Same name and namespace in other branches
  1. 8 src/Plugin/CKEditorPlugin/WidgetBootstrap.php \Drupal\ckeditor_bootstrap_grid\Plugin\CKEditorPlugin\WidgetBootstrap::isInternal()
  2. 1.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\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}