function NotificationAggregator::isInternal in CKEditor Upload Image 8
Same name and namespace in other branches
- 8.2 src/Plugin/CKEditorPlugin/NotificationAggregator.php \Drupal\ckeditor_uploadimage\Plugin\CKEditorPlugin\NotificationAggregator::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/ NotificationAggregator.php, line 44 - Contains \Drupal\ckeditor_uploadimage\Plugin\CKEditorPlugin\NotificationAggregator.
Class
- NotificationAggregator
- Defines the "templates" plugin.
Namespace
Drupal\ckeditor_uploadimage\Plugin\CKEditorPluginCode
function isInternal() {
return FALSE;
}