public function DrupalResponsiveImageStyle::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/ DrupalResponsiveImageStyle.php, line 29 - Contains \Drupal\inline_responsive_images\Plugin\CKEditorPlugin\DrupalResponsiveImageStyle.
Class
- DrupalResponsiveImageStyle
- Defines the "drupalresponsiveimagestyle" plugin.
Namespace
Drupal\inline_responsive_images\Plugin\CKEditorPluginCode
public function isInternal() {
return FALSE;
}