You are here

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

Class

Unlink
Defines the "unlink" plugin.

Namespace

Drupal\anchor_link\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}