You are here

public function DrupalSpecialChars::isInternal in CKEditor Special Characters 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/DrupalSpecialChars.php, line 57

Class

DrupalSpecialChars
Defines the "specialChars" plugin.

Namespace

Drupal\ckeditor_specialchars\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return TRUE;
}