public function CkeditorBootstrapTable::isInternal in CKEditor Bootstrap Table 8
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 CKEditorPluginBase::isInternal
File
- src/
Plugin/ CKEditorPlugin/ CkeditorBootstrapTable.php, line 31
Class
- CkeditorBootstrapTable
- Defines the "btbutton" plugin.
Namespace
Drupal\ckeditor_bootstrap_table\Plugin\CKEditorPluginCode
public function isInternal() {
return FALSE;
}