public function CkeditorTableSelection::getButtons in CKEditor Table Selection 9.1.x
Same name and namespace in other branches
- 8 src/Plugin/CKEditorPlugin/CkeditorTableSelection.php \Drupal\ckeditor_tableselection\Plugin\CKEditorPlugin\CkeditorTableSelection::getButtons()
- 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\CKEditorPluginCode
public function getButtons() {
return [];
}