You are here

public function WidgetCommon::isInternal in CKEditor Widgets 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 CKEditorPluginBase::isInternal

File

src/Plugin/CKEditorPlugin/WidgetCommon.php, line 46
Definition of \Drupal\ckeditor_widgets\Plugin\CKEditorPlugin\AnchorLink.

Class

WidgetCommon
Defines the "widgetcommon" plugin.

Namespace

Drupal\ckeditor_widgets\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}