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