Implements \Drupal\Core\Ajax\CommandInterface::render().
Overrides CommandInterface::render
File
- drupal/core/modules/views/lib/Drupal/views/Ajax/ShowButtonsCommand.php, line 22
- Contains \Drupal\views\Ajax\ShowButtonsCommand.
Class
- ShowButtonsCommand
- Provides an AJAX command for showing the save and cancel buttons.
Namespace
Drupal\views\Ajax
Code
public function render() {
return array(
'command' => 'viewsShowButtons',
);
}