DateTimeFormatConstraint::$badFormat

Message for when the value isn't in the proper format.

Type: string

File

core/modules/datetime/src/Plugin/Validation/Constraint/DateTimeFormatConstraint.php, line 29

Class

DateTimeFormatConstraint
Validation constraint for DateTime items to ensure the format is correct.

Namespace

Drupal\datetime\Plugin\Validation\Constraint

Code

public $badFormat = "The datetime value '@value' is invalid for the format '@format'";

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.