public function DrupalImageStyle::isInternal in Inline responsive images 7
Same name and namespace in other branches
- 8 src/Plugin/CKEditorPlugin/DrupalImageStyle.php \Drupal\inline_responsive_image\Plugin\CKEditorPlugin\DrupalImageStyle::isInternal()
File
- src/
Plugin/ CKEditorPlugin/ DrupalImageStyle.php, line 24
Class
- DrupalImageStyle
- Defines the "drupalimagestyle" plugin.
Namespace
Drupal\inline_responsive_image\Plugin\CKEditorPluginCode
public function isInternal() {
return FALSE;
}