You are here

public function SplitText::isInternal in Paragraphs Features 8

Same name and namespace in other branches
  1. 2.x src/Plugin/CKEditorPlugin/SplitText.php \Drupal\paragraphs_features\Plugin\CKEditorPlugin\SplitText::isInternal()

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/SplitText.php, line 23

Class

SplitText
Defines the "splittext" plugin.

Namespace

Drupal\paragraphs_features\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}