public function Nbsp::isInternal in CKEditor Non-breaking space Plugin ( ) 8
Same name and namespace in other branches
- 8.2 src/Plugin/CKEditorPlugin/Nbsp.php \Drupal\nbsp\Plugin\CKEditorPlugin\Nbsp::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/ Nbsp.php, line 34
Class
- Nbsp
- Defines the "NBSP" plugin.
Namespace
Drupal\nbsp\Plugin\CKEditorPluginCode
public function isInternal() {
return FALSE;
}