function ShowButtonsCommand::render
Same name in other branches
- 8.9.x core/modules/views/src/Ajax/ShowButtonsCommand.php \Drupal\views\Ajax\ShowButtonsCommand::render()
- 10 core/modules/views/src/Ajax/ShowButtonsCommand.php \Drupal\views\Ajax\ShowButtonsCommand::render()
- 11.x core/modules/views/src/Ajax/ShowButtonsCommand.php \Drupal\views\Ajax\ShowButtonsCommand::render()
Overrides CommandInterface::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,
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.