You are here

public function CKEditorPluginBase::isInternal in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/ckeditor/src/CKEditorPluginBase.php \Drupal\ckeditor\CKEditorPluginBase::isInternal()
  2. 9 core/modules/ckeditor/src/CKEditorPluginBase.php \Drupal\ckeditor\CKEditorPluginBase::isInternal()

File

core/modules/ckeditor/src/CKEditorPluginBase.php, line 75

Class

CKEditorPluginBase
Defines a base CKEditor plugin implementation.

Namespace

Drupal\ckeditor

Code

public function isInternal() {
  return FALSE;
}