You are here

public static property TimeConstraint::$message in Time Field For Drupal 8.x / 9.x 2.x

Same name and namespace in other branches
  1. 8 src/Plugin/Validation/Constraint/TimeConstraint.php \Drupal\time_field\Plugin\Validation\Constraint\TimeConstraint::message

The default violation message.

Type: string

File

src/Plugin/Validation/Constraint/TimeConstraint.php, line 23

Class

TimeConstraint
Checks that the submitted value is a unique integer.

Namespace

Drupal\time_field\Plugin\Validation\Constraint

Code

public static $message = 'This value is not a valid time.';