function MenuTreeHierarchyConstraint::__construct

Same name and namespace in other branches
  1. main core/modules/menu_link_content/src/Plugin/Validation/Constraint/MenuTreeHierarchyConstraint.php \Drupal\menu_link_content\Plugin\Validation\Constraint\MenuTreeHierarchyConstraint::__construct()

Attributes

#[HasNamedArguments]

File

core/modules/menu_link_content/src/Plugin/Validation/Constraint/MenuTreeHierarchyConstraint.php, line 19

Class

MenuTreeHierarchyConstraint
Validation constraint for changing the menu hierarchy in pending revisions.

Namespace

Drupal\menu_link_content\Plugin\Validation\Constraint

Code

public function __construct(mixed $options = NULL, public $message = 'You can only change the hierarchy for the <em>published</em> version of this menu link.', ?array $groups = NULL, mixed $payload = NULL) {
  parent::__construct($options, $groups, $payload);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.