function CKEditorPluginInterface::isInternal

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

1 method overrides CKEditorPluginInterface::isInternal()
Llama::isInternal in core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/Llama.php
Indicates if this plugin is part of the optimized CKEditor build.

File

core/modules/ckeditor/src/CKEditorPluginInterface.php, line 41

Class

CKEditorPluginInterface
Defines an interface for (loading of) CKEditor plugins.

Namespace

Drupal\ckeditor

Code

public function isInternal();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.