public property PathAliasConstraint::$message in Drupal 9
Same name and namespace in other branches
- 8 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\ConstraintCode
public $message = 'You can only change the URL alias for the <em>published</em> version of this content.';