You are here

public function Link::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/Link.php, line 43

Class

Link
Defines the "link" plugin.

Namespace

Drupal\anchor_link\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}