You are here

public function Anchor::isInternal in CKEditor Anchor Link - For Drupal 8 and 9 3.0.x

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/Anchor.php, line 45

Class

Anchor
Defines the "anchor" plugin.

Namespace

Drupal\anchor_link\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}