You are here

public property RangeFromGreaterToConstraint::$message in Range 8

File

src/Plugin/Validation/Constraint/RangeFromGreaterToConstraint.php, line 17

Class

RangeFromGreaterToConstraint
Defines a FROM value is higher than TO value validation constraint.

Namespace

Drupal\range\Plugin\Validation\Constraint

Code

public $message = 'The FROM value is higher than the TO value.';