You are here

public function DrupalImageStyle::getDependencies in Inline responsive images 7

Same name and namespace in other branches
  1. 8 src/Plugin/CKEditorPlugin/DrupalImageStyle.php \Drupal\inline_responsive_image\Plugin\CKEditorPlugin\DrupalImageStyle::getDependencies()

File

src/Plugin/CKEditorPlugin/DrupalImageStyle.php, line 31

Class

DrupalImageStyle
Defines the "drupalimagestyle" plugin.

Namespace

Drupal\inline_responsive_image\Plugin\CKEditorPlugin

Code

public function getDependencies(Editor $editor) {
  return array();
}