- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 21
- Events
- Routing
- Cache
- Translation 8
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations 1
- Debug
- Messages
- E-mails
- Notifications
- Serializer
- 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
-
-
email
-
-
first
-
second
-
-
-
firstname
-
lastname
-
identificationNumber
-
phoneCode
-
phone
-
subscribed
-
-
agreeTerms
-
_token
-
app_user_registration
"App\Form\RegistrationFormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#1172 -roles: [] -enabled: false -salt: "DszEonZz6bgY4E.0USKmj2upFgzL0sPLvg1FgZNrCJk" -token: "a22e196fc77875b669832da024f26f00c09ac42b" -profile: App\Entity\Profile {#1173 -user: App\Entity\User {#1172} -createdAt: DateTime @1767318231 {#1174 date: 2026-01-02 02:43:51.381123 Europe/Berlin (+01:00) } -updatedAt: DateTime @1767318231 {#1175 date: 2026-01-02 02:43:51.381125 Europe/Berlin (+01:00) } -firstname: null -lastname: null -identificationNumber: null -phoneCode: App\Entity\PhoneCode {#2121 -id: 64 -nameEs: "España" -nameEn: "Spain" -nameFr: "Espagne" -iso2: "ES" -iso3: "ESP" -code: "34" } -phone: null -photo: null -codeSms: null -codeSentAt: null -phoneValidated: false -phoneValidatedAt: null -subscribed: false -uploadPhoto: null } -username: null -usernameCanonical: null -emailCanonical: null -passwordRequestedAt: null -locked: false -expired: false -credentialsExpired: false -credentialsExpireAt: null -expiresAt: null -active: true } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\User {#1172 -roles: [] -enabled: false -salt: "DszEonZz6bgY4E.0USKmj2upFgzL0sPLvg1FgZNrCJk" -token: "a22e196fc77875b669832da024f26f00c09ac42b" -profile: App\Entity\Profile {#1173 -user: App\Entity\User {#1172} -createdAt: DateTime @1767318231 {#1174 date: 2026-01-02 02:43:51.381123 Europe/Berlin (+01:00) } -updatedAt: DateTime @1767318231 {#1175 date: 2026-01-02 02:43:51.381125 Europe/Berlin (+01:00) } -firstname: null -lastname: null -identificationNumber: null -phoneCode: App\Entity\PhoneCode {#2121 -id: 64 -nameEs: "España" -nameEn: "Spain" -nameFr: "Espagne" -iso2: "ES" -iso3: "ESP" -code: "34" } -phone: null -photo: null -codeSms: null -codeSentAt: null -phoneValidated: false -phoneValidatedAt: null -subscribed: false -uploadPhoto: null } -username: null -usernameCanonical: null -emailCanonical: null -passwordRequestedAt: null -locked: false -expired: false -credentialsExpired: false -credentialsExpireAt: null -expiresAt: null -active: true } |
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 | "registration" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2232 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2233 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2234 …} -namespace: Closure() {#2236 …} } |
| data | App\Entity\User {#1172 -roles: [] -enabled: false -salt: "DszEonZz6bgY4E.0USKmj2upFgzL0sPLvg1FgZNrCJk" -token: "a22e196fc77875b669832da024f26f00c09ac42b" -profile: App\Entity\Profile {#1173 -user: App\Entity\User {#1172} -createdAt: DateTime @1767318231 {#1174 date: 2026-01-02 02:43:51.381123 Europe/Berlin (+01:00) } -updatedAt: DateTime @1767318231 {#1175 date: 2026-01-02 02:43:51.381125 Europe/Berlin (+01:00) } -firstname: null -lastname: null -identificationNumber: null -phoneCode: App\Entity\PhoneCode {#2121 -id: 64 -nameEs: "España" -nameEn: "Spain" -nameFr: "Espagne" -iso2: "ES" -iso3: "ESP" -code: "34" } -phone: null -photo: null -codeSms: null -codeSentAt: null -phoneValidated: false -phoneValidatedAt: null -subscribed: false -uploadPhoto: null } -username: null -usernameCanonical: null -emailCanonical: null -passwordRequestedAt: null -locked: false -expired: false -credentialsExpired: false -credentialsExpireAt: null -expiresAt: null -active: true } |
| data_class | "App\Entity\User" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2255 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2143 …} 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 | [] |
| 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() {#2257 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2238 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#579 …} $translationDomain: "validators" $message: Closure() {#2256 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "app_user_registration" "_app_user_registration" ] |
| cache_key | "_app_user_registration_app_user_registration" |
| compound | true |
| data | App\Entity\User {#1172 -roles: [] -enabled: false -salt: "DszEonZz6bgY4E.0USKmj2upFgzL0sPLvg1FgZNrCJk" -token: "a22e196fc77875b669832da024f26f00c09ac42b" -profile: App\Entity\Profile {#1173 -user: App\Entity\User {#1172} -createdAt: DateTime @1767318231 {#1174 date: 2026-01-02 02:43:51.381123 Europe/Berlin (+01:00) } -updatedAt: DateTime @1767318231 {#1175 date: 2026-01-02 02:43:51.381125 Europe/Berlin (+01:00) } -firstname: null -lastname: null -identificationNumber: null -phoneCode: App\Entity\PhoneCode {#2121 -id: 64 -nameEs: "España" -nameEn: "Spain" -nameFr: "Espagne" -iso2: "ES" -iso3: "ESP" -code: "34" } -phone: null -photo: null -codeSms: null -codeSentAt: null -phoneValidated: false -phoneValidatedAt: null -subscribed: false -uploadPhoto: null } -username: null -usernameCanonical: null -emailCanonical: null -passwordRequestedAt: null -locked: false -expired: false -credentialsExpired: false -credentialsExpireAt: null -expiresAt: null -active: true } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2321 -form: Symfony\Component\Form\Form {#2330 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2258 …5} |
| full_name | "app_user_registration" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "app_user_registration" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_user_registration" |
| valid | true |
| value | App\Entity\User {#1172 -roles: [] -enabled: false -salt: "DszEonZz6bgY4E.0USKmj2upFgzL0sPLvg1FgZNrCJk" -token: "a22e196fc77875b669832da024f26f00c09ac42b" -profile: App\Entity\Profile {#1173 -user: App\Entity\User {#1172} -createdAt: DateTime @1767318231 {#1174 date: 2026-01-02 02:43:51.381123 Europe/Berlin (+01:00) } -updatedAt: DateTime @1767318231 {#1175 date: 2026-01-02 02:43:51.381125 Europe/Berlin (+01:00) } -firstname: null -lastname: null -identificationNumber: null -phoneCode: App\Entity\PhoneCode {#2121 -id: 64 -nameEs: "España" -nameEn: "Spain" -nameFr: "Espagne" -iso2: "ES" -iso3: "ESP" -code: "34" } -phone: null -photo: null -codeSms: null -codeSentAt: null -phoneValidated: false -phoneValidatedAt: null -subscribed: false -uploadPhoto: null } -username: null -usernameCanonical: null -emailCanonical: null -passwordRequestedAt: null -locked: false -expired: false -credentialsExpired: false -credentialsExpireAt: null -expiresAt: null -active: true } |
"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 | [ "placeholder" => "form.email" ] |
[ "placeholder" => "form.email" ] |
| label | "form.email" |
same as passed value |
| row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
| translation_domain | "app" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "form.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 {#2232 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2233 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2234 …} -namespace: Closure() {#2236 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2273 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2143 …} } |
| 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 | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form.email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 | [ "class" => "form-floating mb-3" ] |
| setter | null |
| translation_domain | "app" |
| trim | true |
| upload_max_size_message | Closure() {#2275 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2238 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#579 …} $translationDomain: "validators" $message: Closure() {#2274 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "form.email" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_app_user_registration_email" ] |
| cache_key | "_app_user_registration_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2429 -form: Symfony\Component\Form\Form {#2333 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2449 …5} |
| full_name | "app_user_registration[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_email" |
| label | "form.email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-floating mb-3" ] |
| size | null |
| submitted | false |
| translation_domain | "app" |
| unique_block_prefix | "_app_user_registration_email" |
| 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 | [ "label" => "form.password" "row_attr" => [ "class" => "form-floating mb-3" ] "attr" => [ "placeholder" => "form.password" ] ] |
[ "label" => "form.password" "row_attr" => [ "class" => "form-floating mb-3" ] "attr" => [ "placeholder" => "form.password" ] ] |
| invalid_message | "fos_user.password.mismatch" |
same as passed value |
| options | [ "translation_domain" => "app" "attr" => [ "autocomplete" => "new-password" ] ] |
[ "translation_domain" => "app" "attr" => [ "autocomplete" => "new-password" ] ] |
| second_options | [ "label" => "form.password_confirmation" "row_attr" => [ "class" => "form-floating mb-3" ] "attr" => [ "placeholder" => "form.password_confirmation" ] ] |
[ "label" => "form.password_confirmation" "row_attr" => [ "class" => "form-floating mb-3" ] "attr" => [ "placeholder" => "form.password_confirmation" ] ] |
| 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 {#2232 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2233 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2234 …} -namespace: Closure() {#2236 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2287 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2143 …} } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [ "label" => "form.password" "row_attr" => [ "class" => "form-floating mb-3" ] "attr" => [ "placeholder" => "form.password" ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "fos_user.password.mismatch" |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| options | [ "translation_domain" => "app" "attr" => [ "autocomplete" => "new-password" ] ] |
| 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 | [ "label" => "form.password_confirmation" "row_attr" => [ "class" => "form-floating mb-3" ] "attr" => [ "placeholder" => "form.password_confirmation" ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#2290 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2238 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#579 …} $translationDomain: "validators" $message: Closure() {#2289 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_app_user_registration_plainPassword" ] |
| cache_key | "_app_user_registration_plainPassword_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2387 -form: Symfony\Component\Form\Form {#2356 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2378 …5} |
| full_name | "app_user_registration[plainPassword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_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 | "_app_user_registration_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 | [ "placeholder" => "form.password" ] |
[ "placeholder" => "form.password" ] |
| error_bubbling | false |
false
|
| label | "form.password" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
| translation_domain | "app" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "placeholder" => "form.password" ] |
| 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 {#2232 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2233 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2234 …} -namespace: Closure() {#2236 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2341 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2143 …} } |
| 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 | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form.password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 | [ "class" => "form-floating mb-3" ] |
| setter | null |
| translation_domain | "app" |
| trim | false |
| upload_max_size_message | Closure() {#2343 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2238 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#579 …} $translationDomain: "validators" $message: Closure() {#2342 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "form.password" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_app_user_registration_plainPassword_first" ] |
| cache_key | "_app_user_registration_plainPassword_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2344 -form: Symfony\Component\Form\Form {#2359 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2352 …5} |
| full_name | "app_user_registration[plainPassword][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_plainPassword_first" |
| label | "form.password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-floating mb-3" ] |
| size | null |
| submitted | false |
| translation_domain | "app" |
| unique_block_prefix | "_app_user_registration_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 | [ "placeholder" => "form.password_confirmation" ] |
[ "placeholder" => "form.password_confirmation" ] |
| error_bubbling | false |
false
|
| label | "form.password_confirmation" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
| translation_domain | "app" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "placeholder" => "form.password_confirmation" ] |
| 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 {#2232 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2233 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2234 …} -namespace: Closure() {#2236 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2349 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2143 …} } |
| 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 | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form.password_confirmation" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 | [ "class" => "form-floating mb-3" ] |
| setter | null |
| translation_domain | "app" |
| trim | false |
| upload_max_size_message | Closure() {#2351 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2238 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#579 …} $translationDomain: "validators" $message: Closure() {#2350 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "form.password_confirmation" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_app_user_registration_plainPassword_second" ] |
| cache_key | "_app_user_registration_plainPassword_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2276 -form: Symfony\Component\Form\Form {#2362 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2488 …5} |
| full_name | "app_user_registration[plainPassword][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_plainPassword_second" |
| label | "form.password_confirmation" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-floating mb-3" ] |
| size | null |
| submitted | false |
| translation_domain | "app" |
| unique_block_prefix | "_app_user_registration_plainPassword_second" |
| valid | true |
| value | "" |
profile
"App\Form\ProfileType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Profile {#1173 -user: App\Entity\User {#1172 -roles: [] -enabled: false -salt: "DszEonZz6bgY4E.0USKmj2upFgzL0sPLvg1FgZNrCJk" -token: "a22e196fc77875b669832da024f26f00c09ac42b" -profile: App\Entity\Profile {#1173} -username: null -usernameCanonical: null -emailCanonical: null -passwordRequestedAt: null -locked: false -expired: false -credentialsExpired: false -credentialsExpireAt: null -expiresAt: null -active: true } -createdAt: DateTime @1767318231 {#1174 date: 2026-01-02 02:43:51.381123 Europe/Berlin (+01:00) } -updatedAt: DateTime @1767318231 {#1175 date: 2026-01-02 02:43:51.381125 Europe/Berlin (+01:00) } -firstname: null -lastname: null -identificationNumber: null -phoneCode: App\Entity\PhoneCode {#2121 -id: 64 -nameEs: "España" -nameEn: "Spain" -nameFr: "Espagne" -iso2: "ES" -iso3: "ESP" -code: "34" } -phone: null -photo: null -codeSms: null -codeSentAt: null -phoneValidated: false -phoneValidatedAt: null -subscribed: false -uploadPhoto: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
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 {#2232 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2233 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2234 …} -namespace: Closure() {#2236 …} } |
| data_class | "App\Entity\Profile" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2302 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2143 …} use: { $class: "App\Entity\Profile" } } |
| 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 | [] |
| 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() {#2304 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2238 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#579 …} $translationDomain: "validators" $message: Closure() {#2303 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "profile" "_app_user_registration_profile" ] |
| cache_key | "_app_user_registration_profile_profile" |
| compound | true |
| data | App\Entity\Profile {#1173 -user: App\Entity\User {#1172 -roles: [] -enabled: false -salt: "DszEonZz6bgY4E.0USKmj2upFgzL0sPLvg1FgZNrCJk" -token: "a22e196fc77875b669832da024f26f00c09ac42b" -profile: App\Entity\Profile {#1173} -username: null -usernameCanonical: null -emailCanonical: null -passwordRequestedAt: null -locked: false -expired: false -credentialsExpired: false -credentialsExpireAt: null -expiresAt: null -active: true } -createdAt: DateTime @1767318231 {#1174 date: 2026-01-02 02:43:51.381123 Europe/Berlin (+01:00) } -updatedAt: DateTime @1767318231 {#1175 date: 2026-01-02 02:43:51.381125 Europe/Berlin (+01:00) } -firstname: null -lastname: null -identificationNumber: null -phoneCode: App\Entity\PhoneCode {#2121 -id: 64 -nameEs: "España" -nameEn: "Spain" -nameFr: "Espagne" -iso2: "ES" -iso3: "ESP" -code: "34" } -phone: null -photo: null -codeSms: null -codeSentAt: null -phoneValidated: false -phoneValidatedAt: null -subscribed: false -uploadPhoto: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2369 -form: Symfony\Component\Form\Form {#2463 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2291 …5} |
| full_name | "app_user_registration[profile]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_profile" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "profile" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_user_registration_profile" |
| valid | true |
| value | App\Entity\Profile {#1173 -user: App\Entity\User {#1172 -roles: [] -enabled: false -salt: "DszEonZz6bgY4E.0USKmj2upFgzL0sPLvg1FgZNrCJk" -token: "a22e196fc77875b669832da024f26f00c09ac42b" -profile: App\Entity\Profile {#1173} -username: null -usernameCanonical: null -emailCanonical: null -passwordRequestedAt: null -locked: false -expired: false -credentialsExpired: false -credentialsExpireAt: null -expiresAt: null -active: true } -createdAt: DateTime @1767318231 {#1174 date: 2026-01-02 02:43:51.381123 Europe/Berlin (+01:00) } -updatedAt: DateTime @1767318231 {#1175 date: 2026-01-02 02:43:51.381125 Europe/Berlin (+01:00) } -firstname: null -lastname: null -identificationNumber: null -phoneCode: App\Entity\PhoneCode {#2121 -id: 64 -nameEs: "España" -nameEn: "Spain" -nameFr: "Espagne" -iso2: "ES" -iso3: "ESP" -code: "34" } -phone: null -photo: null -codeSms: null -codeSentAt: null -phoneValidated: false -phoneValidatedAt: null -subscribed: false -uploadPhoto: null } |
firstname
"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 | [ "placeholder" => "Nome" ] |
[ "placeholder" => "Nome" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2310 +payload: null +message: "El nome es obligatorio." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2310 +payload: null +message: "El nome es obligatorio." +allowNull: false +normalizer: null } ] |
| label | "Nome" |
same as passed value |
| row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
| translation_domain | "app" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nome" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2310 +payload: null +message: "El nome es obligatorio." +allowNull: false +normalizer: null } ] |
| 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 {#2232 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2233 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2234 …} -namespace: Closure() {#2236 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2366 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2143 …} } |
| 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 | "Nome" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 | [ "class" => "form-floating mb-3" ] |
| setter | null |
| translation_domain | "app" |
| trim | true |
| upload_max_size_message | Closure() {#2368 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2238 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#579 …} $translationDomain: "validators" $message: Closure() {#2367 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nome" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_app_user_registration_profile_firstname" ] |
| cache_key | "_app_user_registration_profile_firstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2493 -form: Symfony\Component\Form\Form {#2466 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2492 …5} |
| full_name | "app_user_registration[profile][firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_profile_firstname" |
| label | "Nome" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstname" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-floating mb-3" ] |
| size | null |
| submitted | false |
| translation_domain | "app" |
| unique_block_prefix | "_app_user_registration_profile_firstname" |
| valid | true |
| value | "" |
lastname
"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 | [ "placeholder" => "Apellido" ] |
[ "placeholder" => "Apellido" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2311 +payload: null +message: "El apellido es obligatorio." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2311 +payload: null +message: "El apellido es obligatorio." +allowNull: false +normalizer: null } ] |
| label | "Apellido" |
same as passed value |
| row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
| translation_domain | "app" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Apellido" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2311 +payload: null +message: "El apellido es obligatorio." +allowNull: false +normalizer: null } ] |
| 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 {#2232 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2233 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2234 …} -namespace: Closure() {#2236 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2375 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2143 …} } |
| 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 | "Apellido" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 | [ "class" => "form-floating mb-3" ] |
| setter | null |
| translation_domain | "app" |
| trim | true |
| upload_max_size_message | Closure() {#2377 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2238 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#579 …} $translationDomain: "validators" $message: Closure() {#2376 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Apellido" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_app_user_registration_profile_lastname" ] |
| cache_key | "_app_user_registration_profile_lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2512 -form: Symfony\Component\Form\Form {#2469 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2515 …5} |
| full_name | "app_user_registration[profile][lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_profile_lastname" |
| label | "Apellido" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastname" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-floating mb-3" ] |
| size | null |
| submitted | false |
| translation_domain | "app" |
| unique_block_prefix | "_app_user_registration_profile_lastname" |
| valid | true |
| value | "" |
identificationNumber
"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 | [ "placeholder" => "DNI" ] |
[ "placeholder" => "DNI" ] |
| constraints | [ App\Validator\IsDni {#2312 +payload: null +message: "EL DNI "%string%" no es válido." } ] |
[ App\Validator\IsDni {#2312 +payload: null +message: "EL DNI "%string%" no es válido." } ] |
| help | "* Opcional" |
same as passed value |
| label | "DNI" |
same as passed value |
| required | false |
false
|
| row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "DNI" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ App\Validator\IsDni {#2312 +payload: null +message: "EL DNI "%string%" no es válido." } ] |
| 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 {#2232 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2233 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2234 …} -namespace: Closure() {#2236 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2384 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2143 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | "* Opcional" |
| 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 | "DNI" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 | [ "class" => "form-floating mb-3" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2386 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2238 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#579 …} $translationDomain: "validators" $message: Closure() {#2385 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "DNI" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_app_user_registration_profile_identificationNumber" ] |
| cache_key | "_app_user_registration_profile_identificationNumber_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2516 -form: Symfony\Component\Form\Form {#2472 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2540 …5} |
| full_name | "app_user_registration[profile][identificationNumber]" |
| help | "* Opcional" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_profile_identificationNumber" |
| label | "DNI" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "identificationNumber" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "form-floating mb-3" ] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_user_registration_profile_identificationNumber" |
| valid | true |
| value | "" |
phoneCode
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\PhoneCode {#2121 -id: 64 -nameEs: "España" -nameEn: "Spain" -nameFr: "Espagne" -iso2: "ES" -iso3: "ESP" -code: "34" } |
| View Format |
"64"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | Closure($phoneCode) {#2314 class: "App\Form\ProfileType" this: App\Form\ProfileType {#2297 …} } |
same as passed value |
| class | "App:PhoneCode" |
same as passed value |
| label | "Código" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#2313 class: "App\Form\ProfileType" this: App\Form\ProfileType {#2297 …} } |
Doctrine\ORM\QueryBuilder {#2419 -_em: Doctrine\ORM\EntityManager {#456 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2421 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "phoneCode" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2422 #from: "App\Entity\PhoneCode" #alias: "phoneCode" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2423 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "phoneCode.nameEs ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT phoneCode FROM App\Entity\PhoneCode phoneCode ORDER BY phoneCode.nameEs ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2420 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
same as passed value |
| row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure($phoneCode) {#2314 class: "App\Form\ProfileType" this: App\Form\ProfileType {#2297 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2442 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2425 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2424 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#2426 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2433 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#2428 …} } |
| choices | null |
| class | "App:PhoneCode" |
| 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 {#2232 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2233 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2234 …} -namespace: Closure() {#2236 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| em | ContainerM09j1gp\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#480 …2} |
| 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 {#2430 -om: ContainerM09j1gp\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#480 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1120 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Código" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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 {#2419 -_em: Doctrine\ORM\EntityManager {#456 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2421 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "phoneCode" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2422 #from: "App\Entity\PhoneCode" #alias: "phoneCode" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2423 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "phoneCode.nameEs ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT phoneCode FROM App\Entity\PhoneCode phoneCode ORDER BY phoneCode.nameEs ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2420 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
| row_attr | [ "class" => "form-floating mb-3" ] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2418 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2238 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#579 …} $translationDomain: "validators" $message: Closure() {#2416 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_app_user_registration_profile_phoneCode" ] |
| cache_key | "_app_user_registration_profile_phoneCode_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2544 +label: "Afganistán (+93)" +value: "1" +data: App\Entity\PhoneCode {#2559 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2546 +label: "Albania (+355)" +value: "2" +data: App\Entity\PhoneCode {#2560 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2548 +label: "Alemania (+49)" +value: "3" +data: App\Entity\PhoneCode {#2561 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2551 +label: "Andorra (+376)" +value: "4" +data: App\Entity\PhoneCode {#2562 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2550 +label: "Angola (+244)" +value: "5" +data: App\Entity\PhoneCode {#2563 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2545 +label: "Anguila (+1 264)" +value: "6" +data: App\Entity\PhoneCode {#2564 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2557 +label: "Antártida (+672)" +value: "7" +data: App\Entity\PhoneCode {#2565 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2555 +label: "Antigua y Barbuda (+1 268)" +value: "8" +data: App\Entity\PhoneCode {#2566 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2554 +label: "Arabia Saudita (+966)" +value: "9" +data: App\Entity\PhoneCode {#2567 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2547 +label: "Argelia (+213)" +value: "10" +data: App\Entity\PhoneCode {#2568 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2558 +label: "Argentina (+54)" +value: "11" +data: App\Entity\PhoneCode {#2569 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2806 +label: "Armenia (+374)" +value: "12" +data: App\Entity\PhoneCode {#2570 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2807 +label: "Aruba (+297)" +value: "13" +data: App\Entity\PhoneCode {#2571 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2808 +label: "Australia (+61)" +value: "14" +data: App\Entity\PhoneCode {#2572 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2809 +label: "Austria (+43)" +value: "15" +data: App\Entity\PhoneCode {#2573 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2810 +label: "Azerbaiyán (+994)" +value: "16" +data: App\Entity\PhoneCode {#2574 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2811 +label: "Bahamas (+1 242)" +value: "18" +data: App\Entity\PhoneCode {#2575 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2812 +label: "Bahrein (+973)" +value: "19" +data: App\Entity\PhoneCode {#2576 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2813 +label: "Bangladesh (+880)" +value: "20" +data: App\Entity\PhoneCode {#2577 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2814 +label: "Barbados (+1 246)" +value: "21" +data: App\Entity\PhoneCode {#2578 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2815 +label: "Bélgica (+32)" +value: "17" +data: App\Entity\PhoneCode {#2579 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2816 +label: "Belice (+501)" +value: "22" +data: App\Entity\PhoneCode {#2580 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2817 +label: "Benín (+229)" +value: "23" +data: App\Entity\PhoneCode {#2581 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2818 +label: "Bhután (+975)" +value: "24" +data: App\Entity\PhoneCode {#2582 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2819 +label: "Bielorrusia (+375)" +value: "25" +data: App\Entity\PhoneCode {#2583 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2820 +label: "Birmania (+95)" +value: "26" +data: App\Entity\PhoneCode {#2584 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2821 +label: "Bolivia (+591)" +value: "27" +data: App\Entity\PhoneCode {#2585 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2822 +label: "Bosnia y Herzegovina (+387)" +value: "28" +data: App\Entity\PhoneCode {#2586 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2823 +label: "Botsuana (+267)" +value: "29" +data: App\Entity\PhoneCode {#2587 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2824 +label: "Brasil (+55)" +value: "30" +data: App\Entity\PhoneCode {#2588 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2825 +label: "Brunéi (+673)" +value: "31" +data: App\Entity\PhoneCode {#2589 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2826 +label: "Bulgaria (+359)" +value: "32" +data: App\Entity\PhoneCode {#2590 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2827 +label: "Burkina Faso (+226)" +value: "33" +data: App\Entity\PhoneCode {#2591 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2828 +label: "Burundi (+257)" +value: "34" +data: App\Entity\PhoneCode {#2592 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2829 +label: "Cabo Verde (+238)" +value: "35" +data: App\Entity\PhoneCode {#2593 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2830 +label: "Camboya (+855)" +value: "36" +data: App\Entity\PhoneCode {#2594 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2831 +label: "Camerún (+237)" +value: "37" +data: App\Entity\PhoneCode {#2595 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2832 +label: "Canadá (+1)" +value: "38" +data: App\Entity\PhoneCode {#2596 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2833 +label: "Chad (+235)" +value: "39" +data: App\Entity\PhoneCode {#2597 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2834 +label: "Chile (+56)" +value: "40" +data: App\Entity\PhoneCode {#2598 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2835 +label: "China (+86)" +value: "41" +data: App\Entity\PhoneCode {#2599 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2836 +label: "Chipre (+357)" +value: "42" +data: App\Entity\PhoneCode {#2600 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2837 +label: "Ciudad del Vaticano (+39)" +value: "43" +data: App\Entity\PhoneCode {#2601 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2838 +label: "Colombia (+57)" +value: "44" +data: App\Entity\PhoneCode {#2602 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2839 +label: "Comoras (+269)" +value: "45" +data: App\Entity\PhoneCode {#2603 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2840 +label: "Corea del Norte (+850)" +value: "48" +data: App\Entity\PhoneCode {#2604 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2841 +label: "Corea del Sur (+82)" +value: "49" +data: App\Entity\PhoneCode {#2605 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2842 +label: "Costa de Marfil (+225)" +value: "50" +data: App\Entity\PhoneCode {#2606 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2843 +label: "Costa Rica (+506)" +value: "51" +data: App\Entity\PhoneCode {#2607 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2844 +label: "Croacia (+385)" +value: "52" +data: App\Entity\PhoneCode {#2608 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2845 +label: "Cuba (+53)" +value: "53" +data: App\Entity\PhoneCode {#2609 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2846 +label: "Curazao (+5999)" +value: "54" +data: App\Entity\PhoneCode {#2610 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2847 +label: "Dinamarca (+45)" +value: "55" +data: App\Entity\PhoneCode {#2611 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2848 +label: "Dominica (+1 767)" +value: "56" +data: App\Entity\PhoneCode {#2612 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2849 +label: "Ecuador (+593)" +value: "57" +data: App\Entity\PhoneCode {#2613 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2850 +label: "Egipto (+20)" +value: "58" +data: App\Entity\PhoneCode {#2614 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2851 +label: "El Salvador (+503)" +value: "59" +data: App\Entity\PhoneCode {#2615 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2852 +label: "Emiratos Árabes Unidos (+971)" +value: "60" +data: App\Entity\PhoneCode {#2616 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2853 +label: "Eritrea (+291)" +value: "61" +data: App\Entity\PhoneCode {#2617 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2854 +label: "Eslovaquia (+421)" +value: "62" +data: App\Entity\PhoneCode {#2618 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2855 +label: "Eslovenia (+386)" +value: "63" +data: App\Entity\PhoneCode {#2619 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2856 +label: "España (+34)" +value: "64" +data: App\Entity\PhoneCode {#2121 -id: 64 -nameEs: "España" -nameEn: "Spain" -nameFr: "Espagne" -iso2: "ES" -iso3: "ESP" -code: "34" } +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2857 +label: "Estados Unidos de América (+1)" +value: "65" +data: App\Entity\PhoneCode {#2620 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2858 +label: "Estonia (+372)" +value: "66" +data: App\Entity\PhoneCode {#2621 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2859 +label: "Etiopía (+251)" +value: "67" +data: App\Entity\PhoneCode {#2622 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2860 +label: "Filipinas (+63)" +value: "68" +data: App\Entity\PhoneCode {#2623 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2861 +label: "Finlandia (+358)" +value: "69" +data: App\Entity\PhoneCode {#2624 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2862 +label: "Fiyi (+679)" +value: "70" +data: App\Entity\PhoneCode {#2625 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2863 +label: "Francia (+33)" +value: "71" +data: App\Entity\PhoneCode {#2626 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2864 +label: "Gabón (+241)" +value: "72" +data: App\Entity\PhoneCode {#2627 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2865 +label: "Gambia (+220)" +value: "73" +data: App\Entity\PhoneCode {#2628 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2866 +label: "Georgia (+995)" +value: "74" +data: App\Entity\PhoneCode {#2629 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2867 +label: "Ghana (+233)" +value: "75" +data: App\Entity\PhoneCode {#2630 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2868 +label: "Gibraltar (+350)" +value: "76" +data: App\Entity\PhoneCode {#2631 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2869 +label: "Granada (+1 473)" +value: "77" +data: App\Entity\PhoneCode {#2632 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2870 +label: "Grecia (+30)" +value: "78" +data: App\Entity\PhoneCode {#2633 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2871 +label: "Groenlandia (+299)" +value: "79" +data: App\Entity\PhoneCode {#2634 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2872 +label: "Guadalupe (+590)" +value: "80" +data: App\Entity\PhoneCode {#2635 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2873 +label: "Guam (+1 671)" +value: "81" +data: App\Entity\PhoneCode {#2636 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2874 +label: "Guatemala (+502)" +value: "82" +data: App\Entity\PhoneCode {#2637 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2875 +label: "Guayana Francesa (+594)" +value: "83" +data: App\Entity\PhoneCode {#2638 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2876 +label: "Guernsey (+44)" +value: "84" +data: App\Entity\PhoneCode {#2639 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2877 +label: "Guinea (+224)" +value: "85" +data: App\Entity\PhoneCode {#2640 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2878 +label: "Guinea Ecuatorial (+240)" +value: "86" +data: App\Entity\PhoneCode {#2641 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2879 +label: "Guinea-Bissau (+245)" +value: "87" +data: App\Entity\PhoneCode {#2642 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2880 +label: "Guyana (+592)" +value: "88" +data: App\Entity\PhoneCode {#2643 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2881 +label: "Haití (+509)" +value: "89" +data: App\Entity\PhoneCode {#2644 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2882 +label: "Honduras (+504)" +value: "90" +data: App\Entity\PhoneCode {#2645 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2883 +label: "Hong kong (+852)" +value: "91" +data: App\Entity\PhoneCode {#2646 …} +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2884 +label: "Hungría (+36)" +value: "92" +data: App\Entity\PhoneCode {#2647 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2885 +label: "India (+91)" +value: "93" +data: App\Entity\PhoneCode {#2648 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2886 +label: "Indonesia (+62)" +value: "94" +data: App\Entity\PhoneCode {#2649 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2887 +label: "Irak (+964)" +value: "96" +data: App\Entity\PhoneCode {#2650 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2888 +label: "Irán (+98)" +value: "95" +data: App\Entity\PhoneCode {#2651 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2889 +label: "Irlanda (+353)" +value: "97" +data: App\Entity\PhoneCode {#2652 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2890 +label: "Isla Bouvet (+)" +value: "98" +data: App\Entity\PhoneCode {#2653 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2891 +label: "Isla de Man (+44)" +value: "99" +data: App\Entity\PhoneCode {#2654 …} +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2892 +label: "Isla de Navidad (+61)" +value: "100" +data: App\Entity\PhoneCode {#2655 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2893 +label: "Isla Norfolk (+672)" +value: "101" +data: App\Entity\PhoneCode {#2656 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2894 +label: "Islandia (+354)" +value: "102" +data: App\Entity\PhoneCode {#2657 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2895 +label: "Islas Bermudas (+1 441)" +value: "103" +data: App\Entity\PhoneCode {#2658 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2896 +label: "Islas Caimán (+1 345)" +value: "104" +data: App\Entity\PhoneCode {#2659 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2897 +label: "Islas Cocos (Keeling) (+61)" +value: "105" +data: App\Entity\PhoneCode {#2660 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2898 +label: "Islas Cook (+682)" +value: "106" +data: App\Entity\PhoneCode {#2661 …} +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2899 +label: "Islas de Åland (+358)" +value: "107" +data: App\Entity\PhoneCode {#2662 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2900 +label: "Islas Feroe (+298)" +value: "108" +data: App\Entity\PhoneCode {#2663 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2901 +label: "Islas Georgias del Sur y Sandw (+500)" +value: "109" +data: App\Entity\PhoneCode {#2664 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2902 +label: "Islas Heard y McDonald (+)" +value: "110" +data: App\Entity\PhoneCode {#2665 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2903 +label: "Islas Maldivas (+960)" +value: "111" +data: App\Entity\PhoneCode {#2666 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2904 +label: "Islas Malvinas (+500)" +value: "112" +data: App\Entity\PhoneCode {#2667 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2905 +label: "Islas Marianas del Norte (+1 670)" +value: "113" +data: App\Entity\PhoneCode {#2668 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2906 +label: "Islas Marshall (+692)" +value: "114" +data: App\Entity\PhoneCode {#2669 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2907 +label: "Islas Pitcairn (+870)" +value: "115" +data: App\Entity\PhoneCode {#2670 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2908 +label: "Islas Salomón (+677)" +value: "116" +data: App\Entity\PhoneCode {#2671 …} +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2909 +label: "Islas Turcas y Caicos (+1 649)" +value: "117" +data: App\Entity\PhoneCode {#2672 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2910 +label: "Islas Ultramarinas Menores de (+246)" +value: "118" +data: App\Entity\PhoneCode {#2673 …} +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2911 +label: "Islas Vírgenes Británicas (+1 284)" +value: "119" +data: App\Entity\PhoneCode {#2674 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2912 +label: "Islas Vírgenes de los Estados (+1 340)" +value: "120" +data: App\Entity\PhoneCode {#2675 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2913 +label: "Israel (+972)" +value: "121" +data: App\Entity\PhoneCode {#2676 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2914 +label: "Italia (+39)" +value: "122" +data: App\Entity\PhoneCode {#2677 …} +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2915 +label: "Jamaica (+1 876)" +value: "123" +data: App\Entity\PhoneCode {#2678 …} +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2916 +label: "Japón (+81)" +value: "124" +data: App\Entity\PhoneCode {#2679 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2917 +label: "Jersey (+44)" +value: "125" +data: App\Entity\PhoneCode {#2680 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2918 +label: "Jordania (+962)" +value: "126" +data: App\Entity\PhoneCode {#2681 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2919 +label: "Kazajistán (+7)" +value: "127" +data: App\Entity\PhoneCode {#2682 …} +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2920 +label: "Kenia (+254)" +value: "128" +data: App\Entity\PhoneCode {#2683 …} +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2921 +label: "Kirguistán (+996)" +value: "129" +data: App\Entity\PhoneCode {#2684 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2922 +label: "Kiribati (+686)" +value: "130" +data: App\Entity\PhoneCode {#2685 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2923 +label: "Kuwait (+965)" +value: "131" +data: App\Entity\PhoneCode {#2686 …} +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2924 +label: "Laos (+856)" +value: "133" +data: App\Entity\PhoneCode {#2687 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2925 +label: "Lesoto (+266)" +value: "134" +data: App\Entity\PhoneCode {#2688 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2926 +label: "Letonia (+371)" +value: "135" +data: App\Entity\PhoneCode {#2689 …} +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2927 +label: "Líbano (+961)" +value: "132" +data: App\Entity\PhoneCode {#2690 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2928 +label: "Liberia (+231)" +value: "136" +data: App\Entity\PhoneCode {#2691 …} +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2929 +label: "Libia (+218)" +value: "137" +data: App\Entity\PhoneCode {#2692 …} +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2930 +label: "Liechtenstein (+423)" +value: "138" +data: App\Entity\PhoneCode {#2693 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2931 +label: "Lituania (+370)" +value: "139" +data: App\Entity\PhoneCode {#2694 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2932 +label: "Luxemburgo (+352)" +value: "140" +data: App\Entity\PhoneCode {#2695 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2933 +label: "Macao (+853)" +value: "143" +data: App\Entity\PhoneCode {#2696 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2934 +label: "Macedônia (+389)" +value: "144" +data: App\Entity\PhoneCode {#2697 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2935 +label: "Madagascar (+261)" +value: "145" +data: App\Entity\PhoneCode {#2698 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2936 +label: "Malasia (+60)" +value: "146" +data: App\Entity\PhoneCode {#2699 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2937 +label: "Malawi (+265)" +value: "147" +data: App\Entity\PhoneCode {#2700 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2938 +label: "Mali (+223)" +value: "148" +data: App\Entity\PhoneCode {#2701 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2939 +label: "Malta (+356)" +value: "149" +data: App\Entity\PhoneCode {#2702 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2940 +label: "Marruecos (+212)" +value: "150" +data: App\Entity\PhoneCode {#2703 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2941 +label: "Martinica (+596)" +value: "151" +data: App\Entity\PhoneCode {#2704 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2942 +label: "Mauricio (+230)" +value: "152" +data: App\Entity\PhoneCode {#2705 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2943 +label: "Mauritania (+222)" +value: "153" +data: App\Entity\PhoneCode {#2706 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2944 +label: "Mayotte (+262)" +value: "154" +data: App\Entity\PhoneCode {#2707 …} +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2945 +label: "México (+52)" +value: "141" +data: App\Entity\PhoneCode {#2708 …} +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2946 +label: "Micronesia (+691)" +value: "155" +data: App\Entity\PhoneCode {#2709 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2947 +label: "Moldavia (+373)" +value: "156" +data: App\Entity\PhoneCode {#2710 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2948 +label: "Mónaco (+377)" +value: "142" +data: App\Entity\PhoneCode {#2711 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2949 +label: "Mongolia (+976)" +value: "157" +data: App\Entity\PhoneCode {#2712 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2950 +label: "Montenegro (+382)" +value: "158" +data: App\Entity\PhoneCode {#2713 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2951 +label: "Montserrat (+1 664)" +value: "159" +data: App\Entity\PhoneCode {#2714 …} +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2952 +label: "Mozambique (+258)" +value: "160" +data: App\Entity\PhoneCode {#2715 …} +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2953 +label: "Namibia (+264)" +value: "161" +data: App\Entity\PhoneCode {#2716 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2954 +label: "Nauru (+674)" +value: "162" +data: App\Entity\PhoneCode {#2717 …} +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2955 +label: "Nepal (+977)" +value: "163" +data: App\Entity\PhoneCode {#2718 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2956 +label: "Nicaragua (+505)" +value: "164" +data: App\Entity\PhoneCode {#2719 …} +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2957 +label: "Niger (+227)" +value: "165" +data: App\Entity\PhoneCode {#2720 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2958 +label: "Nigeria (+234)" +value: "166" +data: App\Entity\PhoneCode {#2721 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2959 +label: "Niue (+683)" +value: "167" +data: App\Entity\PhoneCode {#2722 …} +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2960 +label: "Noruega (+47)" +value: "168" +data: App\Entity\PhoneCode {#2723 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2961 +label: "Nueva Caledonia (+687)" +value: "169" +data: App\Entity\PhoneCode {#2724 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2962 +label: "Nueva Zelanda (+64)" +value: "170" +data: App\Entity\PhoneCode {#2725 …} +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2963 +label: "Omán (+968)" +value: "171" +data: App\Entity\PhoneCode {#2726 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2964 +label: "Países Bajos (+31)" +value: "172" +data: App\Entity\PhoneCode {#2727 …} +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2965 +label: "Pakistán (+92)" +value: "173" +data: App\Entity\PhoneCode {#2728 …} +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2966 +label: "Palau (+680)" +value: "174" +data: App\Entity\PhoneCode {#2729 …} +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2967 +label: "Palestina (+970)" +value: "175" +data: App\Entity\PhoneCode {#2730 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2968 +label: "Panamá (+507)" +value: "176" +data: App\Entity\PhoneCode {#2731 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2969 +label: "Papúa Nueva Guinea (+675)" +value: "177" +data: App\Entity\PhoneCode {#2732 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2970 +label: "Paraguay (+595)" +value: "178" +data: App\Entity\PhoneCode {#2733 …} +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2971 +label: "Perú (+51)" +value: "179" +data: App\Entity\PhoneCode {#2734 …} +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2972 +label: "Polinesia Francesa (+689)" +value: "180" +data: App\Entity\PhoneCode {#2735 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2973 +label: "Polonia (+48)" +value: "181" +data: App\Entity\PhoneCode {#2736 …} +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2974 +label: "Portugal (+351)" +value: "182" +data: App\Entity\PhoneCode {#2737 …} +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2975 +label: "Puerto Rico (+1)" +value: "183" +data: App\Entity\PhoneCode {#2738 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2976 +label: "Qatar (+974)" +value: "184" +data: App\Entity\PhoneCode {#2739 …} +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2977 +label: "Reino Unido (+44)" +value: "185" +data: App\Entity\PhoneCode {#2740 …} +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2978 +label: "República Centroafricana (+236)" +value: "186" +data: App\Entity\PhoneCode {#2741 …} +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2979 +label: "República Checa (+420)" +value: "187" +data: App\Entity\PhoneCode {#2742 …} +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2980 +label: "República de Sudán del Sur (+211)" +value: "189" +data: App\Entity\PhoneCode {#2743 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2981 +label: "República del Congo (+242)" +value: "46" +data: App\Entity\PhoneCode {#2744 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2982 +label: "República Democrática del Cong (+243)" +value: "47" +data: App\Entity\PhoneCode {#2745 …} +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2983 +label: "República Dominicana (+1 809)" +value: "188" +data: App\Entity\PhoneCode {#2746 …} +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2984 +label: "Reunión (+262)" +value: "190" +data: App\Entity\PhoneCode {#2747 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2985 +label: "Ruanda (+250)" +value: "191" +data: App\Entity\PhoneCode {#2748 …} +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2986 +label: "Rumanía (+40)" +value: "192" +data: App\Entity\PhoneCode {#2749 …} +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2987 +label: "Rusia (+7)" +value: "193" +data: App\Entity\PhoneCode {#2750 …} +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2988 +label: "Sahara Occidental (+212)" +value: "194" +data: App\Entity\PhoneCode {#2751 …} +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2989 +label: "Samoa (+685)" +value: "195" +data: App\Entity\PhoneCode {#2752 …} +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2990 +label: "Samoa Americana (+1 684)" +value: "196" +data: App\Entity\PhoneCode {#2753 …} +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2991 +label: "San Bartolomé (+590)" +value: "197" +data: App\Entity\PhoneCode {#2754 …} +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2992 +label: "San Cristóbal y Nieves (+1 869)" +value: "198" +data: App\Entity\PhoneCode {#2755 …} +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2993 +label: "San Marino (+378)" +value: "199" +data: App\Entity\PhoneCode {#2756 …} +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2994 +label: "San Martín (Francia) (+1 599)" +value: "200" +data: App\Entity\PhoneCode {#2757 …} +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2995 +label: "San Pedro y Miquelón (+508)" +value: "201" +data: App\Entity\PhoneCode {#2758 …} +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2996 +label: "San Vicente y las Granadinas (+1 784)" +value: "202" +data: App\Entity\PhoneCode {#2759 …} +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2997 +label: "Santa Elena (+290)" +value: "203" +data: App\Entity\PhoneCode {#2760 …} +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2998 +label: "Santa Lucía (+1 758)" +value: "204" +data: App\Entity\PhoneCode {#2761 …} +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2999 +label: "Santo Tomé y Príncipe (+239)" +value: "205" +data: App\Entity\PhoneCode {#2762 …} +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3000 +label: "Senegal (+221)" +value: "206" +data: App\Entity\PhoneCode {#2763 …} +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3001 +label: "Serbia (+381)" +value: "207" +data: App\Entity\PhoneCode {#2764 …} +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3002 +label: "Seychelles (+248)" +value: "208" +data: App\Entity\PhoneCode {#2765 …} +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3003 +label: "Sierra Leona (+232)" +value: "209" +data: App\Entity\PhoneCode {#2766 …} +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3004 +label: "Singapur (+65)" +value: "210" +data: App\Entity\PhoneCode {#2767 …} +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3005 +label: "Sint Maarten (+1 721)" +value: "211" +data: App\Entity\PhoneCode {#2768 …} +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3006 +label: "Siria (+963)" +value: "212" +data: App\Entity\PhoneCode {#2769 …} +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3007 +label: "Somalia (+252)" +value: "213" +data: App\Entity\PhoneCode {#2770 …} +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3008 +label: "Sri lanka (+94)" +value: "214" +data: App\Entity\PhoneCode {#2771 …} +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3009 +label: "Sudáfrica (+27)" +value: "215" +data: App\Entity\PhoneCode {#2772 …} +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3010 +label: "Sudán (+249)" +value: "216" +data: App\Entity\PhoneCode {#2773 …} +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3011 +label: "Suecia (+46)" +value: "217" +data: App\Entity\PhoneCode {#2774 …} +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3012 +label: "Suiza (+41)" +value: "218" +data: App\Entity\PhoneCode {#2775 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3013 +label: "Surinám (+597)" +value: "219" +data: App\Entity\PhoneCode {#2776 …} +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3014 +label: "Svalbard y Jan Mayen (+47)" +value: "220" +data: App\Entity\PhoneCode {#2777 …} +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3015 +label: "Swazilandia (+268)" +value: "221" +data: App\Entity\PhoneCode {#2778 …} +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3016 +label: "Tailandia (+66)" +value: "223" +data: App\Entity\PhoneCode {#2779 …} +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3017 +label: "Taiwán (+886)" +value: "224" +data: App\Entity\PhoneCode {#2780 …} +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3018 +label: "Tanzania (+255)" +value: "225" +data: App\Entity\PhoneCode {#2781 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3019 +label: "Tayikistán (+992)" +value: "222" +data: App\Entity\PhoneCode {#2782 …} +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3020 +label: "Territorio Británico del Océan (+246)" +value: "226" +data: App\Entity\PhoneCode {#2783 …} +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3021 +label: "Territorios Australes y Antárt (+)" +value: "227" +data: App\Entity\PhoneCode {#2784 …} +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3022 +label: "Timor Oriental (+670)" +value: "228" +data: App\Entity\PhoneCode {#2785 …} +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3023 +label: "Togo (+228)" +value: "229" +data: App\Entity\PhoneCode {#2786 …} +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3024 +label: "Tokelau (+690)" +value: "230" +data: App\Entity\PhoneCode {#2787 …} +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3025 +label: "Tonga (+676)" +value: "231" +data: App\Entity\PhoneCode {#2788 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3026 +label: "Trinidad y Tobago (+1 868)" +value: "232" +data: App\Entity\PhoneCode {#2789 …} +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3027 +label: "Tunez (+216)" +value: "233" +data: App\Entity\PhoneCode {#2790 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3028 +label: "Turkmenistán (+993)" +value: "234" +data: App\Entity\PhoneCode {#2791 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3029 +label: "Turquía (+90)" +value: "235" +data: App\Entity\PhoneCode {#2792 …} +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3030 +label: "Tuvalu (+688)" +value: "236" +data: App\Entity\PhoneCode {#2793 …} +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3031 +label: "Ucrania (+380)" +value: "237" +data: App\Entity\PhoneCode {#2794 …} +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3032 +label: "Uganda (+256)" +value: "238" +data: App\Entity\PhoneCode {#2795 …} +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3033 +label: "Uruguay (+598)" +value: "239" +data: App\Entity\PhoneCode {#2796 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3034 +label: "Uzbekistán (+998)" +value: "240" +data: App\Entity\PhoneCode {#2797 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3035 +label: "Vanuatu (+678)" +value: "241" +data: App\Entity\PhoneCode {#2798 …} +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3036 +label: "Venezuela (+58)" +value: "242" +data: App\Entity\PhoneCode {#2799 …} +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3037 +label: "Vietnam (+84)" +value: "243" +data: App\Entity\PhoneCode {#2800 …} +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3038 +label: "Wallis y Futuna (+681)" +value: "244" +data: App\Entity\PhoneCode {#2801 …} +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3039 +label: "Yemen (+967)" +value: "245" +data: App\Entity\PhoneCode {#2802 …} +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3040 +label: "Yibuti (+253)" +value: "246" +data: App\Entity\PhoneCode {#2803 …} +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3041 +label: "Zambia (+260)" +value: "247" +data: App\Entity\PhoneCode {#2804 …} +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3042 +label: "Zimbabue (+263)" +value: "248" +data: App\Entity\PhoneCode {#2805 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | App\Entity\PhoneCode {#2121 -id: 64 -nameEs: "España" -nameEn: "Spain" -nameFr: "Espagne" -iso2: "ES" -iso3: "ESP" -code: "34" } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2542 -form: Symfony\Component\Form\Form {#2475 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2543 …5} |
| full_name | "app_user_registration[profile][phoneCode]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_profile_phoneCode" |
| is_selected | Closure($choice, $value) {#3044 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2393 …} } |
| label | "Código" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "phoneCode" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-floating mb-3" ] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_user_registration_profile_phoneCode" |
| valid | true |
| value | "64" |
phone
"Symfony\Component\Form\Extension\Core\Type\TelType"
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 | [ "placeholder" => "Móvil" ] |
[ "placeholder" => "Móvil" ] |
| help_attr | [ "style" => "display:none;" ] |
[ "style" => "display:none;" ] |
| label | "Móvil" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "form-floating mb-3" ] |
[ "class" => "form-floating mb-3" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Móvil" ] |
| 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 {#2232 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2233 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2234 …} -namespace: Closure() {#2236 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2446 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2143 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [ "style" => "display:none;" ] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please provide a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Móvil" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 | [ "class" => "form-floating mb-3" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2448 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2238 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#579 …} $translationDomain: "validators" $message: Closure() {#2447 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Móvil" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_app_user_registration_profile_phone" ] |
| cache_key | "_app_user_registration_profile_phone_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3043 -form: Symfony\Component\Form\Form {#2478 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3045 …5} |
| full_name | "app_user_registration[profile][phone]" |
| help | null |
| help_attr | [ "style" => "display:none;" ] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_profile_phone" |
| label | "Móvil" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-floating mb-3" ] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_user_registration_profile_phone" |
| valid | true |
| value | "" |
subscribed
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Deseo recibir información, novedades y promociones de eventos." |
same as passed value |
| required | false |
false
|
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 | 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 {#2232 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2233 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2234 …} -namespace: Closure() {#2236 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#2319 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2315 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#2320 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Deseo recibir información, novedades y promociones de eventos." |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#2456 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2238 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#579 …} $translationDomain: "validators" $message: Closure() {#2455 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_app_user_registration_profile_subscribed" ] |
| cache_key | "_app_user_registration_profile_subscribed_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3046 -form: Symfony\Component\Form\Form {#2481 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3047 …5} |
| full_name | "app_user_registration[profile][subscribed]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_profile_subscribed" |
| label | "Deseo recibir información, novedades y promociones de eventos." |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "subscribed" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_user_registration_profile_subscribed" |
| valid | true |
| value | "1" |
agreeTerms
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#2263 +payload: null +message: "Debe aceptar os termos e condicións de uso." } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#2263 +payload: null +message: "Debe aceptar os termos e condicións de uso." } ] |
| label | "Lin e acepto as condicións xerais de uso e venda" |
same as passed value |
| mapped | false |
false
|
| required | true |
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 | false |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#2263 +payload: null +message: "Debe aceptar os termos e condicións de uso." } ] |
| 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 {#2232 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2233 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2234 …} -namespace: Closure() {#2236 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#2319 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2315 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#2320 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Lin e acepto as condicións xerais de uso e venda" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2322 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2238 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#579 …} $translationDomain: "validators" $message: Closure() {#2324 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_app_user_registration_agreeTerms" ] |
| cache_key | "_app_user_registration_agreeTerms_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2491 -form: Symfony\Component\Form\Form {#2484 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2490 …5} |
| full_name | "app_user_registration[agreeTerms]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_agreeTerms" |
| label | "Lin e acepto as condicións xerais de uso e venda" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "agreeTerms" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_user_registration_agreeTerms" |
| valid | true |
| value | "1" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "cf1d7a853d91bfb7c7ccb9fd6d66.-2AV3kas1hYQ4XiYyhUn59kqZ6rFhCFkBpw3uEu65Bs.vDhN7Qnzm1dngkmooHdAgpJrFOXy7XAjV_1V1z35kFqCV3q1AeiDYmW4Ew" |
| 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 | "cf1d7a853d91bfb7c7ccb9fd6d66.-2AV3kas1hYQ4XiYyhUn59kqZ6rFhCFkBpw3uEu65Bs.vDhN7Qnzm1dngkmooHdAgpJrFOXy7XAjV_1V1z35kFqCV3q1AeiDYmW4Ew" |
same as passed value |
| mapped | false |
false
|
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 {#2232 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2233 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2234 …} -namespace: Closure() {#2236 …} } |
| data | "cf1d7a853d91bfb7c7ccb9fd6d66.-2AV3kas1hYQ4XiYyhUn59kqZ6rFhCFkBpw3uEu65Bs.vDhN7Qnzm1dngkmooHdAgpJrFOXy7XAjV_1V1z35kFqCV3q1AeiDYmW4Ew" |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3064 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2143 …} } |
| 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 | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#3066 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2238 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#579 …} $translationDomain: "validators" $message: Closure() {#3065 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_app_user_registration__token" ] |
| cache_key | "_app_user_registration__token_hidden" |
| compound | false |
| data | "cf1d7a853d91bfb7c7ccb9fd6d66.-2AV3kas1hYQ4XiYyhUn59kqZ6rFhCFkBpw3uEu65Bs.vDhN7Qnzm1dngkmooHdAgpJrFOXy7XAjV_1V1z35kFqCV3q1AeiDYmW4Ew" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3076 -form: Symfony\Component\Form\Form {#3072 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3067 …5} |
| full_name | "app_user_registration[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration__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 | "_app_user_registration__token" |
| valid | true |
| value | "cf1d7a853d91bfb7c7ccb9fd6d66.-2AV3kas1hYQ4XiYyhUn59kqZ6rFhCFkBpw3uEu65Bs.vDhN7Qnzm1dngkmooHdAgpJrFOXy7XAjV_1V1z35kFqCV3q1AeiDYmW4Ew" |