function PathAliasConstraintValidator::__construct

Creates a new PathAliasConstraintValidator instance.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager.

File

core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraintValidator.php, line 29

Class

PathAliasConstraintValidator
Constraint validator for changing path aliases in pending revisions.

Namespace

Drupal\path\Plugin\Validation\Constraint

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager) {
  $this->entityTypeManager = $entity_type_manager;
}

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