You are here

public function BootstrapTabs::isInternal in CKEditor Bootstrap Tabs 8

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 CKEditorPluginInterface::isInternal

File

src/Plugin/CKEditorPlugin/BootstrapTabs.php, line 69

Class

BootstrapTabs
Defines the "Bootstrap Tabs" plugin.

Namespace

Drupal\ckeditor_bootstrap_tabs\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}