You are here

public property FeedUrlConstraint::$message in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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\Constraint

Code

public $message = 'A feed with this URL %value already exists. Enter a unique URL.';