You are here

function LoremipsumCKEditorButton::isInternal in CKEditor Loremipsum 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/LoremipsumCKEditorButton.php, line 56
Contains \Drupal\ckeditor_loremipsum\Plugin\CKEditorPlugin\LoremipsumCKEditorButton.

Class

LoremipsumCKEditorButton
Defines the "loremipsum" plugin.

Namespace

Drupal\ckeditor_loremipsum\Plugin\CKEditorPlugin

Code

function isInternal() {
  return FALSE;
}