You are here

public function ShowButtonsCommand::__construct in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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 33
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 __construct($changed) {
  $this->changed = $changed;
}