public function IndentBlock::isInternal in CKEditor IndentBlock 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/ IndentBlock.php, line 83
Class
- IndentBlock
- Defines the "Indent Block" plugin.
Namespace
Drupal\ckeditor_indentblock\Plugin\CKEditorPluginCode
public function isInternal() {
return FALSE;
}