You are here

protected static property DateTime::$errorNames in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Constraints/DateTime.php \Symfony\Component\Validator\Constraints\DateTime::errorNames

Maps error codes to the names of their constants.

Type: array

Overrides Constraint::$errorNames

File

vendor/symfony/validator/Constraints/DateTime.php, line 28

Class

DateTime
@Target({"PROPERTY", "METHOD", "ANNOTATION"})

Namespace

Symfony\Component\Validator\Constraints

Code

protected static $errorNames = array(
  self::INVALID_FORMAT_ERROR => 'INVALID_FORMAT_ERROR',
  self::INVALID_DATE_ERROR => 'INVALID_DATE_ERROR',
  self::INVALID_TIME_ERROR => 'INVALID_TIME_ERROR',
);