function CKEditorPluginBase::isInternal

Implements \Drupal\ckeditor\Plugin\CKEditorPluginInterface::isInternal().

Overrides CKEditorPluginInterface::isInternal

2 methods override CKEditorPluginBase::isInternal()
Internal::isInternal in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/CKEditorPlugin/Internal.php
Implements \Drupal\ckeditor\Plugin\CKEditorPluginInterface::isInternal().
StylesCombo::isInternal in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/CKEditorPlugin/StylesCombo.php
Implements \Drupal\ckeditor\Plugin\CKEditorPluginInterface::isInternal().

File

drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginBase.php, line 38
Contains \Drupal\ckeditor\Plugin\CKEditorPluginBase.

Class

CKEditorPluginBase
Defines a base CKEditor plugin implementation.

Namespace

Drupal\ckeditor

Code

function isInternal() {
  return FALSE;
}