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

1
2
3
public function __construct($changed) {
  $this->changed = $changed;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.