You are here

public function Btbutton::isInternal in CKEditor Bootstrap Buttons 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/CKEditorPlugin/Btbutton.php \Drupal\ckeditor_bootstrap_buttons\Plugin\CKEditorPlugin\Btbutton::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/Btbutton.php, line 48

Class

Btbutton
Defines the "btbutton" plugin.

Namespace

Drupal\ckeditor_bootstrap_buttons\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}