public function ShowButtonsCommand::render in Drupal 10
Same name and namespace in other branches
- 8 core/modules/views/src/Ajax/ShowButtonsCommand.php \Drupal\views\Ajax\ShowButtonsCommand::render()
- 9 core/modules/views/src/Ajax/ShowButtonsCommand.php \Drupal\views\Ajax\ShowButtonsCommand::render()
File
- core/
modules/ views/ src/ Ajax/ ShowButtonsCommand.php, line 35
Class
- ShowButtonsCommand
- Provides an AJAX command for showing the save and cancel buttons.
Namespace
Drupal\views\AjaxCode
public function render() {
return [
'command' => 'viewsShowButtons',
'changed' => $this->changed,
];
}