public function SplitText::isInternal in Paragraphs Features 2.x
Same name and namespace in other branches
- 8 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\CKEditorPluginCode
public function isInternal() {
return FALSE;
}