You are here

public function DrupalImageStyle::isInternal in Inline responsive images 8

Same name and namespace in other branches
  1. 7 src/Plugin/CKEditorPlugin/DrupalImageStyle.php \Drupal\inline_responsive_image\Plugin\CKEditorPlugin\DrupalImageStyle::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/DrupalImageStyle.php, line 24

Class

DrupalImageStyle
Defines the "drupalimagestyle" plugin.

Namespace

Drupal\inline_responsive_image\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}