public function DrupalImageStyle::getFile 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::getFile()
File
- src/
Plugin/ CKEditorPlugin/ DrupalImageStyle.php, line 47
Class
- DrupalImageStyle
- Defines the "drupalimagestyle" plugin.
Namespace
Drupal\inline_responsive_image\Plugin\CKEditorPluginCode
public function getFile() {
return drupal_get_path('module', 'inline_responsive_image') . '/js/plugins/drupalimagestyle/plugin.js';
}