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