function ShowButtonsCommand::__construct
Same name in other branches
- 9 core/modules/views/src/Ajax/ShowButtonsCommand.php \Drupal\views\Ajax\ShowButtonsCommand::__construct()
- 10 core/modules/views/src/Ajax/ShowButtonsCommand.php \Drupal\views\Ajax\ShowButtonsCommand::__construct()
- 11.x core/modules/views/src/Ajax/ShowButtonsCommand.php \Drupal\views\Ajax\ShowButtonsCommand::__construct()
Constructs a \Drupal\views\Ajax\ShowButtonsCommand object.
Parameters
bool $changed: Whether the view has been changed.
File
-
core/
modules/ views/ src/ Ajax/ ShowButtonsCommand.php, line 28
Class
- ShowButtonsCommand
- Provides an AJAX command for showing the save and cancel buttons.
Namespace
Drupal\views\AjaxCode
public function __construct($changed) {
$this->changed = $changed;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.