You are here

public function EditorAdvancedImage::isInternal in Editor Advanced Image 8

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

Class

EditorAdvancedImage
Defines the "editoradvancedimage" plugin.

Namespace

Drupal\editor_advanced_image\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}