public ShowButtonsCommand::__construct($changed)
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\Ajax
Code
public function __construct($changed) { $this->changed = $changed; }
Please login to continue.