You are here

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

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

Maps error codes to the names of their constants.

Type: array

Overrides Constraint::$errorNames

File

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

Class

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

Namespace

Symfony\Component\Validator\Constraints

Code

protected static $errorNames = array(
  self::TOO_FEW_ERROR => 'TOO_FEW_ERROR',
  self::TOO_MANY_ERROR => 'TOO_MANY_ERROR',
);