You are here

function UploadImage::isInternal in CKEditor Upload Image 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/CKEditorPlugin/UploadImage.php \Drupal\ckeditor_uploadimage\Plugin\CKEditorPlugin\UploadImage::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/UploadImage.php, line 45
Contains \Drupal\ckeditor_uploadimage\Plugin\CKEditorPlugin\UploadImage.

Class

UploadImage
Defines the "templates" plugin.

Namespace

Drupal\ckeditor_uploadimage\Plugin\CKEditorPlugin

Code

function isInternal() {
  return FALSE;
}