public function Btbutton::isInternal in CKEditor Bootstrap Buttons 2.0.x
Same name and namespace in other branches
- 8 src/Plugin/CKEditorPlugin/Btbutton.php \Drupal\ckeditor_bootstrap_buttons\Plugin\CKEditorPlugin\Btbutton::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 CKEditorPluginBase::isInternal
File
- src/
Plugin/ CKEditorPlugin/ Btbutton.php, line 48
Class
- Btbutton
- Defines the "btbutton" plugin.
Namespace
Drupal\ckeditor_bootstrap_buttons\Plugin\CKEditorPluginCode
public function isInternal() {
return FALSE;
}