You are here

public function CkeditorImagesGallery::isInternal in CKEditor Images Gallery 8

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/CkeditorImagesGallery.php, line 52

Class

CkeditorImagesGallery
Defines the "images_gallery" plugin.

Namespace

Drupal\ckeditor_images_gallery\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}