- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 7
- Events
- Routing
- Cache
- Translation 15
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
register
"App\Form\RegisterType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#440 -id: null -email: null -roles: [ "ROLE_USER" ] -username: null -adresse: null -password: "password" -ville: null -pays: null -dialCode: null -actif: false -isAdmin: null -typeCompte: "Particulier" -photo: null -userSessions: Doctrine\Common\Collections\ArrayCollection {#590 …} -passwordRequestedAt: null -emailVerified: false -plainPassword: null -newPassword: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\User {#440 -id: null -email: null -roles: [ "ROLE_USER" ] -username: null -adresse: null -password: "password" -ville: null -pays: null -dialCode: null -actif: false -isAdmin: null -typeCompte: "Particulier" -photo: null -userSessions: Doctrine\Common\Collections\ArrayCollection {#590 …} -passwordRequestedAt: null -emailVerified: false -plainPassword: null -newPassword: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#617 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#618 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#619 …} -namespace: Closure() {#621 …} } |
| data | App\Entity\User {#440 -id: null -email: null -roles: [ "ROLE_USER" ] -username: null -adresse: null -password: "password" -ville: null -pays: null -dialCode: null -actif: false -isAdmin: null -typeCompte: "Particulier" -photo: null -userSessions: Doctrine\Common\Collections\ArrayCollection {#590 …} -passwordRequestedAt: null -emailVerified: false -plainPassword: null -newPassword: null } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#658 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#329 …} use: { $class: "App\Entity\User" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#656 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#627 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#589 …} $translationDomain: "validators" $message: Closure() {#657 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "register" "_register" ] |
| cache_key | "_register_register" |
| compound | true |
| data | App\Entity\User {#440 -id: null -email: null -roles: [ "ROLE_USER" ] -username: null -adresse: null -password: "password" -ville: null -pays: null -dialCode: null -actif: false -isAdmin: null -typeCompte: "Particulier" -photo: null -userSessions: Doctrine\Common\Collections\ArrayCollection {#590 …} -passwordRequestedAt: null -emailVerified: false -plainPassword: null -newPassword: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#831 -form: Symfony\Component\Form\Form {#790 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#655 …5} |
| full_name | "register" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "register" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register" |
| valid | true |
| value | App\Entity\User {#440 -id: null -email: null -roles: [ "ROLE_USER" ] -username: null -adresse: null -password: "password" -ville: null -pays: null -dialCode: null -actif: false -isAdmin: null -typeCompte: "Particulier" -photo: null -userSessions: Doctrine\Common\Collections\ArrayCollection {#590 …} -passwordRequestedAt: null -emailVerified: false -plainPassword: null -newPassword: null } |
nom
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "placeholder" => "Votre nom" ] |
[ "class" => "form-control" "placeholder" => "Votre nom" ] |
| label | "Votre nom*" |
same as passed value |
| label_attr | [ "class" => "form-label" ] |
[ "class" => "form-label" ] |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Votre nom" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#617 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#618 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#619 …} -namespace: Closure() {#621 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#672 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#329 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Votre nom*" |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#701 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#627 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#589 …} $translationDomain: "validators" $message: Closure() {#675 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Votre nom" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_nom" ] |
| cache_key | "_register_nom_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#933 -form: Symfony\Component\Form\Form {#744 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#934 …5} |
| full_name | "register[nom]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_nom" |
| label | "Votre nom*" |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nom" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_nom" |
| valid | true |
| value | "" |
prenoms
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "placeholder" => "Votre prénoms" ] |
[ "class" => "form-control" "placeholder" => "Votre prénoms" ] |
| label | "Votre prénoms*" |
same as passed value |
| label_attr | [ "class" => "form-label mt-5" ] |
[ "class" => "form-label mt-5" ] |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Votre prénoms" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#617 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#618 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#619 …} -namespace: Closure() {#621 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#634 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#329 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Votre prénoms*" |
| label_attr | [ "class" => "form-label mt-5" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#631 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#627 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#589 …} $translationDomain: "validators" $message: Closure() {#633 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Votre prénoms" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_prenoms" ] |
| cache_key | "_register_prenoms_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#931 -form: Symfony\Component\Form\Form {#740 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#905 …5} |
| full_name | "register[prenoms]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_prenoms" |
| label | "Votre prénoms*" |
| label_attr | [ "class" => "form-label mt-5" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "prenoms" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_prenoms" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "placeholder" => "Votre Adresse Email" ] |
[ "class" => "form-control" "placeholder" => "Votre Adresse Email" ] |
| label | "Adresse email*" |
same as passed value |
| label_attr | [ "class" => "form-label mt-5" ] |
[ "class" => "form-label mt-5" ] |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Votre Adresse Email" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#617 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#618 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#619 …} -namespace: Closure() {#621 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#642 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#329 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Adresse email*" |
| label_attr | [ "class" => "form-label mt-5" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#649 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#627 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#589 …} $translationDomain: "validators" $message: Closure() {#643 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Votre Adresse Email" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_register_email" ] |
| cache_key | "_register_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#906 -form: Symfony\Component\Form\Form {#729 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#811 …5} |
| full_name | "register[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_email" |
| label | "Adresse email*" |
| label_attr | [ "class" => "form-label mt-5" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_email" |
| valid | true |
| value | "" |
adresse
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "placeholder" => "Votre adresse" ] |
[ "class" => "form-control" "placeholder" => "Votre adresse" ] |
| label | "Adresse*" |
same as passed value |
| label_attr | [ "class" => "form-label mt-5" ] |
[ "class" => "form-label mt-5" ] |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Votre adresse" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#617 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#618 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#619 …} -namespace: Closure() {#621 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#674 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#329 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Adresse*" |
| label_attr | [ "class" => "form-label mt-5" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#677 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#627 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#589 …} $translationDomain: "validators" $message: Closure() {#676 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Votre adresse" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_adresse" ] |
| cache_key | "_register_adresse_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#799 -form: Symfony\Component\Form\Form {#792 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#760 …5} |
| full_name | "register[adresse]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_adresse" |
| label | "Adresse*" |
| label_attr | [ "class" => "form-label mt-5" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "adresse" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_adresse" |
| valid | true |
| value | "" |
numero
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "placeholder" => "Votre numéro" ] |
[ "class" => "form-control" "placeholder" => "Votre numéro" ] |
| label | "Numéro de téléphone*" |
same as passed value |
| label_attr | [ "class" => "form-label mt-5" ] |
[ "class" => "form-label mt-5" ] |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Votre numéro" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#617 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#618 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#619 …} -namespace: Closure() {#621 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#684 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#329 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Numéro de téléphone*" |
| label_attr | [ "class" => "form-label mt-5" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#686 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#627 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#589 …} $translationDomain: "validators" $message: Closure() {#685 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Votre numéro" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_numero" ] |
| cache_key | "_register_numero_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#770 -form: Symfony\Component\Form\Form {#788 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#889 …5} |
| full_name | "register[numero]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_numero" |
| label | "Numéro de téléphone*" |
| label_attr | [ "class" => "form-label mt-5" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "numero" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_numero" |
| valid | true |
| value | "" |
pays
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control mt-10 form-select-styled" ] |
[ "class" => "form-control mt-10 form-select-styled" ] |
| choice_label | "pays" |
same as passed value |
| choice_value | "pays" |
same as passed value |
| class | "App\Entity\Pays" |
same as passed value |
| label | false |
same as passed value |
| label_attr | [ "class" => "form-label " ] |
[ "class" => "form-label " ] |
| placeholder | "Sélectionnez votre pays" |
same as passed value |
| query_builder | Closure(PaysRepository $er) {#708 class: "App\Form\RegisterType" this: App\Form\RegisterType {#328 …} } |
Doctrine\ORM\QueryBuilder {#752 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#756 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#757 #from: "App\Entity\Pays" #alias: "p" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#762 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "p.pays ASC" ] } ] ] -type: Doctrine\ORM\Internal\QueryType {#835 …} -dql: "SELECT p FROM App\Entity\Pays p ORDER BY p.pays ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#755 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#557 …11} } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control mt-10 form-select-styled" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "pays" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#833 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#758 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#893 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | "pays" |
| choices | null |
| class | "App\Entity\Pays" |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#617 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#618 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#619 …} -namespace: Closure() {#621 …} } |
| data_class | null |
| disabled | false |
| em | Doctrine\ORM\EntityManager {#557 …11} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#751 -om: Doctrine\ORM\EntityManager {#557 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#742 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [ "class" => "form-label " ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Sélectionnez votre pays" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#752 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#756 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#757 #from: "App\Entity\Pays" #alias: "p" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#762 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "p.pays ASC" ] } ] ] -type: Doctrine\ORM\Internal\QueryType {#835 …} -dql: "SELECT p FROM App\Entity\Pays p ORDER BY p.pays ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#755 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#557 …11} } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#736 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#627 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#589 …} $translationDomain: "validators" $message: Closure() {#741 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control mt-10 form-select-styled" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_register_pays" ] |
| cache_key | "_register_pays_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ "Afghanistan" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#626 +label: "Afghanistan" +value: "Afghanistan" +data: App\Entity\Pays {#974 …} +attr: [] +labelTranslationParameters: [] } "Afrique du Sud" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#948 +label: "Afrique du Sud" +value: "Afrique du Sud" +data: App\Entity\Pays {#972 …} +attr: [] +labelTranslationParameters: [] } "Albanie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#936 +label: "Albanie" +value: "Albanie" +data: App\Entity\Pays {#971 …} +attr: [] +labelTranslationParameters: [] } "Algérie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#946 +label: "Algérie" +value: "Algérie" +data: App\Entity\Pays {#970 …} +attr: [] +labelTranslationParameters: [] } "Allemagne" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#949 +label: "Allemagne" +value: "Allemagne" +data: App\Entity\Pays {#969 …} +attr: [] +labelTranslationParameters: [] } "Andorre" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#962 +label: "Andorre" +value: "Andorre" +data: App\Entity\Pays {#968 …} +attr: [] +labelTranslationParameters: [] } "Angola" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#959 +label: "Angola" +value: "Angola" +data: App\Entity\Pays {#967 …} +attr: [] +labelTranslationParameters: [] } "Anguilla" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#960 +label: "Anguilla" +value: "Anguilla" +data: App\Entity\Pays {#966 …} +attr: [] +labelTranslationParameters: [] } "Antigua_et_Barbuda" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#947 +label: "Antigua-et-Barbuda" +value: "Antigua-et-Barbuda" +data: App\Entity\Pays {#965 …} +attr: [] +labelTranslationParameters: [] } "Antilles néerlandaises" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#904 +label: "Antilles néerlandaises" +value: "Antilles néerlandaises" +data: App\Entity\Pays {#702 …} +attr: [] +labelTranslationParameters: [] } "Arabie saoudite" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1188 +label: "Arabie saoudite" +value: "Arabie saoudite" +data: App\Entity\Pays {#951 …} +attr: [] +labelTranslationParameters: [] } "Argentine" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1189 +label: "Argentine" +value: "Argentine" +data: App\Entity\Pays {#952 …} +attr: [] +labelTranslationParameters: [] } "Arménie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1190 +label: "Arménie" +value: "Arménie" +data: App\Entity\Pays {#953 …} +attr: [] +labelTranslationParameters: [] } "Aruba" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1191 +label: "Aruba" +value: "Aruba" +data: App\Entity\Pays {#954 …} +attr: [] +labelTranslationParameters: [] } "Australie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1192 +label: "Australie" +value: "Australie" +data: App\Entity\Pays {#955 …} +attr: [] +labelTranslationParameters: [] } "Autriche" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1193 +label: "Autriche" +value: "Autriche" +data: App\Entity\Pays {#956 …} +attr: [] +labelTranslationParameters: [] } "Azerbaïdjan" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1194 +label: "Azerbaïdjan" +value: "Azerbaïdjan" +data: App\Entity\Pays {#957 …} +attr: [] +labelTranslationParameters: [] } "Bahamas" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1195 +label: "Bahamas" +value: "Bahamas" +data: App\Entity\Pays {#975 …} +attr: [] +labelTranslationParameters: [] } "Bahreïn" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1196 +label: "Bahreïn" +value: "Bahreïn" +data: App\Entity\Pays {#964 …} +attr: [] +labelTranslationParameters: [] } "Bangladesh" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1197 +label: "Bangladesh" +value: "Bangladesh" +data: App\Entity\Pays {#976 …} +attr: [] +labelTranslationParameters: [] } "Barbade" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1198 +label: "Barbade" +value: "Barbade" +data: App\Entity\Pays {#977 …} +attr: [] +labelTranslationParameters: [] } "Belgique" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1199 +label: "Belgique" +value: "Belgique" +data: App\Entity\Pays {#978 …} +attr: [] +labelTranslationParameters: [] } "Belize" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1200 +label: "Belize" +value: "Belize" +data: App\Entity\Pays {#979 …} +attr: [] +labelTranslationParameters: [] } "Bénin" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1201 +label: "Bénin" +value: "Bénin" +data: App\Entity\Pays {#980 …} +attr: [] +labelTranslationParameters: [] } "Bermudes" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1202 +label: "Bermudes" +value: "Bermudes" +data: App\Entity\Pays {#981 …} +attr: [] +labelTranslationParameters: [] } "Bhoutan" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1203 +label: "Bhoutan" +value: "Bhoutan" +data: App\Entity\Pays {#982 …} +attr: [] +labelTranslationParameters: [] } "Biélorussie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1204 +label: "Biélorussie" +value: "Biélorussie" +data: App\Entity\Pays {#983 …} +attr: [] +labelTranslationParameters: [] } "Birmanie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1205 +label: "Birmanie" +value: "Birmanie" +data: App\Entity\Pays {#984 …} +attr: [] +labelTranslationParameters: [] } "Bolivie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1206 +label: "Bolivie" +value: "Bolivie" +data: App\Entity\Pays {#985 …} +attr: [] +labelTranslationParameters: [] } "Bosnie_Herzégovine" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1207 +label: "Bosnie-Herzégovine" +value: "Bosnie-Herzégovine" +data: App\Entity\Pays {#986 …} +attr: [] +labelTranslationParameters: [] } "Botswana" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1208 +label: "Botswana" +value: "Botswana" +data: App\Entity\Pays {#987 …} +attr: [] +labelTranslationParameters: [] } "Brésil" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1209 +label: "Brésil" +value: "Brésil" +data: App\Entity\Pays {#988 …} +attr: [] +labelTranslationParameters: [] } "Brunei" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1210 +label: "Brunei" +value: "Brunei" +data: App\Entity\Pays {#989 …} +attr: [] +labelTranslationParameters: [] } "Bulgarie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1211 +label: "Bulgarie" +value: "Bulgarie" +data: App\Entity\Pays {#990 …} +attr: [] +labelTranslationParameters: [] } "Burkina Faso" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1212 +label: "Burkina Faso" +value: "Burkina Faso" +data: App\Entity\Pays {#991 …} +attr: [] +labelTranslationParameters: [] } "Burundi" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1213 +label: "Burundi" +value: "Burundi" +data: App\Entity\Pays {#992 …} +attr: [] +labelTranslationParameters: [] } "Cambodge" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1214 +label: "Cambodge" +value: "Cambodge" +data: App\Entity\Pays {#993 …} +attr: [] +labelTranslationParameters: [] } "Cameroun" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1215 +label: "Cameroun" +value: "Cameroun" +data: App\Entity\Pays {#994 …} +attr: [] +labelTranslationParameters: [] } "Canada" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1216 +label: "Canada" +value: "Canada" +data: App\Entity\Pays {#995 …} +attr: [] +labelTranslationParameters: [] } "Cap_Vert" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1217 +label: "Cap-Vert" +value: "Cap-Vert" +data: App\Entity\Pays {#996 …} +attr: [] +labelTranslationParameters: [] } "Chili" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1218 +label: "Chili" +value: "Chili" +data: App\Entity\Pays {#997 …} +attr: [] +labelTranslationParameters: [] } "Chypre" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1219 +label: "Chypre" +value: "Chypre" +data: App\Entity\Pays {#998 …} +attr: [] +labelTranslationParameters: [] } "Colombie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1220 +label: "Colombie" +value: "Colombie" +data: App\Entity\Pays {#999 …} +attr: [] +labelTranslationParameters: [] } "Comores" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1221 +label: "Comores" +value: "Comores" +data: App\Entity\Pays {#1000 …} +attr: [] +labelTranslationParameters: [] } "Congo" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1222 +label: "Congo" +value: "Congo" +data: App\Entity\Pays {#1001 …} +attr: [] +labelTranslationParameters: [] } "Corée du Nord" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1223 +label: "Corée du Nord" +value: "Corée du Nord" +data: App\Entity\Pays {#1002 …} +attr: [] +labelTranslationParameters: [] } "Corée du Sud" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1224 +label: "Corée du Sud" +value: "Corée du Sud" +data: App\Entity\Pays {#1003 …} +attr: [] +labelTranslationParameters: [] } "Costa_Rica" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1225 +label: "Costa_Rica" +value: "Costa_Rica" +data: App\Entity\Pays {#1004 …} +attr: [] +labelTranslationParameters: [] } "Côte d'Ivoire" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1226 +label: "Côte d'Ivoire" +value: "Côte d'Ivoire" +data: App\Entity\Pays {#1005 …} +attr: [] +labelTranslationParameters: [] } "Croatie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1227 +label: "Croatie" +value: "Croatie" +data: App\Entity\Pays {#1006 …} +attr: [] +labelTranslationParameters: [] } "Cuba" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1228 +label: "Cuba" +value: "Cuba" +data: App\Entity\Pays {#1007 …} +attr: [] +labelTranslationParameters: [] } "Danemark" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1229 +label: "Danemark" +value: "Danemark" +data: App\Entity\Pays {#1008 …} +attr: [] +labelTranslationParameters: [] } "Djibouti" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1230 +label: "Djibouti" +value: "Djibouti" +data: App\Entity\Pays {#1009 …} +attr: [] +labelTranslationParameters: [] } "Dominique" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1231 +label: "Dominique" +value: "Dominique" +data: App\Entity\Pays {#1010 …} +attr: [] +labelTranslationParameters: [] } "Égypte" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1232 +label: "Égypte" +value: "Égypte" +data: App\Entity\Pays {#1011 …} +attr: [] +labelTranslationParameters: [] } "El Salvador" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1233 +label: "El Salvador" +value: "El Salvador" +data: App\Entity\Pays {#1012 …} +attr: [] +labelTranslationParameters: [] } "Émirats arabes unis" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1234 +label: "Émirats arabes unis" +value: "Émirats arabes unis" +data: App\Entity\Pays {#1013 …} +attr: [] +labelTranslationParameters: [] } "Équateur" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1235 +label: "Équateur" +value: "Équateur" +data: App\Entity\Pays {#1014 …} +attr: [] +labelTranslationParameters: [] } "Érythrée" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1236 +label: "Érythrée" +value: "Érythrée" +data: App\Entity\Pays {#1015 …} +attr: [] +labelTranslationParameters: [] } "Espagne" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1237 +label: "Espagne" +value: "Espagne" +data: App\Entity\Pays {#1016 …} +attr: [] +labelTranslationParameters: [] } "Estonie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1238 +label: "Estonie" +value: "Estonie" +data: App\Entity\Pays {#1017 …} +attr: [] +labelTranslationParameters: [] } "États_Unis" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1239 +label: "États-Unis" +value: "États-Unis" +data: App\Entity\Pays {#1018 …} +attr: [] +labelTranslationParameters: [] } "Éthiopie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1240 +label: "Éthiopie" +value: "Éthiopie" +data: App\Entity\Pays {#1019 …} +attr: [] +labelTranslationParameters: [] } "Fidji" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1241 +label: "Fidji" +value: "Fidji" +data: App\Entity\Pays {#1020 …} +attr: [] +labelTranslationParameters: [] } "Finlande" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1242 +label: "Finlande" +value: "Finlande" +data: App\Entity\Pays {#1021 …} +attr: [] +labelTranslationParameters: [] } "France" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1243 +label: "France" +value: "France" +data: App\Entity\Pays {#1022 …} +attr: [] +labelTranslationParameters: [] } "Gabon" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1244 +label: "Gabon" +value: "Gabon" +data: App\Entity\Pays {#1023 …} +attr: [] +labelTranslationParameters: [] } "Gambie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1245 +label: "Gambie" +value: "Gambie" +data: App\Entity\Pays {#1024 …} +attr: [] +labelTranslationParameters: [] } "Géorgie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1246 +label: "Géorgie" +value: "Géorgie" +data: App\Entity\Pays {#1025 …} +attr: [] +labelTranslationParameters: [] } "Ghana" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1247 +label: "Ghana" +value: "Ghana" +data: App\Entity\Pays {#1026 …} +attr: [] +labelTranslationParameters: [] } "Gibraltar" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1248 +label: "Gibraltar" +value: "Gibraltar" +data: App\Entity\Pays {#1027 …} +attr: [] +labelTranslationParameters: [] } "Grèce" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1249 +label: "Grèce" +value: "Grèce" +data: App\Entity\Pays {#1028 …} +attr: [] +labelTranslationParameters: [] } "Grenade" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1250 +label: "Grenade" +value: "Grenade" +data: App\Entity\Pays {#1029 …} +attr: [] +labelTranslationParameters: [] } "Groenland" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1251 +label: "Groenland" +value: "Groenland" +data: App\Entity\Pays {#1030 …} +attr: [] +labelTranslationParameters: [] } "Guadeloupe" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1252 +label: "Guadeloupe" +value: "Guadeloupe" +data: App\Entity\Pays {#1031 …} +attr: [] +labelTranslationParameters: [] } "Guam" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1253 +label: "Guam" +value: "Guam" +data: App\Entity\Pays {#1032 …} +attr: [] +labelTranslationParameters: [] } "Guatemala" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1254 +label: "Guatemala" +value: "Guatemala" +data: App\Entity\Pays {#1033 …} +attr: [] +labelTranslationParameters: [] } "Guinée" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1255 +label: "Guinée" +value: "Guinée" +data: App\Entity\Pays {#1034 …} +attr: [] +labelTranslationParameters: [] } "Guinée équatoriale" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1256 +label: "Guinée équatoriale" +value: "Guinée équatoriale" +data: App\Entity\Pays {#1035 …} +attr: [] +labelTranslationParameters: [] } "Guinée_Bissau" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1257 +label: "Guinée-Bissau" +value: "Guinée-Bissau" +data: App\Entity\Pays {#1036 …} +attr: [] +labelTranslationParameters: [] } "Guyana" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1258 +label: "Guyana" +value: "Guyana" +data: App\Entity\Pays {#1037 …} +attr: [] +labelTranslationParameters: [] } "Guyane" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1259 +label: "Guyane" +value: "Guyane" +data: App\Entity\Pays {#1038 …} +attr: [] +labelTranslationParameters: [] } "Haïti" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1260 +label: "Haïti" +value: "Haïti" +data: App\Entity\Pays {#1039 …} +attr: [] +labelTranslationParameters: [] } "Honduras" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1261 +label: "Honduras" +value: "Honduras" +data: App\Entity\Pays {#1040 …} +attr: [] +labelTranslationParameters: [] } "Hong Kong" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1262 +label: "Hong Kong" +value: "Hong Kong" +data: App\Entity\Pays {#1041 …} +attr: [] +labelTranslationParameters: [] } "Hongrie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1263 +label: "Hongrie" +value: "Hongrie" +data: App\Entity\Pays {#1042 …} +attr: [] +labelTranslationParameters: [] } "Île Christmas" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1264 +label: "Île Christmas" +value: "Île Christmas" +data: App\Entity\Pays {#1043 …} +attr: [] +labelTranslationParameters: [] } "Île Heard et îles McDonald" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1265 +label: "Île Heard et îles McDonald" +value: "Île Heard et îles McDonald" +data: App\Entity\Pays {#1044 …} +attr: [] +labelTranslationParameters: [] } "Ile Sainte_Hélène" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1266 +label: "Ile Sainte-Hélène" +value: "Ile Sainte-Hélène" +data: App\Entity\Pays {#1045 …} +attr: [] +labelTranslationParameters: [] } "Îles Caïmanes" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1267 +label: "Îles Caïmanes" +value: "Îles Caïmanes" +data: App\Entity\Pays {#1046 …} +attr: [] +labelTranslationParameters: [] } "Îles Cocos" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1268 +label: "Îles Cocos" +value: "Îles Cocos" +data: App\Entity\Pays {#1047 …} +attr: [] +labelTranslationParameters: [] } "Îles Cook" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1269 +label: "Îles Cook" +value: "Îles Cook" +data: App\Entity\Pays {#1048 …} +attr: [] +labelTranslationParameters: [] } "Îles Féroé" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1270 +label: "Îles Féroé" +value: "Îles Féroé" +data: App\Entity\Pays {#1049 …} +attr: [] +labelTranslationParameters: [] } "Îles Malouines" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1271 +label: "Îles Malouines" +value: "Îles Malouines" +data: App\Entity\Pays {#1050 …} +attr: [] +labelTranslationParameters: [] } "Îles Mariannes du Nord" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1272 +label: "Îles Mariannes du Nord" +value: "Îles Mariannes du Nord" +data: App\Entity\Pays {#1051 …} +attr: [] +labelTranslationParameters: [] } "Îles Marshall" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1273 +label: "Îles Marshall" +value: "Îles Marshall" +data: App\Entity\Pays {#1052 …} +attr: [] +labelTranslationParameters: [] } "Îles Salomon" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1274 +label: "Îles Salomon" +value: "Îles Salomon" +data: App\Entity\Pays {#1053 …} +attr: [] +labelTranslationParameters: [] } "Îles Turques et Caïques" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1275 +label: "Îles Turques et Caïques" +value: "Îles Turques et Caïques" +data: App\Entity\Pays {#1054 …} +attr: [] +labelTranslationParameters: [] } "Îles Vierges américaines" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1276 +label: "Îles Vierges américaines" +value: "Îles Vierges américaines" +data: App\Entity\Pays {#1055 …} +attr: [] +labelTranslationParameters: [] } "Îles Vierges britanniques" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1277 +label: "Îles Vierges britanniques" +value: "Îles Vierges britanniques" +data: App\Entity\Pays {#1056 …} +attr: [] +labelTranslationParameters: [] } "Inde" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1278 +label: "Inde" +value: "Inde" +data: App\Entity\Pays {#1057 …} +attr: [] +labelTranslationParameters: [] } "Indonésie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1279 +label: "Indonésie" +value: "Indonésie" +data: App\Entity\Pays {#1058 …} +attr: [] +labelTranslationParameters: [] } "Iran" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1280 +label: "Iran" +value: "Iran" +data: App\Entity\Pays {#1059 …} +attr: [] +labelTranslationParameters: [] } "Iraq" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1281 +label: "Iraq" +value: "Iraq" +data: App\Entity\Pays {#1060 …} +attr: [] +labelTranslationParameters: [] } "Irlande" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1282 +label: "Irlande" +value: "Irlande" +data: App\Entity\Pays {#1061 …} +attr: [] +labelTranslationParameters: [] } "Islande" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1283 +label: "Islande" +value: "Islande" +data: App\Entity\Pays {#1062 …} +attr: [] +labelTranslationParameters: [] } "Israël" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1284 +label: "Israël" +value: "Israël" +data: App\Entity\Pays {#1063 …} +attr: [] +labelTranslationParameters: [] } "Italie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1285 +label: "Italie" +value: "Italie" +data: App\Entity\Pays {#1064 …} +attr: [] +labelTranslationParameters: [] } "Jamaïque" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1286 +label: "Jamaïque" +value: "Jamaïque" +data: App\Entity\Pays {#1065 …} +attr: [] +labelTranslationParameters: [] } "Japon" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1287 +label: "Japon" +value: "Japon" +data: App\Entity\Pays {#1066 …} +attr: [] +labelTranslationParameters: [] } "Jordanie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1288 +label: "Jordanie" +value: "Jordanie" +data: App\Entity\Pays {#1067 …} +attr: [] +labelTranslationParameters: [] } "Kazakhstan" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1289 +label: "Kazakhstan" +value: "Kazakhstan" +data: App\Entity\Pays {#1068 …} +attr: [] +labelTranslationParameters: [] } "Kenya" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1290 +label: "Kenya" +value: "Kenya" +data: App\Entity\Pays {#1069 …} +attr: [] +labelTranslationParameters: [] } "Kirghizstan" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1291 +label: "Kirghizstan" +value: "Kirghizstan" +data: App\Entity\Pays {#1070 …} +attr: [] +labelTranslationParameters: [] } "Kiribati" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1292 +label: "Kiribati" +value: "Kiribati" +data: App\Entity\Pays {#1071 …} +attr: [] +labelTranslationParameters: [] } "Koweït" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1293 +label: "Koweït" +value: "Koweït" +data: App\Entity\Pays {#1072 …} +attr: [] +labelTranslationParameters: [] } "Laos" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1294 +label: "Laos" +value: "Laos" +data: App\Entity\Pays {#1073 …} +attr: [] +labelTranslationParameters: [] } "Lesotho" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1295 +label: "Lesotho" +value: "Lesotho" +data: App\Entity\Pays {#1074 …} +attr: [] +labelTranslationParameters: [] } "Lettonie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1296 +label: "Lettonie" +value: "Lettonie" +data: App\Entity\Pays {#1075 …} +attr: [] +labelTranslationParameters: [] } "Liban" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1297 +label: "Liban" +value: "Liban" +data: App\Entity\Pays {#1076 …} +attr: [] +labelTranslationParameters: [] } "Libéria" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1298 +label: "Libéria" +value: "Libéria" +data: App\Entity\Pays {#1077 …} +attr: [] +labelTranslationParameters: [] } "Libye" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1299 +label: "Libye" +value: "Libye" +data: App\Entity\Pays {#1078 …} +attr: [] +labelTranslationParameters: [] } "Liechtenstein" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1300 +label: "Liechtenstein" +value: "Liechtenstein" +data: App\Entity\Pays {#1079 …} +attr: [] +labelTranslationParameters: [] } "Lituanie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1301 +label: "Lituanie" +value: "Lituanie" +data: App\Entity\Pays {#1080 …} +attr: [] +labelTranslationParameters: [] } "Luxembourg" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1302 +label: "Luxembourg" +value: "Luxembourg" +data: App\Entity\Pays {#1081 …} +attr: [] +labelTranslationParameters: [] } "Macao" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1303 +label: "Macao" +value: "Macao" +data: App\Entity\Pays {#1082 …} +attr: [] +labelTranslationParameters: [] } "Macédoine" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1304 +label: "Macédoine" +value: "Macédoine" +data: App\Entity\Pays {#1083 …} +attr: [] +labelTranslationParameters: [] } "Madagascar" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1305 +label: "Madagascar" +value: "Madagascar" +data: App\Entity\Pays {#1084 …} +attr: [] +labelTranslationParameters: [] } "Malaisie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1306 +label: "Malaisie" +value: "Malaisie" +data: App\Entity\Pays {#1085 …} +attr: [] +labelTranslationParameters: [] } "Malawi" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1307 +label: "Malawi" +value: "Malawi" +data: App\Entity\Pays {#1086 …} +attr: [] +labelTranslationParameters: [] } "Maldives" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1308 +label: "Maldives" +value: "Maldives" +data: App\Entity\Pays {#1087 …} +attr: [] +labelTranslationParameters: [] } "Mali" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1309 +label: "Mali" +value: "Mali" +data: App\Entity\Pays {#1088 …} +attr: [] +labelTranslationParameters: [] } "Malte" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1310 +label: "Malte" +value: "Malte" +data: App\Entity\Pays {#1089 …} +attr: [] +labelTranslationParameters: [] } "Maroc" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1311 +label: "Maroc" +value: "Maroc" +data: App\Entity\Pays {#1090 …} +attr: [] +labelTranslationParameters: [] } "Martinique" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1312 +label: "Martinique" +value: "Martinique" +data: App\Entity\Pays {#1091 …} +attr: [] +labelTranslationParameters: [] } "Maurice" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1313 +label: "Maurice" +value: "Maurice" +data: App\Entity\Pays {#1092 …} +attr: [] +labelTranslationParameters: [] } "Mauritanie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1314 +label: "Mauritanie" +value: "Mauritanie" +data: App\Entity\Pays {#1093 …} +attr: [] +labelTranslationParameters: [] } "Mayotte" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1315 +label: "Mayotte" +value: "Mayotte" +data: App\Entity\Pays {#1094 …} +attr: [] +labelTranslationParameters: [] } "Mexique" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1316 +label: "Mexique" +value: "Mexique" +data: App\Entity\Pays {#1095 …} +attr: [] +labelTranslationParameters: [] } "Monaco" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1317 +label: "Monaco" +value: "Monaco" +data: App\Entity\Pays {#1096 …} +attr: [] +labelTranslationParameters: [] } "Mongolie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1318 +label: "Mongolie" +value: "Mongolie" +data: App\Entity\Pays {#1097 …} +attr: [] +labelTranslationParameters: [] } "Monténégro" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1319 +label: "Monténégro" +value: "Monténégro" +data: App\Entity\Pays {#1098 …} +attr: [] +labelTranslationParameters: [] } "Montserrat" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1320 +label: "Montserrat" +value: "Montserrat" +data: App\Entity\Pays {#1099 …} +attr: [] +labelTranslationParameters: [] } "Mozambique" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1321 +label: "Mozambique" +value: "Mozambique" +data: App\Entity\Pays {#1100 …} +attr: [] +labelTranslationParameters: [] } "Namibie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1322 +label: "Namibie" +value: "Namibie" +data: App\Entity\Pays {#1101 …} +attr: [] +labelTranslationParameters: [] } "Nauru" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1323 +label: "Nauru" +value: "Nauru" +data: App\Entity\Pays {#1102 …} +attr: [] +labelTranslationParameters: [] } "Népal" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1324 +label: "Népal" +value: "Népal" +data: App\Entity\Pays {#1103 …} +attr: [] +labelTranslationParameters: [] } "Nicaragua" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1325 +label: "Nicaragua" +value: "Nicaragua" +data: App\Entity\Pays {#1104 …} +attr: [] +labelTranslationParameters: [] } "Niger" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1326 +label: "Niger" +value: "Niger" +data: App\Entity\Pays {#1105 …} +attr: [] +labelTranslationParameters: [] } "Nigeria" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1327 +label: "Nigeria" +value: "Nigeria" +data: App\Entity\Pays {#1106 …} +attr: [] +labelTranslationParameters: [] } "Nioué" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1328 +label: "Nioué" +value: "Nioué" +data: App\Entity\Pays {#1107 …} +attr: [] +labelTranslationParameters: [] } "Norvège" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1329 +label: "Norvège" +value: "Norvège" +data: App\Entity\Pays {#1108 …} +attr: [] +labelTranslationParameters: [] } "Nouvelle_Calédonie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1330 +label: "Nouvelle-Calédonie" +value: "Nouvelle-Calédonie" +data: App\Entity\Pays {#1109 …} +attr: [] +labelTranslationParameters: [] } "Nouvelle_Zélande" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1331 +label: "Nouvelle-Zélande" +value: "Nouvelle-Zélande" +data: App\Entity\Pays {#1110 …} +attr: [] +labelTranslationParameters: [] } "Oman" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1332 +label: "Oman" +value: "Oman" +data: App\Entity\Pays {#1111 …} +attr: [] +labelTranslationParameters: [] } "Ouganda" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1333 +label: "Ouganda" +value: "Ouganda" +data: App\Entity\Pays {#1112 …} +attr: [] +labelTranslationParameters: [] } "Ouzbékistan" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1334 +label: "Ouzbékistan" +value: "Ouzbékistan" +data: App\Entity\Pays {#1113 …} +attr: [] +labelTranslationParameters: [] } "Pakistan" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1335 +label: "Pakistan" +value: "Pakistan" +data: App\Entity\Pays {#1114 …} +attr: [] +labelTranslationParameters: [] } "Palau" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1336 +label: "Palau" +value: "Palau" +data: App\Entity\Pays {#1115 …} +attr: [] +labelTranslationParameters: [] } "Palestine" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1337 +label: "Palestine" +value: "Palestine" +data: App\Entity\Pays {#1116 …} +attr: [] +labelTranslationParameters: [] } "Panama" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1338 +label: "Panama" +value: "Panama" +data: App\Entity\Pays {#1117 …} +attr: [] +labelTranslationParameters: [] } "Papouasie_Nouvelle_Guinée" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1339 +label: "Papouasie-Nouvelle-Guinée" +value: "Papouasie-Nouvelle-Guinée" +data: App\Entity\Pays {#1118 …} +attr: [] +labelTranslationParameters: [] } "Paraguay" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1340 +label: "Paraguay" +value: "Paraguay" +data: App\Entity\Pays {#1119 …} +attr: [] +labelTranslationParameters: [] } "Pays_Bas" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1341 +label: "Pays-Bas" +value: "Pays-Bas" +data: App\Entity\Pays {#1120 …} +attr: [] +labelTranslationParameters: [] } "Pérou" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1342 +label: "Pérou" +value: "Pérou" +data: App\Entity\Pays {#1121 …} +attr: [] +labelTranslationParameters: [] } "Philippines" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1343 +label: "Philippines" +value: "Philippines" +data: App\Entity\Pays {#1122 …} +attr: [] +labelTranslationParameters: [] } "Pologne" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1344 +label: "Pologne" +value: "Pologne" +data: App\Entity\Pays {#1123 …} +attr: [] +labelTranslationParameters: [] } "Polynésie française" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1345 +label: "Polynésie française" +value: "Polynésie française" +data: App\Entity\Pays {#1124 …} +attr: [] +labelTranslationParameters: [] } "Porto Rico" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1346 +label: "Porto Rico" +value: "Porto Rico" +data: App\Entity\Pays {#1125 …} +attr: [] +labelTranslationParameters: [] } "Portugal" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1347 +label: "Portugal" +value: "Portugal" +data: App\Entity\Pays {#1126 …} +attr: [] +labelTranslationParameters: [] } "Qatar" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1348 +label: "Qatar" +value: "Qatar" +data: App\Entity\Pays {#1127 …} +attr: [] +labelTranslationParameters: [] } "République centrafricaine" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1349 +label: "République centrafricaine" +value: "République centrafricaine" +data: App\Entity\Pays {#1128 …} +attr: [] +labelTranslationParameters: [] } "République de Moldavie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1350 +label: "République de Moldavie" +value: "République de Moldavie" +data: App\Entity\Pays {#1129 …} +attr: [] +labelTranslationParameters: [] } "République démocratique du Congo" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1351 +label: "République démocratique du Congo" +value: "République démocratique du Congo" +data: App\Entity\Pays {#1130 …} +attr: [] +labelTranslationParameters: [] } "République dominicaine" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1352 +label: "République dominicaine" +value: "République dominicaine" +data: App\Entity\Pays {#1131 …} +attr: [] +labelTranslationParameters: [] } "République populaire de Chine" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1353 +label: "République populaire de Chine" +value: "République populaire de Chine" +data: App\Entity\Pays {#1132 …} +attr: [] +labelTranslationParameters: [] } "République tchèque" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1354 +label: "République tchèque" +value: "République tchèque" +data: App\Entity\Pays {#1133 …} +attr: [] +labelTranslationParameters: [] } "Réunion" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1355 +label: "Réunion" +value: "Réunion" +data: App\Entity\Pays {#1134 …} +attr: [] +labelTranslationParameters: [] } "Roumanie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1356 +label: "Roumanie" +value: "Roumanie" +data: App\Entity\Pays {#1135 …} +attr: [] +labelTranslationParameters: [] } "Royaume_Uni" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1357 +label: "Royaume-Uni" +value: "Royaume-Uni" +data: App\Entity\Pays {#1136 …} +attr: [] +labelTranslationParameters: [] } "Russie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1358 +label: "Russie" +value: "Russie" +data: App\Entity\Pays {#1137 …} +attr: [] +labelTranslationParameters: [] } "Rwanda" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1359 +label: "Rwanda" +value: "Rwanda" +data: App\Entity\Pays {#1138 …} +attr: [] +labelTranslationParameters: [] } "Saint_Christophe_et_Nevis" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1360 +label: "Saint-Christophe-et-Nevis" +value: "Saint-Christophe-et-Nevis" +data: App\Entity\Pays {#1139 …} +attr: [] +labelTranslationParameters: [] } "Saint_Marin" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1361 +label: "Saint-Marin" +value: "Saint-Marin" +data: App\Entity\Pays {#1140 …} +attr: [] +labelTranslationParameters: [] } "Saint_Pierre_et_Miquelon" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1362 +label: "Saint-Pierre-et-Miquelon" +value: "Saint-Pierre-et-Miquelon" +data: App\Entity\Pays {#1141 …} +attr: [] +labelTranslationParameters: [] } "Saint_Vincent_et_les Grenadines" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1363 +label: "Saint-Vincent-et-les Grenadines" +value: "Saint-Vincent-et-les Grenadines" +data: App\Entity\Pays {#1142 …} +attr: [] +labelTranslationParameters: [] } "Sainte_Hélène" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1364 +label: "Sainte-Hélène" +value: "Sainte-Hélène" +data: App\Entity\Pays {#1143 …} +attr: [] +labelTranslationParameters: [] } "Sainte_Lucie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1365 +label: "Sainte-Lucie" +value: "Sainte-Lucie" +data: App\Entity\Pays {#1144 …} +attr: [] +labelTranslationParameters: [] } "Samoa" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1366 +label: "Samoa" +value: "Samoa" +data: App\Entity\Pays {#1145 …} +attr: [] +labelTranslationParameters: [] } "Samoa américaines" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1367 +label: "Samoa américaines" +value: "Samoa américaines" +data: App\Entity\Pays {#1146 …} +attr: [] +labelTranslationParameters: [] } "Sao Tomé_et_Principe" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1368 +label: "Sao Tomé-et-Principe" +value: "Sao Tomé-et-Principe" +data: App\Entity\Pays {#1147 …} +attr: [] +labelTranslationParameters: [] } "Sénégal" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1369 +label: "Sénégal" +value: "Sénégal" +data: App\Entity\Pays {#1148 …} +attr: [] +labelTranslationParameters: [] } "Serbie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1370 +label: "Serbie" +value: "Serbie" +data: App\Entity\Pays {#1149 …} +attr: [] +labelTranslationParameters: [] } "Seychelles" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1371 +label: "Seychelles" +value: "Seychelles" +data: App\Entity\Pays {#1150 …} +attr: [] +labelTranslationParameters: [] } "Sierra Leone" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1372 +label: "Sierra Leone" +value: "Sierra Leone" +data: App\Entity\Pays {#1151 …} +attr: [] +labelTranslationParameters: [] } "Singapour" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1373 +label: "Singapour" +value: "Singapour" +data: App\Entity\Pays {#1152 …} +attr: [] +labelTranslationParameters: [] } "Slovaquie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1374 +label: "Slovaquie" +value: "Slovaquie" +data: App\Entity\Pays {#1153 …} +attr: [] +labelTranslationParameters: [] } "Slovénie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1375 +label: "Slovénie" +value: "Slovénie" +data: App\Entity\Pays {#1154 …} +attr: [] +labelTranslationParameters: [] } "Somalie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1376 +label: "Somalie" +value: "Somalie" +data: App\Entity\Pays {#1155 …} +attr: [] +labelTranslationParameters: [] } "Soudan" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1377 +label: "Soudan" +value: "Soudan" +data: App\Entity\Pays {#1156 …} +attr: [] +labelTranslationParameters: [] } "Sri Lanka" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1378 +label: "Sri Lanka" +value: "Sri Lanka" +data: App\Entity\Pays {#1157 …} +attr: [] +labelTranslationParameters: [] } "Suède" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1379 +label: "Suède" +value: "Suède" +data: App\Entity\Pays {#1158 …} +attr: [] +labelTranslationParameters: [] } "Suisse" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1380 +label: "Suisse" +value: "Suisse" +data: App\Entity\Pays {#1159 …} +attr: [] +labelTranslationParameters: [] } "Suriname" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1381 +label: "Suriname" +value: "Suriname" +data: App\Entity\Pays {#1160 …} +attr: [] +labelTranslationParameters: [] } "Swaziland" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1382 +label: "Swaziland" +value: "Swaziland" +data: App\Entity\Pays {#1161 …} +attr: [] +labelTranslationParameters: [] } "Syrie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1383 +label: "Syrie" +value: "Syrie" +data: App\Entity\Pays {#1162 …} +attr: [] +labelTranslationParameters: [] } "Tadjikistan" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1384 +label: "Tadjikistan" +value: "Tadjikistan" +data: App\Entity\Pays {#1163 …} +attr: [] +labelTranslationParameters: [] } "Taiwan" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1385 +label: "Taiwan" +value: "Taiwan" +data: App\Entity\Pays {#1164 …} +attr: [] +labelTranslationParameters: [] } "Tanzanie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1386 +label: "Tanzanie" +value: "Tanzanie" +data: App\Entity\Pays {#1165 …} +attr: [] +labelTranslationParameters: [] } "Tchad" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1387 +label: "Tchad" +value: "Tchad" +data: App\Entity\Pays {#1166 …} +attr: [] +labelTranslationParameters: [] } "Territoire britannique de l'océan Indien" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1388 +label: "Territoire britannique de l'océan Indien" +value: "Territoire britannique de l'océan Indien" +data: App\Entity\Pays {#1167 …} +attr: [] +labelTranslationParameters: [] } "Thaïlande" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1389 +label: "Thaïlande" +value: "Thaïlande" +data: App\Entity\Pays {#1168 …} +attr: [] +labelTranslationParameters: [] } "Timor oriental" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1390 +label: "Timor oriental" +value: "Timor oriental" +data: App\Entity\Pays {#1169 …} +attr: [] +labelTranslationParameters: [] } "Togo" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1391 +label: "Togo" +value: "Togo" +data: App\Entity\Pays {#1170 …} +attr: [] +labelTranslationParameters: [] } "Tokelau" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1392 +label: "Tokelau" +value: "Tokelau" +data: App\Entity\Pays {#1171 …} +attr: [] +labelTranslationParameters: [] } "Tonga" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1393 +label: "Tonga" +value: "Tonga" +data: App\Entity\Pays {#1172 …} +attr: [] +labelTranslationParameters: [] } "Trinité_et_Tobago" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1394 +label: "Trinité-et-Tobago" +value: "Trinité-et-Tobago" +data: App\Entity\Pays {#1173 …} +attr: [] +labelTranslationParameters: [] } "Tunisie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1395 +label: "Tunisie" +value: "Tunisie" +data: App\Entity\Pays {#1174 …} +attr: [] +labelTranslationParameters: [] } "Turkménistan" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1396 +label: "Turkménistan" +value: "Turkménistan" +data: App\Entity\Pays {#1175 …} +attr: [] +labelTranslationParameters: [] } "Turquie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1397 +label: "Turquie" +value: "Turquie" +data: App\Entity\Pays {#1176 …} +attr: [] +labelTranslationParameters: [] } "Tuvalu" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1398 +label: "Tuvalu" +value: "Tuvalu" +data: App\Entity\Pays {#1177 …} +attr: [] +labelTranslationParameters: [] } "Ukraine" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1399 +label: "Ukraine" +value: "Ukraine" +data: App\Entity\Pays {#1178 …} +attr: [] +labelTranslationParameters: [] } "Uruguay" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1400 +label: "Uruguay" +value: "Uruguay" +data: App\Entity\Pays {#1179 …} +attr: [] +labelTranslationParameters: [] } "Vanuatu" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1401 +label: "Vanuatu" +value: "Vanuatu" +data: App\Entity\Pays {#1180 …} +attr: [] +labelTranslationParameters: [] } "Vatican" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1402 +label: "Vatican" +value: "Vatican" +data: App\Entity\Pays {#1181 …} +attr: [] +labelTranslationParameters: [] } "Venezuela" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1403 +label: "Venezuela" +value: "Venezuela" +data: App\Entity\Pays {#1182 …} +attr: [] +labelTranslationParameters: [] } "Viêt Nam" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1404 +label: "Viêt Nam" +value: "Viêt Nam" +data: App\Entity\Pays {#1183 …} +attr: [] +labelTranslationParameters: [] } "Wallis_et_Futuna" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1405 +label: "Wallis-et-Futuna" +value: "Wallis-et-Futuna" +data: App\Entity\Pays {#1184 …} +attr: [] +labelTranslationParameters: [] } "Yémen" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1406 +label: "Yémen" +value: "Yémen" +data: App\Entity\Pays {#1185 …} +attr: [] +labelTranslationParameters: [] } "Zambie" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1407 +label: "Zambie" +value: "Zambie" +data: App\Entity\Pays {#1186 …} +attr: [] +labelTranslationParameters: [] } "Zimbabwe" => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1408 +label: "Zimbabwe" +value: "Zimbabwe" +data: App\Entity\Pays {#1187 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#763 -form: Symfony\Component\Form\Form {#785 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#687 …5} |
| full_name | "register[pays]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_pays" |
| is_selected | Closure($choice, $value) {#650 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#693 …} } |
| label | false |
| label_attr | [ "class" => "form-label " ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "pays" |
| placeholder | "Sélectionnez votre pays" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_pays" |
| valid | true |
| value | "" |
ville
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "placeholder" => "Votre ville" ] |
[ "class" => "form-control" "placeholder" => "Votre ville" ] |
| label | "Ville*" |
same as passed value |
| label_attr | [ "class" => "form-label" ] |
[ "class" => "form-label" ] |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Votre ville" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#617 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#618 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#619 …} -namespace: Closure() {#621 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#872 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#329 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Ville*" |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#883 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#627 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#589 …} $translationDomain: "validators" $message: Closure() {#880 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Votre ville" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_ville" ] |
| cache_key | "_register_ville_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1409 -form: Symfony\Component\Form\Form {#782 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#678 …5} |
| full_name | "register[ville]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_ville" |
| label | "Ville*" |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "ville" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_ville" |
| valid | true |
| value | "" |
plainPassword
"Symfony\Component\Form\Extension\Core\Type\RepeatedType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| first_options | [ "attr" => [ "class" => "form-control " ] "label" => "Mot de passe*" "label_attr" => [ "class" => "form-label mt-5 form-pass-error" ] ] |
[ "attr" => [ "class" => "form-control " ] "label" => "Mot de passe*" "label_attr" => [ "class" => "form-label mt-5 form-pass-error" ] ] |
| invalid_message | "Les mots de passe ne correspondent pas." |
same as passed value |
| options | [ "attr" => [ "class" => "password-field" ] ] |
[ "attr" => [ "class" => "password-field" ] ] |
| required | true |
same as passed value |
| second_options | [ "attr" => [ "class" => "form-control" ] "label" => "Confirmer le mot de passe" "label_attr" => [ "class" => "form-label mt-5" ] ] |
[ "attr" => [ "class" => "form-control" ] "label" => "Confirmer le mot de passe" "label_attr" => [ "class" => "form-label mt-5" ] ] |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#617 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#618 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#619 …} -namespace: Closure() {#621 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#823 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#329 …} } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [ "attr" => [ "class" => "form-control " ] "label" => "Mot de passe*" "label_attr" => [ "class" => "form-label mt-5 form-pass-error" ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Les mots de passe ne correspondent pas." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| options | [ "attr" => [ "class" => "password-field" ] ] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| second_name | "second" |
| second_options | [ "attr" => [ "class" => "form-control" ] "label" => "Confirmer le mot de passe" "label_attr" => [ "class" => "form-label mt-5" ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#851 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#627 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#589 …} $translationDomain: "validators" $message: Closure() {#747 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_register_plainPassword" ] |
| cache_key | "_register_plainPassword_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1411 -form: Symfony\Component\Form\Form {#739 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1410 …5} |
| full_name | "register[plainPassword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_plainPassword" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "plainPassword" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_plainPassword" |
| valid | true |
| value | [ "first" => null "second" => null ] |
first
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control " ] |
[ "class" => "form-control " ] |
| error_bubbling | false |
same as passed value |
| label | "Mot de passe*" |
same as passed value |
| label_attr | [ "class" => "form-label mt-5 form-pass-error" ] |
[ "class" => "form-label mt-5 form-pass-error" ] |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "class" => "form-control " ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#617 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#618 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#619 …} -namespace: Closure() {#621 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#778 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#329 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Mot de passe*" |
| label_attr | [ "class" => "form-label mt-5 form-pass-error" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#771 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#627 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#589 …} $translationDomain: "validators" $message: Closure() {#777 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control " ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_register_plainPassword_first" ] |
| cache_key | "_register_plainPassword_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1415 -form: Symfony\Component\Form\Form {#892 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1414 …5} |
| full_name | "register[plainPassword][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_plainPassword_first" |
| label | "Mot de passe*" |
| label_attr | [ "class" => "form-label mt-5 form-pass-error" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_plainPassword_first" |
| valid | true |
| value | "" |
second
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| error_bubbling | false |
same as passed value |
| label | "Confirmer le mot de passe" |
same as passed value |
| label_attr | [ "class" => "form-label mt-5" ] |
[ "class" => "form-label mt-5" ] |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#617 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#618 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#619 …} -namespace: Closure() {#621 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#765 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#329 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Confirmer le mot de passe" |
| label_attr | [ "class" => "form-label mt-5" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#761 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#627 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#589 …} $translationDomain: "validators" $message: Closure() {#764 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_register_plainPassword_second" ] |
| cache_key | "_register_plainPassword_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1416 -form: Symfony\Component\Form\Form {#897 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1417 …5} |
| full_name | "register[plainPassword][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_plainPassword_second" |
| label | "Confirmer le mot de passe" |
| label_attr | [ "class" => "form-label mt-5" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_plainPassword_second" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "f625bb132b97d2b20207ebb.Fms89ZP5Mt9HjDik3FjVIdqXBKc6imm4GRSCGwbAKL8.bF4IzKK7Aa0NuAycqTWvFp7zaOtIshv6an67NkCjedFSHVCaw8gArhOhfQ" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "f625bb132b97d2b20207ebb.Fms89ZP5Mt9HjDik3FjVIdqXBKc6imm4GRSCGwbAKL8.bF4IzKK7Aa0NuAycqTWvFp7zaOtIshv6an67NkCjedFSHVCaw8gArhOhfQ" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#617 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#618 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#619 …} -namespace: Closure() {#621 …} } |
| data | "f625bb132b97d2b20207ebb.Fms89ZP5Mt9HjDik3FjVIdqXBKc6imm4GRSCGwbAKL8.bF4IzKK7Aa0NuAycqTWvFp7zaOtIshv6an67NkCjedFSHVCaw8gArhOhfQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1428 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#329 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1433 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#627 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#589 …} $translationDomain: "validators" $message: Closure() {#1426 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_register__token" ] |
| cache_key | "_register__token_hidden" |
| compound | false |
| data | "f625bb132b97d2b20207ebb.Fms89ZP5Mt9HjDik3FjVIdqXBKc6imm4GRSCGwbAKL8.bF4IzKK7Aa0NuAycqTWvFp7zaOtIshv6an67NkCjedFSHVCaw8gArhOhfQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1444 -form: Symfony\Component\Form\Form {#1440 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1435 …5} |
| full_name | "register[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register__token" |
| valid | true |
| value | "f625bb132b97d2b20207ebb.Fms89ZP5Mt9HjDik3FjVIdqXBKc6imm4GRSCGwbAKL8.bF4IzKK7Aa0NuAycqTWvFp7zaOtIshv6an67NkCjedFSHVCaw8gArhOhfQ" |