You are here

public property FeedTitleConstraint::$message in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/aggregator/src/Plugin/Validation/Constraint/FeedTitleConstraint.php \Drupal\aggregator\Plugin\Validation\Constraint\FeedTitleConstraint::message

Overrides UniqueFieldConstraint::$message

File

core/modules/aggregator/src/Plugin/Validation/Constraint/FeedTitleConstraint.php, line 17

Class

FeedTitleConstraint
Supports validating feed titles.

Namespace

Drupal\aggregator\Plugin\Validation\Constraint

Code

public $message = 'A feed named %value already exists. Enter a unique title.';