You are here

public function LetterSpacingCKEditorButton::isInternal in CKEditor Letter Spacing 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/LetterSpacingCKEditorButton.php, line 53

Class

LetterSpacingCKEditorButton
Defines the "letterspacing" plugin.

Namespace

Drupal\ckeditor_ls\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}