You are here

constant Constraint::DEFAULT_GROUP in Zircon Profile 8.0

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

The name of the group given to all constraints with no explicit group.

File

vendor/symfony/validator/Constraint.php, line 39

Class

Constraint
Contains the properties of a constraint definition.

Namespace

Symfony\Component\Validator

Code

const DEFAULT_GROUP = 'Default';