You are here

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

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

File

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

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.';