Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Date.php
Date::$message
Type:
message
File
vendor/
symfony/
validator/
Constraints/
Date.php
, line 34
Class
Date
Validates that a value is a valid date, i.e. its string representation follows the Y-m-d format.
Namespace
Symfony\Component\Validator\Constraints
Code
public string $message =
'This value is not a valid date.'
;
RSS feed