You are here

public function TextMatch::isInternal in CKEditor Media Embed Plugin 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/TextMatch.php, line 39

Class

TextMatch
Defines the "Media Embed Base" plugin.

Namespace

Drupal\ckeditor_media_embed\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}