You are here

public property PathAliasConstraint::$message in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraint.php \Drupal\path\Plugin\Validation\Constraint\PathAliasConstraint::message
  2. 9 core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraint.php \Drupal\path\Plugin\Validation\Constraint\PathAliasConstraint::message

File

core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraint.php, line 17

Class

PathAliasConstraint
Validation constraint for changing path aliases in pending revisions.

Namespace

Drupal\path\Plugin\Validation\Constraint

Code

public $message = 'You can only change the URL alias for the <em>published</em> version of this content.';