public property FeedUrlConstraint::$message in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/aggregator/src/Plugin/Validation/Constraint/FeedUrlConstraint.php \Drupal\aggregator\Plugin\Validation\Constraint\FeedUrlConstraint::message
Overrides UniqueFieldConstraint::$message
File
- core/
modules/ aggregator/ src/ Plugin/ Validation/ Constraint/ FeedUrlConstraint.php, line 22 - Contains \Drupal\aggregator\Plugin\Validation\Constraint\FeedUrlConstraint.
Class
- FeedUrlConstraint
- Supports validating feed URLs.
Namespace
Drupal\aggregator\Plugin\Validation\ConstraintCode
public $message = 'A feed with this URL %value already exists. Enter a unique URL.';