You are here

public function CKEditorPluginInterface::isInternal in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/ckeditor/src/CKEditorPluginInterface.php \Drupal\ckeditor\CKEditorPluginInterface::isInternal()
  2. 10 core/modules/ckeditor/src/CKEditorPluginInterface.php \Drupal\ckeditor\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

2 methods override CKEditorPluginInterface::isInternal()
CKEditorPluginBase::isInternal in core/modules/ckeditor/src/CKEditorPluginBase.php
Indicates if this plugin is part of the optimized CKEditor build.
DrupalMedia::isInternal in core/modules/media/src/Plugin/CKEditorPlugin/DrupalMedia.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();