function DateTimeFormatConstraint::__construct
Attributes
#[HasNamedArguments]
File
-
core/
modules/ datetime/ src/ Plugin/ Validation/ Constraint/ DateTimeFormatConstraint.php, line 19
Class
- DateTimeFormatConstraint
- Validation constraint for DateTime items to ensure the format is correct.
Namespace
Drupal\datetime\Plugin\Validation\ConstraintCode
public function __construct(mixed $options = NULL, public $badType = "The datetime value must be a string.", public $badFormat = "The datetime value '@value' is invalid for the format '@format'", public $badValue = "The datetime value '@value' did not parse properly for the format '@format'", ?array $groups = NULL, mixed $payload = NULL) {
parent::__construct($options, $groups, $payload);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.