You are here

public function CkeditorTableSelection::getButtons in CKEditor Table Selection 8

Same name and namespace in other branches
  1. 9.1.x src/Plugin/CKEditorPlugin/CkeditorTableSelection.php \Drupal\ckeditor_tableselection\Plugin\CKEditorPlugin\CkeditorTableSelection::getButtons()
  2. 2.0.x src/Plugin/CKEditorPlugin/CkeditorTableSelection.php \Drupal\ckeditor_tableselection\Plugin\CKEditorPlugin\CkeditorTableSelection::getButtons()

File

src/Plugin/CKEditorPlugin/CkeditorTableSelection.php, line 106

Class

CkeditorTableSelection
Defines the "Table Selection" plugin.

Namespace

Drupal\ckeditor_tableselection\Plugin\CKEditorPlugin

Code

public function getButtons() {
  return [];
}