You are here

public function FakeObjects::isInternal in CKEditor Anchor Link - For Drupal 8 and 9 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 CKEditorPluginInterface::isInternal

File

src/Plugin/CKEditorPlugin/FakeObjects.php, line 44

Class

FakeObjects
Defines the "fakeobjects" plugin.

Namespace

Drupal\anchor_link\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}