public function DrupalImageStyle::getConfig 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::getConfig()
File
- src/
Plugin/ CKEditorPlugin/ DrupalImageStyle.php, line 54
Class
- DrupalImageStyle
- Defines the "drupalimagestyle" plugin.
Namespace
Drupal\inline_responsive_image\Plugin\CKEditorPluginCode
public function getConfig(Editor $editor) {
$format = $editor
->getFilterFormat();
return array();
}