You are here

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

File

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

Class

DrupalViews
Defines the "drupalViews" plugin.

Namespace

Drupal\views_entity_embed\Plugin\CKEditorPlugin

Code

public function getLibraries(Editor $editor) {
  return [
    'core/jquery',
    'core/drupal',
    'core/drupal.ajax',
  ];
}