You are here

public function SetSubtreesCommand::__construct in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/toolbar/src/Ajax/SetSubtreesCommand.php \Drupal\toolbar\Ajax\SetSubtreesCommand::__construct()
  2. 9 core/modules/toolbar/src/Ajax/SetSubtreesCommand.php \Drupal\toolbar\Ajax\SetSubtreesCommand::__construct()

Constructs a SetSubtreesCommand object.

Parameters

array $subtrees: The toolbar subtrees that will be set.

File

core/modules/toolbar/src/Ajax/SetSubtreesCommand.php, line 25

Class

SetSubtreesCommand
Defines an AJAX command that sets the toolbar subtrees.

Namespace

Drupal\toolbar\Ajax

Code

public function __construct($subtrees) {
  $this->subtrees = $subtrees;
}