Country
Edit this pageWarning: You are browsing the documentation for Symfony 2.2, which is no longer maintained.
Read the updated version of this page for Symfony 6.1 (the current stable version).
Country
Validates that a value is a valid ISO 3166-1 alpha-2 country code.
Applies to | property or method |
Options | |
Class | Country |
Validator | CountryValidator |
Basic Usage
- YAML
- Annotations
- XML
- PHP
1 2 3 4 5
# src/UserBundle/Resources/config/validation.yml
Acme\UserBundle\Entity\User:
properties:
country:
- Country: ~
This work, including the code samples, is licensed under a
Creative Commons BY-SA 3.0
license.