function CKEditorPluginBase::isInternal

1 method overrides CKEditorPluginBase::isInternal()
StylesCombo::isInternal in core/modules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php
Indicates if this plugin is part of the optimized CKEditor build.

File

core/modules/ckeditor/src/CKEditorPluginBase.php, line 75

Class

CKEditorPluginBase
Defines a base CKEditor plugin implementation.

Namespace

Drupal\ckeditor

Code

public function isInternal() {
  return FALSE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.