You are here

public function Llama::isInternal in Drupal 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

core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/Llama.php, line 46

Class

Llama
Defines the "Llama" plugin, with a CKEditor "llama" feature.

Namespace

Drupal\ckeditor_test\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}