You are here

public property CountryConstraint::$notAvailableMessage in Address 8

Validation message if a country is not available.

Type: string

File

src/Plugin/Validation/Constraint/CountryConstraint.php, line 36

Class

CountryConstraint
Country constraint.

Namespace

Drupal\address\Plugin\Validation\Constraint

Code

public $notAvailableMessage = 'The country %value is not available.';