You are here

public function DrupalViews::getFile in Views entity embed 2.0.x

Same name and namespace in other branches
  1. 8 src/Plugin/CKEditorPlugin/DrupalViews.php \Drupal\views_entity_embed\Plugin\CKEditorPlugin\DrupalViews::getFile()

File

src/Plugin/CKEditorPlugin/DrupalViews.php, line 22

Class

DrupalViews
Defines the "drupalViews" plugin.

Namespace

Drupal\views_entity_embed\Plugin\CKEditorPlugin

Code

public function getFile() {
  return drupal_get_path('module', 'views_entity_embed') . '/js/plugins/drupalviews/plugin.js';
}