PathAliasConstraint.php
Same filename in other branches
Namespace
Drupal\path\Plugin\Validation\ConstraintFile
-
core/
modules/ path/ src/ Plugin/ Validation/ Constraint/ PathAliasConstraint.php
View source
<?php
namespace Drupal\path\Plugin\Validation\Constraint;
use Drupal\Core\StringTranslation\TranslatableMarkup;
use Drupal\Core\Validation\Attribute\Constraint;
use Symfony\Component\Validator\Constraint as SymfonyConstraint;
/**
* Validation constraint for changing path aliases in pending revisions.
*/
class PathAliasConstraint extends SymfonyConstraint {
public $message = 'You can only change the URL alias for the <em>published</em> version of this content.';
}
Classes
Title | Deprecated | Summary |
---|---|---|
PathAliasConstraint | Validation constraint for changing path aliases in pending revisions. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.