You are here

public function Nofollow::isInternal in Ckeditor Nofollow 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 CKEditorPluginBase::isInternal

File

src/Plugin/CKEditorPlugin/NoFollow.php, line 43

Class

Nofollow
Defines the "Ckeditor Nofollow" plugin.

Namespace

Drupal\ckeditor_nofollow\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}