You are here

public function CkeditorTableResize::getButtons in CKEditor Table Resize 8

File

src/Plugin/CKEditorPlugin/CkeditorTableResize.php, line 96

Class

CkeditorTableResize
Defines the "Table Resize" plugin.

Namespace

Drupal\ckeditor_tableresize\Plugin\CKEditorPlugin

Code

public function getButtons() {
  return [];
}