You are here

public function DivPlugin::isInternal in CKEditor Div Container Manager 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 CKEditorPluginBase::isInternal

File

src/Plugin/CKEditorPlugin/DivPlugin.php, line 57

Class

DivPlugin
Defines the "default ckeditor button" plugin.

Namespace

Drupal\ckeditor_div\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}