DateTimeFormatConstraint::$badValue
Message for when the value did not parse properly.
Type: string
File
-
core/
modules/ datetime/ src/ Plugin/ Validation/ Constraint/ DateTimeFormatConstraint.php, line 36
Class
- DateTimeFormatConstraint
- Validation constraint for DateTime items to ensure the format is correct.
Namespace
Drupal\datetime\Plugin\Validation\ConstraintCode
public $badValue = "The datetime value '@value' did not parse properly for the format '@format'";
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.