You are here

public function AnchorLink::isInternal in CKEditor Anchor Link - For Drupal 8 and 9 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/CKEditorPlugin/AnchorLink.php \Drupal\anchor_link\Plugin\CKEditorPlugin\AnchorLink::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

Overrides CKEditorPluginBase::isInternal

File

src/Plugin/CKEditorPlugin/AnchorLink.php, line 45

Class

AnchorLink
Defines the "link" plugin.

Namespace

Drupal\anchor_link\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}