You are here

public function ListStylePlugin::isInternal in CKEditor List Style 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 CKEditorPluginInterface::isInternal

File

src/Plugin/CKEditorPlugin/ListStylePlugin.php, line 49

Class

ListStylePlugin
Defines the "List Style" plugin.

Namespace

Drupal\ckeditor_liststyle\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}