You are here

public function DrupalViews::getButtons in Advanced Insert View 8

Same name and namespace in other branches
  1. 2.0.x modules/bueditor/src/Plugin/BUEditorPlugin/DrupalViews.php \Drupal\insert_view_adv_bueditor\Plugin\BUEditorPlugin\DrupalViews::getButtons()

File

modules/bueditor/src/Plugin/BUEditorPlugin/DrupalViews.php, line 24

Class

DrupalViews
Defines BUEditor Embedded Views plugin.

Namespace

Drupal\insert_view_adv_bueditor\Plugin\BUEditorPlugin

Code

public function getButtons() {
  return [
    'drupalviews' => $this
      ->t('Views Embed'),
  ];
}