You are here

public function ScaytCKEditorButton::isInternal in CKEditor SpellCheckAsYouType (SCAYT) 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/ScaytCKEditorButton.php, line 126

Class

ScaytCKEditorButton
Defines the "scayt" plugin.

Namespace

Drupal\ckeditor_scayt\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}