You are here

public function DrupalImageStyle::isInternal in Inline responsive images 8.2

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 29
Contains \Drupal\inline_responsive_images\Plugin\CKEditorPlugin\DrupalImageStyle.

Class

DrupalImageStyle
Defines the "drupalimagestyle" plugin.

Namespace

Drupal\inline_responsive_images\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}