public function CkeditorTableSelection::isInternal in CKEditor Table Selection 9.1.x
Same name and namespace in other branches
- 8 src/Plugin/CKEditorPlugin/CkeditorTableSelection.php \Drupal\ckeditor_tableselection\Plugin\CKEditorPlugin\CkeditorTableSelection::isInternal()
- 2.0.x src/Plugin/CKEditorPlugin/CkeditorTableSelection.php \Drupal\ckeditor_tableselection\Plugin\CKEditorPlugin\CkeditorTableSelection::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/ CkeditorTableSelection.php, line 24
Class
- CkeditorTableSelection
- Defines the "Table Selection" plugin.
Namespace
Drupal\ckeditor_tableselection\Plugin\CKEditorPluginCode
public function isInternal() {
return FALSE;
}