Provides an AJAX command for showing the save and cancel buttons.
This command is implemented in Drupal.AjaxCommands.prototype.viewsShowButtons.
Expanded class hierarchy of ShowButtonsCommand
class ShowButtonsCommand implements CommandInterface {
/**
* Implements \Drupal\Core\Ajax\CommandInterface::render().
*/
public function render() {
return array(
'command' => 'viewsShowButtons',
);
}
}
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ShowButtonsCommand:: |
public | function |
Implements \Drupal\Core\Ajax\CommandInterface::render(). Overrides CommandInterface:: |