ShowButtonsCommand::__construct

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;
}
doc_Drupal
2016-10-29 09:43:03
Comments
Leave a Comment

Please login to continue.