You are here

public function DrupalImageStyle::getLibraries 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::getLibraries()

File

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

Class

DrupalImageStyle
Defines the "drupalimagestyle" plugin.

Namespace

Drupal\inline_responsive_image\Plugin\CKEditorPlugin

Code

public function getLibraries(Editor $editor) {
  return array(
    'inline_responsive_image/drupal.ckeditor.plugins.drupalimagestyle',
  );
}