public function StylesCombo::isInternal

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

Overrides CKEditorPluginBase::isInternal

File

drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/CKEditorPlugin/StylesCombo.php, line 30
Contains \Drupal\ckeditor\Plugin\CKEditorPlugin\StylesCombo.

Class

StylesCombo
Defines the "stylescombo" plugin.

Namespace

Drupal\ckeditor\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return TRUE;
}