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