You are here

protected static property Collection::$errorNames in Zircon Profile 8.0

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

Maps error codes to the names of their constants.

Type: array

Overrides Constraint::$errorNames

File

vendor/symfony/validator/Constraints/Collection.php, line 27

Class

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

Namespace

Symfony\Component\Validator\Constraints

Code

protected static $errorNames = array(
  self::MISSING_FIELD_ERROR => 'MISSING_FIELD_ERROR',
  self::NO_SUCH_FIELD_ERROR => 'NO_SUCH_FIELD_ERROR',
);