Forms
-
reclamation_form
-
name
-
surname
-
email
-
phone_mobile
-
commentaire
-
captcha
-
_token
-
-
taking_appointment_form
-
patient
-
name
-
surname
-
email
-
birth_date
-
country_phone_code
-
country_phone_code
-
-
phone
-
phone_town
-
annulation_suspension
-
reason
-
promo_code
-
pbx_name
-
pbx_surname
-
pbx_address
-
pbx_zipcode
-
pbx_city
-
-
captcha
-
save
-
_token
-
reclamation_form
"App\Form\ReclamationFormType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | 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 {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#729 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
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 |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#689 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#718 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "reclamation_form" "_reclamation_form" ] |
cache_key | "_reclamation_form_reclamation_form" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2226 -errors: [] -form: Symfony\Component\Form\Form {#989 …} } |
form | Symfony\Component\Form\FormView {#2405 …5} |
full_name | "reclamation_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "reclamation_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "reclamation_form" |
priority | 0 |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reclamation_form" |
valid | true |
value | null |
name
"App\Form\Type\RegexMaskType"
Errors
This form has no errors.
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" => "Prénom" ] |
[ "placeholder" => "Prénom" ] |
label | false |
same as passed value |
regex | "^[a-zA-Zàâçéèêëîïôûùüÿñæœ .-]*$" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Prénom" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#708 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
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 |
regex | "^[a-zA-Zàâçéèêëîïôûùüÿñæœ .-]*$" |
required | true |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#932 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#934 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Prénom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "regex_mask" "_reclamation_form_name" ] |
cache_key | "_reclamation_form_name_regex_mask" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2412 -errors: [] -form: Symfony\Component\Form\Form {#1027 …} } |
form | Symfony\Component\Form\FormView {#2414 …5} |
full_name | "reclamation_form[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "reclamation_form_name" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
regex | "^[a-zA-Zàâçéèêëîïôûùüÿñæœ .-]*$" |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reclamation_form_name" |
valid | true |
value | "" |
surname
"App\Form\Type\RegexMaskType"
Errors
This form has no errors.
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" => "Nom" ] |
[ "placeholder" => "Nom" ] |
label | false |
same as passed value |
regex | "^[a-zA-Zàâçéèêëîïôûùüÿñæœ .-]*$" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Nom" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#941 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
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 |
regex | "^[a-zA-Zàâçéèêëîïôûùüÿñæœ .-]*$" |
required | true |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#944 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#942 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Nom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "regex_mask" "_reclamation_form_surname" ] |
cache_key | "_reclamation_form_surname_regex_mask" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2411 -errors: [] -form: Symfony\Component\Form\Form {#1030 …} } |
form | Symfony\Component\Form\FormView {#2410 …5} |
full_name | "reclamation_form[surname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "reclamation_form_surname" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "surname" |
priority | 0 |
regex | "^[a-zA-Zàâçéèêëîïôûùüÿñæœ .-]*$" |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reclamation_form_surname" |
valid | true |
value | "" |
"App\Form\Type\RegexMaskType"
Errors
This form has no errors.
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" => "Adresse mail" ] |
[ "placeholder" => "Adresse mail" ] |
label | false |
same as passed value |
regex | "^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Adresse mail" ] |
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 {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#677 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
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 |
regex | "^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$" |
required | true |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#675 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#676 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Adresse mail" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "regex_mask" "_reclamation_form_email" ] |
cache_key | "_reclamation_form_email_regex_mask" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2408 -errors: [] -form: Symfony\Component\Form\Form {#1033 …} } |
form | Symfony\Component\Form\FormView {#2409 …5} |
full_name | "reclamation_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "reclamation_form_email" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
regex | "^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$" |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reclamation_form_email" |
valid | true |
value | "" |
phone_mobile
"App\Form\Type\TextMaskType"
Errors
This form has no errors.
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" => "Tél portable" ] |
[ "placeholder" => "Tél portable" ] |
label | false |
same as passed value |
mask | "09.99.99.99.99" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Tél portable" ] |
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 {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#929 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
label_translation_parameters | [] |
mapped | true |
mask | "09.99.99.99.99" |
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 |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#925 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#928 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Tél portable" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text_mask" "_reclamation_form_phone_mobile" ] |
cache_key | "_reclamation_form_phone_mobile_text_mask" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2406 -errors: [] -form: Symfony\Component\Form\Form {#991 …} } |
form | Symfony\Component\Form\FormView {#2142 …5} |
full_name | "reclamation_form[phone_mobile]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "reclamation_form_phone_mobile" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mask | "09.99.99.99.99" |
method | "POST" |
multipart | false |
name | "phone_mobile" |
priority | 0 |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reclamation_form_phone_mobile" |
valid | true |
value | "" |
commentaire
Errors
This form has no errors.
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" => "Commentaire" ] |
[ "placeholder" => "Commentaire" ] |
label | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Commentaire" ] |
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 {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#951 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
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 |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#959 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#957 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Commentaire" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_reclamation_form_commentaire" ] |
cache_key | "_reclamation_form_commentaire_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2402 -errors: [] -form: Symfony\Component\Form\Form {#994 …} } |
form | Symfony\Component\Form\FormView {#2172 …5} |
full_name | "reclamation_form[commentaire]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "reclamation_form_commentaire" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "commentaire" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reclamation_form_commentaire" |
valid | true |
value | "" |
captcha
"App\Form\ReCaptchaType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | 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 {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#979 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
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 |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
type | "invisible" |
upload_max_size_message | Closure() {#981 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#980 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "re_captcha" "_reclamation_form_captcha" ] |
cache_key | "_reclamation_form_captcha_re_captcha" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2367 -errors: [] -form: Symfony\Component\Form\Form {#997 …} } |
form | Symfony\Component\Form\FormView {#2362 …5} |
full_name | "reclamation_form[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "reclamation_form_captcha" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "captcha" |
priority | 0 |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
type | "invisible" |
unique_block_prefix | "_reclamation_form_captcha" |
valid | true |
value | null |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "7460c69964ac3c6fe0fcfa9196f53709.33aWklaorMersAU1zbAtTkA_GTzjnZiTKbrW9ubTM4E.7D6mxWX5nffkx09MncNaIiFlTG2H-tzZbdzhk4GGSuqeD-KqL-r_refFZg" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
block_prefix | "csrf_token" |
same as passed value |
data | "7460c69964ac3c6fe0fcfa9196f53709.33aWklaorMersAU1zbAtTkA_GTzjnZiTKbrW9ubTM4E.7D6mxWX5nffkx09MncNaIiFlTG2H-tzZbdzhk4GGSuqeD-KqL-r_refFZg" |
same as passed value |
mapped | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-controller" => "csrf-protection" ] |
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 {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data | "7460c69964ac3c6fe0fcfa9196f53709.33aWklaorMersAU1zbAtTkA_GTzjnZiTKbrW9ubTM4E.7D6mxWX5nffkx09MncNaIiFlTG2H-tzZbdzhk4GGSuqeD-KqL-r_refFZg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2407 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
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 |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2417 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#2404 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-controller" => "csrf-protection" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_reclamation_form__token" ] |
cache_key | "_reclamation_form__token_hidden" |
compound | false |
data | "7460c69964ac3c6fe0fcfa9196f53709.33aWklaorMersAU1zbAtTkA_GTzjnZiTKbrW9ubTM4E.7D6mxWX5nffkx09MncNaIiFlTG2H-tzZbdzhk4GGSuqeD-KqL-r_refFZg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2427 -errors: [] -form: Symfony\Component\Form\Form {#2423 …} } |
form | Symfony\Component\Form\FormView {#2418 …5} |
full_name | "reclamation_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "reclamation_form__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 | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reclamation_form__token" |
valid | true |
value | "7460c69964ac3c6fe0fcfa9196f53709.33aWklaorMersAU1zbAtTkA_GTzjnZiTKbrW9ubTM4E.7D6mxWX5nffkx09MncNaIiFlTG2H-tzZbdzhk4GGSuqeD-KqL-r_refFZg" |
taking_appointment_form
"App\Form\TakingAppointmentFormType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | 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 {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#943 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
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 |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2091 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#1043 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "taking_appointment_form" "_taking_appointment_form" ] |
cache_key | "_taking_appointment_form_taking_appointment_form" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2429 -errors: [] -form: Symfony\Component\Form\Form {#2166 …} } |
form | Symfony\Component\Form\FormView {#2430 …5} |
full_name | "taking_appointment_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "taking_appointment_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "taking_appointment_form" |
priority | 0 |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_taking_appointment_form" |
valid | true |
value | null |
patient
"App\Form\PatientType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | 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 {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2102 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
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 |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2104 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#2103 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "patient" "_taking_appointment_form_patient" ] |
cache_key | "_taking_appointment_form_patient_patient" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2434 -errors: [] -form: Symfony\Component\Form\Form {#2291 …} } |
form | Symfony\Component\Form\FormView {#2433 …5} |
full_name | "taking_appointment_form[patient]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "taking_appointment_form_patient" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "patient" |
priority | 0 |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_taking_appointment_form_patient" |
valid | true |
value | null |
name
"App\Form\Type\RegexMaskType"
Errors
This form has no errors.
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" => "Prénom" ] |
[ "placeholder" => "Prénom" ] |
label | false |
same as passed value |
regex | "[a-z A-Z]{1,50}" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Prénom" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2163 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
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 |
regex | "[a-z A-Z]{1,50}" |
required | true |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2161 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#2162 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Prénom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "regex_mask" "_taking_appointment_form_patient_name" ] |
cache_key | "_taking_appointment_form_patient_name_regex_mask" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2438 -errors: [] -form: Symfony\Component\Form\Form {#2294 …} } |
form | Symfony\Component\Form\FormView {#2437 …5} |
full_name | "taking_appointment_form[patient][name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "taking_appointment_form_patient_name" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
regex | "[a-z A-Z]{1,50}" |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_taking_appointment_form_patient_name" |
valid | true |
value | "" |
surname
"App\Form\Type\RegexMaskType"
Errors
This form has no errors.
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" => "Nom" ] |
[ "placeholder" => "Nom" ] |
label | false |
same as passed value |
regex | "[a-z A-Z]{1,50}" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Nom" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2154 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
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 |
regex | "[a-z A-Z]{1,50}" |
required | true |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2152 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#2153 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Nom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "regex_mask" "_taking_appointment_form_patient_surname" ] |
cache_key | "_taking_appointment_form_patient_surname_regex_mask" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2439 -errors: [] -form: Symfony\Component\Form\Form {#2297 …} } |
form | Symfony\Component\Form\FormView {#2440 …5} |
full_name | "taking_appointment_form[patient][surname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "taking_appointment_form_patient_surname" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "surname" |
priority | 0 |
regex | "[a-z A-Z]{1,50}" |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_taking_appointment_form_patient_surname" |
valid | true |
value | "" |
"App\Form\Type\RegexMaskType"
Errors
This form has no errors.
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" => "Adresse mail" ] |
[ "placeholder" => "Adresse mail" ] |
label | false |
same as passed value |
regex | "^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Adresse mail" ] |
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 {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2145 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
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 |
regex | "^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$" |
required | true |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2143 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#2144 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Adresse mail" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "regex_mask" "_taking_appointment_form_patient_email" ] |
cache_key | "_taking_appointment_form_patient_email_regex_mask" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2441 -errors: [] -form: Symfony\Component\Form\Form {#2300 …} } |
form | Symfony\Component\Form\FormView {#2442 …5} |
full_name | "taking_appointment_form[patient][email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "taking_appointment_form_patient_email" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
regex | "^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$" |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_taking_appointment_form_patient_email" |
valid | true |
value | "" |
birth_date
"App\Form\Type\TextMaskType"
Errors
This form has no errors.
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" => "Date de naissance" ] |
[ "placeholder" => "Date de naissance" ] |
label | false |
same as passed value |
mask | "99-99-9999" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Date de naissance" ] |
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 {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2198 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
label_translation_parameters | [] |
mapped | true |
mask | "99-99-9999" |
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 |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2195 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#2196 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Date de naissance" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text_mask" "_taking_appointment_form_patient_birth_date" ] |
cache_key | "_taking_appointment_form_patient_birth_date_text_mask" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2443 -errors: [] -form: Symfony\Component\Form\Form {#2303 …} } |
form | Symfony\Component\Form\FormView {#2444 …5} |
full_name | "taking_appointment_form[patient][birth_date]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "taking_appointment_form_patient_birth_date" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mask | "99-99-9999" |
method | "POST" |
multipart | false |
name | "birth_date" |
priority | 0 |
required | false |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_taking_appointment_form_patient_birth_date" |
valid | true |
value | "" |
country_phone_code
"App\Form\CountryCodeMobilePhoneType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | false |
same as passed value |
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 | 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 {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2184 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
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 |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2182 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#2183 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "country_code_mobile_phone" "_taking_appointment_form_patient_country_phone_code" ] |
cache_key | "_taking_appointment_form_patient_country_phone_code_country_code_mobile_phone" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2445 -errors: [] -form: Symfony\Component\Form\Form {#2316 …} } |
form | Symfony\Component\Form\FormView {#2446 …5} |
full_name | "taking_appointment_form[patient][country_phone_code]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "taking_appointment_form_patient_country_phone_code" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "country_phone_code" |
priority | 0 |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_taking_appointment_form_patient_country_phone_code" |
valid | true |
value | null |
country_phone_code
Errors
This form has no errors.
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 |
---|---|---|
choices | [ "Etats Unis d'Amérique (1)" => 1 "Canada (1)" => 1 "Fédération russe (7)" => 7 "Kazakhstan (7)" => 7 "Ouzbekistan (7)" => 7 "Egypte (20)" => 20 "Afrique du Sud (27)" => 27 "Grèce (30)" => 30 "Pays-Bas (31)" => 31 "Belgique (32)" => 32 "France (33)" => 33 "Espagne (349)" => 349 "Hongrie (36)" => 36 "Italie (390)" => 390 "Vatican (39)" => 39 "Roumanie (40)" => 40 "Liechtenstein (423)" => 423 "Suisse (41)" => 41 "Autriche (43)" => 43 "Royaume-Uni (44)" => 44 "Danemark (45)" => 45 "Suède (46)" => 46 "Norvège (47)" => 47 "Pologne (48)" => 48 "Allemagne (49)" => 49 "Pérou (51)" => 51 "Mexique Centre (52)" => 52 "Cuba (53)" => 53 "Argentine (54)" => 54 "Brésil (55)" => 55 "Chili (56)" => 56 "Colombie (57)" => 57 "Vénézuela (58)" => 58 "Malaisie (60)" => 60 "Australie (61)" => 61 "Ile Christmas (61)" => 61 "Indonésie (62)" => 62 "Philippines (63)" => 63 "Nouvelle-Zélande (64)" => 64 "Singapour (65)" => 65 "Thaïlande (66)" => 66 "Japon (81)" => 81 "Corée du Sud (82)" => 82 "Viêt-Nam (84)" => 84 "Chine (86)" => 86 "Turquie (90)" => 90 "Inde (91)" => 91 "Pakistan (92)" => 92 "Afghanistan (93)" => 93 "Sri Lanka (94)" => 94 "Union Birmane (95)" => 95 "Iran (98)" => 98 "Maroc (212)" => 212 "Algérie (213)" => 213 "Tunisie (216)" => 216 "Libye (218)" => 218 "Gambie (220)" => 220 "Sénégal (221)" => 221 "Mauritanie (222)" => 222 "Mali (223)" => 223 "Guinée (224)" => 224 "Côte d'Ivoire (225)" => 225 "Burkina Faso (226)" => 226 "Niger (227)" => 227 "Togo (228)" => 228 "Bénin (229)" => 229 "Maurice (230)" => 230 "Libéria (231)" => 231 "Sierra Leone (232)" => 232 "Ghana (233)" => 233 "Nigeria (234)" => 234 "République du Tchad (235)" => 235 "République Centrafricaine (236)" => 236 "Cameroun (237)" => 237 "Cap-Vert (238)" => 238 "Sao Tomé-et-Principe (239)" => 239 "Guinée équatoriale (240)" => 240 "Gabon (241)" => 241 "Bahamas (1242)" => 1242 "Congo (242)" => 242 "Congo Zaïre (Rep. Dem.) (243)" => 243 "Angola (244)" => 244 "Guinée-Bissao (245)" => 245 "Barbade (1246)" => 1246 "Ascension (247)" => 247 "Seychelles (248)" => 248 "Soudan (249)" => 249 "Rwanda (250)" => 250 "Ethiopie (251)" => 251 "Somalie (252)" => 252 "Djibouti (253)" => 253 "Kenya (254)" => 254 "Tanzanie (255)" => 255 "Ouganda (256)" => 256 "Burundi (257)" => 257 "Mozambique (258)" => 258 "Zambie (260)" => 260 "Madagascar (261)" => 261 "Réunion (262)" => 262 "Zimbabwe (263)" => 263 "Namibie (264)" => 264 "Malawi (265)" => 265 "Lesotho (266)" => 266 "Botswana (267)" => 267 "Antigua-et-Barbuda (268)" => 268 "Swaziland (268)" => 268 "Mayotte (269)" => 269 "République comorienne (269)" => 269 "Saint Hélène (290)" => 290 "Erythrée (291)" => 291 "Aruba (297)" => 297 "Ile Feroe (298)" => 298 "Groà«nland (299)" => 299 "Iles vierges américaines (340)" => 340 "Iles Caïmans (345)" => 345 "Gibraltar (350)" => 350 "Portugal (351)" => 351 "Luxembourg (352)" => 352 "Irlande (353)" => 353 "Islande (354)" => 354 "Albanie (355)" => 355 "Malte (356)" => 356 "Chypre (357)" => 357 "Finlande (358)" => 358 "Bulgarie (359)" => 359 "Lituanie (370)" => 370 "Lettonie (371)" => 371 "Estonie (372)" => 372 "Moldavie (373)" => 373 "Arménie (374)" => 374 "Biélorussie (375)" => 375 "Andorre (376)" => 376 "Monaco (377)" => 377 "Saint-Marin (378)" => 378 "Ukraine (380)" => 380 "Yougoslavie (381)" => 381 "Croatie (385)" => 385 "Slovénie (386)" => 386 "Bosnie-Herzégovine (387)" => 387 "Macédoine (389)" => 389 "République Tchèque (420)" => 420 "Slovaquie (421)" => 421 "Bermudes (1441)" => 1441 "Grenade (1473)" => 1473 "Iles Falklands (500)" => 500 "Belize (501)" => 501 "Guatemala (502)" => 502 "Salvador (503)" => 503 "Honduras (504)" => 504 "Nicaragua (505)" => 505 "Costa Rica (506)" => 506 "Panama (507)" => 507 "Haïti (509)" => 509 "Guadeloupe (590)" => 590 "Bolivie (591)" => 591 "Guyane (592)" => 592 "Equateur (593)" => 593 "Guinée Française (594)" => 594 "Paraguay (595)" => 595 "Antilles Françaises (596)" => 596 "Suriname (597)" => 597 "Uruguay (598)" => 598 "Antilles hollandaise (599)" => 599 "Saint Eustache (599)" => 599 "Saint Martin (599)" => 599 "Turks et caicos (649)" => 649 "Monteserrat (664)" => 664 "Saipan (670)" => 670 "Guam (671)" => 671 "Antarctique-Casey (672)" => 672 "Antarctique-Scott (672)" => 672 "Ile de Norfolk (672)" => 672 "Brunei Darussalam (673)" => 673 "Nauru (674)" => 674 "Papouasie - Nouvelle Guinée (675)" => 675 "Tonga (676)" => 676 "Iles Salomon (677)" => 677 "Vanuatu (678)" => 678 "Fidji (679)" => 679 "Palau (680)" => 680 "Wallis et Futuna (681)" => 681 "Iles Cook (682)" => 682 "Niue (683)" => 683 "Samoa Américaines (684)" => 684 "Samoa occidentales (685)" => 685 "Kiribati (686)" => 686 "Nouvelle-Calédonie (687)" => 687 "Tuvalu (688)" => 688 "Polynésie Française (689)" => 689 "Tokelau (690)" => 690 "Micronésie (691)" => 691 "Marshall (692)" => 692 "Sainte-Lucie (1758)" => 1758 "Dominique (1767)" => 1767 "Porto Rico (1787)" => 1787 "République Dominicaine (809)" => 809 "Saint-Vincent-et-les Grenadines (809)" => 809 "Corée du Nord (850)" => 850 "Hong Kong (852)" => 852 "Macao (853)" => 853 "Cambodge (855)" => 855 "Laos (856)" => 856 "Trinité-et-Tobago (1868)" => 1868 "Saint-Christophe-et-Niévès (869)" => 869 "Atlantique Est (871)" => 871 "Marisat (Atlantique Est) (872)" => 872 "Marisat (Atlantique Ouest) (873)" => 873 "Atlantique Ouest (874)" => 874 "Jamaïque (1876)" => 1876 "Bangladesh (880)" => 880 "Taiwan (886)" => 886 "Maldives (960)" => 960 "Liban (961)" => 961 "Jordanie (962)" => 962 "Syrie (963)" => 963 "Iraq (964)" => 964 "Koweït (965)" => 965 "Arabie saoudite (966)" => 966 "Yémen (967)" => 967 "Oman (968)" => 968 "Palestine (970)" => 970 "Emirats arabes unis (971)" => 971 "Israà«l (972)" => 972 "Bahreïn (973)" => 973 "Qatar (974)" => 974 "Bhoutan (975)" => 975 "Mongolie (976)" => 976 "Népal (977)" => 977 "Tadjikistan (Rep. du) (992)" => 992 "Turkménistan (993)" => 993 "Azerbaïdjan (994)" => 994 "Géorgie (995)" => 995 "Kirghizistan (996)" => 996 "Anguilla (1264)" => 1264 "Antigua et Barbuda (1268)" => 1268 "Vierges Britanniques (Iles) (1284)" => 1284 "Vierges Américaines (Iles) (1340)" => 1340 "Cayman (Iles) (1345)" => 1345 "Turks et Caïcos (Iles) (1649)" => 1649 "Montserrat (1664)" => 1664 "Saint-Vincent-et-Grenadines (1809)" => 1809 "Hawaï (1808)" => 1808 "Dominicaine (Rep.) (1809)" => 1809 "Saint-Kitts-et-Nevis (1869)" => 1869 "Norfolk (Ile) (6723)" => 6723 ] |
[ "Etats Unis d'Amérique (1)" => 1 "Canada (1)" => 1 "Fédération russe (7)" => 7 "Kazakhstan (7)" => 7 "Ouzbekistan (7)" => 7 "Egypte (20)" => 20 "Afrique du Sud (27)" => 27 "Grèce (30)" => 30 "Pays-Bas (31)" => 31 "Belgique (32)" => 32 "France (33)" => 33 "Espagne (349)" => 349 "Hongrie (36)" => 36 "Italie (390)" => 390 "Vatican (39)" => 39 "Roumanie (40)" => 40 "Liechtenstein (423)" => 423 "Suisse (41)" => 41 "Autriche (43)" => 43 "Royaume-Uni (44)" => 44 "Danemark (45)" => 45 "Suède (46)" => 46 "Norvège (47)" => 47 "Pologne (48)" => 48 "Allemagne (49)" => 49 "Pérou (51)" => 51 "Mexique Centre (52)" => 52 "Cuba (53)" => 53 "Argentine (54)" => 54 "Brésil (55)" => 55 "Chili (56)" => 56 "Colombie (57)" => 57 "Vénézuela (58)" => 58 "Malaisie (60)" => 60 "Australie (61)" => 61 "Ile Christmas (61)" => 61 "Indonésie (62)" => 62 "Philippines (63)" => 63 "Nouvelle-Zélande (64)" => 64 "Singapour (65)" => 65 "Thaïlande (66)" => 66 "Japon (81)" => 81 "Corée du Sud (82)" => 82 "Viêt-Nam (84)" => 84 "Chine (86)" => 86 "Turquie (90)" => 90 "Inde (91)" => 91 "Pakistan (92)" => 92 "Afghanistan (93)" => 93 "Sri Lanka (94)" => 94 "Union Birmane (95)" => 95 "Iran (98)" => 98 "Maroc (212)" => 212 "Algérie (213)" => 213 "Tunisie (216)" => 216 "Libye (218)" => 218 "Gambie (220)" => 220 "Sénégal (221)" => 221 "Mauritanie (222)" => 222 "Mali (223)" => 223 "Guinée (224)" => 224 "Côte d'Ivoire (225)" => 225 "Burkina Faso (226)" => 226 "Niger (227)" => 227 "Togo (228)" => 228 "Bénin (229)" => 229 "Maurice (230)" => 230 "Libéria (231)" => 231 "Sierra Leone (232)" => 232 "Ghana (233)" => 233 "Nigeria (234)" => 234 "République du Tchad (235)" => 235 "République Centrafricaine (236)" => 236 "Cameroun (237)" => 237 "Cap-Vert (238)" => 238 "Sao Tomé-et-Principe (239)" => 239 "Guinée équatoriale (240)" => 240 "Gabon (241)" => 241 "Bahamas (1242)" => 1242 "Congo (242)" => 242 "Congo Zaïre (Rep. Dem.) (243)" => 243 "Angola (244)" => 244 "Guinée-Bissao (245)" => 245 "Barbade (1246)" => 1246 "Ascension (247)" => 247 "Seychelles (248)" => 248 "Soudan (249)" => 249 "Rwanda (250)" => 250 "Ethiopie (251)" => 251 "Somalie (252)" => 252 "Djibouti (253)" => 253 "Kenya (254)" => 254 "Tanzanie (255)" => 255 "Ouganda (256)" => 256 "Burundi (257)" => 257 "Mozambique (258)" => 258 "Zambie (260)" => 260 "Madagascar (261)" => 261 "Réunion (262)" => 262 "Zimbabwe (263)" => 263 "Namibie (264)" => 264 "Malawi (265)" => 265 "Lesotho (266)" => 266 "Botswana (267)" => 267 "Antigua-et-Barbuda (268)" => 268 "Swaziland (268)" => 268 "Mayotte (269)" => 269 "République comorienne (269)" => 269 "Saint Hélène (290)" => 290 "Erythrée (291)" => 291 "Aruba (297)" => 297 "Ile Feroe (298)" => 298 "Groà«nland (299)" => 299 "Iles vierges américaines (340)" => 340 "Iles Caïmans (345)" => 345 "Gibraltar (350)" => 350 "Portugal (351)" => 351 "Luxembourg (352)" => 352 "Irlande (353)" => 353 "Islande (354)" => 354 "Albanie (355)" => 355 "Malte (356)" => 356 "Chypre (357)" => 357 "Finlande (358)" => 358 "Bulgarie (359)" => 359 "Lituanie (370)" => 370 "Lettonie (371)" => 371 "Estonie (372)" => 372 "Moldavie (373)" => 373 "Arménie (374)" => 374 "Biélorussie (375)" => 375 "Andorre (376)" => 376 "Monaco (377)" => 377 "Saint-Marin (378)" => 378 "Ukraine (380)" => 380 "Yougoslavie (381)" => 381 "Croatie (385)" => 385 "Slovénie (386)" => 386 "Bosnie-Herzégovine (387)" => 387 "Macédoine (389)" => 389 "République Tchèque (420)" => 420 "Slovaquie (421)" => 421 "Bermudes (1441)" => 1441 "Grenade (1473)" => 1473 "Iles Falklands (500)" => 500 "Belize (501)" => 501 "Guatemala (502)" => 502 "Salvador (503)" => 503 "Honduras (504)" => 504 "Nicaragua (505)" => 505 "Costa Rica (506)" => 506 "Panama (507)" => 507 "Haïti (509)" => 509 "Guadeloupe (590)" => 590 "Bolivie (591)" => 591 "Guyane (592)" => 592 "Equateur (593)" => 593 "Guinée Française (594)" => 594 "Paraguay (595)" => 595 "Antilles Françaises (596)" => 596 "Suriname (597)" => 597 "Uruguay (598)" => 598 "Antilles hollandaise (599)" => 599 "Saint Eustache (599)" => 599 "Saint Martin (599)" => 599 "Turks et caicos (649)" => 649 "Monteserrat (664)" => 664 "Saipan (670)" => 670 "Guam (671)" => 671 "Antarctique-Casey (672)" => 672 "Antarctique-Scott (672)" => 672 "Ile de Norfolk (672)" => 672 "Brunei Darussalam (673)" => 673 "Nauru (674)" => 674 "Papouasie - Nouvelle Guinée (675)" => 675 "Tonga (676)" => 676 "Iles Salomon (677)" => 677 "Vanuatu (678)" => 678 "Fidji (679)" => 679 "Palau (680)" => 680 "Wallis et Futuna (681)" => 681 "Iles Cook (682)" => 682 "Niue (683)" => 683 "Samoa Américaines (684)" => 684 "Samoa occidentales (685)" => 685 "Kiribati (686)" => 686 "Nouvelle-Calédonie (687)" => 687 "Tuvalu (688)" => 688 "Polynésie Française (689)" => 689 "Tokelau (690)" => 690 "Micronésie (691)" => 691 "Marshall (692)" => 692 "Sainte-Lucie (1758)" => 1758 "Dominique (1767)" => 1767 "Porto Rico (1787)" => 1787 "République Dominicaine (809)" => 809 "Saint-Vincent-et-les Grenadines (809)" => 809 "Corée du Nord (850)" => 850 "Hong Kong (852)" => 852 "Macao (853)" => 853 "Cambodge (855)" => 855 "Laos (856)" => 856 "Trinité-et-Tobago (1868)" => 1868 "Saint-Christophe-et-Niévès (869)" => 869 "Atlantique Est (871)" => 871 "Marisat (Atlantique Est) (872)" => 872 "Marisat (Atlantique Ouest) (873)" => 873 "Atlantique Ouest (874)" => 874 "Jamaïque (1876)" => 1876 "Bangladesh (880)" => 880 "Taiwan (886)" => 886 "Maldives (960)" => 960 "Liban (961)" => 961 "Jordanie (962)" => 962 "Syrie (963)" => 963 "Iraq (964)" => 964 "Koweït (965)" => 965 "Arabie saoudite (966)" => 966 "Yémen (967)" => 967 "Oman (968)" => 968 "Palestine (970)" => 970 "Emirats arabes unis (971)" => 971 "Israà«l (972)" => 972 "Bahreïn (973)" => 973 "Qatar (974)" => 974 "Bhoutan (975)" => 975 "Mongolie (976)" => 976 "Népal (977)" => 977 "Tadjikistan (Rep. du) (992)" => 992 "Turkménistan (993)" => 993 "Azerbaïdjan (994)" => 994 "Géorgie (995)" => 995 "Kirghizistan (996)" => 996 "Anguilla (1264)" => 1264 "Antigua et Barbuda (1268)" => 1268 "Vierges Britanniques (Iles) (1284)" => 1284 "Vierges Américaines (Iles) (1340)" => 1340 "Cayman (Iles) (1345)" => 1345 "Turks et Caïcos (Iles) (1649)" => 1649 "Montserrat (1664)" => 1664 "Saint-Vincent-et-Grenadines (1809)" => 1809 "Hawaï (1808)" => 1808 "Dominicaine (Rep.) (1809)" => 1809 "Saint-Kitts-et-Nevis (1869)" => 1869 "Norfolk (Ile) (6723)" => 6723 ] |
label | false |
same as passed value |
preferred_choices | [
33
] |
[
33
]
|
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 |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_lazy | false |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Etats Unis d'Amérique (1)" => 1 "Canada (1)" => 1 "Fédération russe (7)" => 7 "Kazakhstan (7)" => 7 "Ouzbekistan (7)" => 7 "Egypte (20)" => 20 "Afrique du Sud (27)" => 27 "Grèce (30)" => 30 "Pays-Bas (31)" => 31 "Belgique (32)" => 32 "France (33)" => 33 "Espagne (349)" => 349 "Hongrie (36)" => 36 "Italie (390)" => 390 "Vatican (39)" => 39 "Roumanie (40)" => 40 "Liechtenstein (423)" => 423 "Suisse (41)" => 41 "Autriche (43)" => 43 "Royaume-Uni (44)" => 44 "Danemark (45)" => 45 "Suède (46)" => 46 "Norvège (47)" => 47 "Pologne (48)" => 48 "Allemagne (49)" => 49 "Pérou (51)" => 51 "Mexique Centre (52)" => 52 "Cuba (53)" => 53 "Argentine (54)" => 54 "Brésil (55)" => 55 "Chili (56)" => 56 "Colombie (57)" => 57 "Vénézuela (58)" => 58 "Malaisie (60)" => 60 "Australie (61)" => 61 "Ile Christmas (61)" => 61 "Indonésie (62)" => 62 "Philippines (63)" => 63 "Nouvelle-Zélande (64)" => 64 "Singapour (65)" => 65 "Thaïlande (66)" => 66 "Japon (81)" => 81 "Corée du Sud (82)" => 82 "Viêt-Nam (84)" => 84 "Chine (86)" => 86 "Turquie (90)" => 90 "Inde (91)" => 91 "Pakistan (92)" => 92 "Afghanistan (93)" => 93 "Sri Lanka (94)" => 94 "Union Birmane (95)" => 95 "Iran (98)" => 98 "Maroc (212)" => 212 "Algérie (213)" => 213 "Tunisie (216)" => 216 "Libye (218)" => 218 "Gambie (220)" => 220 "Sénégal (221)" => 221 "Mauritanie (222)" => 222 "Mali (223)" => 223 "Guinée (224)" => 224 "Côte d'Ivoire (225)" => 225 "Burkina Faso (226)" => 226 "Niger (227)" => 227 "Togo (228)" => 228 "Bénin (229)" => 229 "Maurice (230)" => 230 "Libéria (231)" => 231 "Sierra Leone (232)" => 232 "Ghana (233)" => 233 "Nigeria (234)" => 234 "République du Tchad (235)" => 235 "République Centrafricaine (236)" => 236 "Cameroun (237)" => 237 "Cap-Vert (238)" => 238 "Sao Tomé-et-Principe (239)" => 239 "Guinée équatoriale (240)" => 240 "Gabon (241)" => 241 "Bahamas (1242)" => 1242 "Congo (242)" => 242 "Congo Zaïre (Rep. Dem.) (243)" => 243 "Angola (244)" => 244 "Guinée-Bissao (245)" => 245 "Barbade (1246)" => 1246 "Ascension (247)" => 247 "Seychelles (248)" => 248 "Soudan (249)" => 249 "Rwanda (250)" => 250 "Ethiopie (251)" => 251 "Somalie (252)" => 252 "Djibouti (253)" => 253 "Kenya (254)" => 254 "Tanzanie (255)" => 255 "Ouganda (256)" => 256 "Burundi (257)" => 257 "Mozambique (258)" => 258 "Zambie (260)" => 260 "Madagascar (261)" => 261 "Réunion (262)" => 262 "Zimbabwe (263)" => 263 "Namibie (264)" => 264 "Malawi (265)" => 265 "Lesotho (266)" => 266 "Botswana (267)" => 267 "Antigua-et-Barbuda (268)" => 268 "Swaziland (268)" => 268 "Mayotte (269)" => 269 "République comorienne (269)" => 269 "Saint Hélène (290)" => 290 "Erythrée (291)" => 291 "Aruba (297)" => 297 "Ile Feroe (298)" => 298 "Groà«nland (299)" => 299 "Iles vierges américaines (340)" => 340 "Iles Caïmans (345)" => 345 "Gibraltar (350)" => 350 "Portugal (351)" => 351 "Luxembourg (352)" => 352 "Irlande (353)" => 353 "Islande (354)" => 354 "Albanie (355)" => 355 "Malte (356)" => 356 "Chypre (357)" => 357 "Finlande (358)" => 358 "Bulgarie (359)" => 359 "Lituanie (370)" => 370 "Lettonie (371)" => 371 "Estonie (372)" => 372 "Moldavie (373)" => 373 "Arménie (374)" => 374 "Biélorussie (375)" => 375 "Andorre (376)" => 376 "Monaco (377)" => 377 "Saint-Marin (378)" => 378 "Ukraine (380)" => 380 "Yougoslavie (381)" => 381 "Croatie (385)" => 385 "Slovénie (386)" => 386 "Bosnie-Herzégovine (387)" => 387 "Macédoine (389)" => 389 "République Tchèque (420)" => 420 "Slovaquie (421)" => 421 "Bermudes (1441)" => 1441 "Grenade (1473)" => 1473 "Iles Falklands (500)" => 500 "Belize (501)" => 501 "Guatemala (502)" => 502 "Salvador (503)" => 503 "Honduras (504)" => 504 "Nicaragua (505)" => 505 "Costa Rica (506)" => 506 "Panama (507)" => 507 "Haïti (509)" => 509 "Guadeloupe (590)" => 590 "Bolivie (591)" => 591 "Guyane (592)" => 592 "Equateur (593)" => 593 "Guinée Française (594)" => 594 "Paraguay (595)" => 595 "Antilles Françaises (596)" => 596 "Suriname (597)" => 597 "Uruguay (598)" => 598 "Antilles hollandaise (599)" => 599 "Saint Eustache (599)" => 599 "Saint Martin (599)" => 599 "Turks et caicos (649)" => 649 "Monteserrat (664)" => 664 "Saipan (670)" => 670 "Guam (671)" => 671 "Antarctique-Casey (672)" => 672 "Antarctique-Scott (672)" => 672 "Ile de Norfolk (672)" => 672 "Brunei Darussalam (673)" => 673 "Nauru (674)" => 674 "Papouasie - Nouvelle Guinée (675)" => 675 "Tonga (676)" => 676 "Iles Salomon (677)" => 677 "Vanuatu (678)" => 678 "Fidji (679)" => 679 "Palau (680)" => 680 "Wallis et Futuna (681)" => 681 "Iles Cook (682)" => 682 "Niue (683)" => 683 "Samoa Américaines (684)" => 684 "Samoa occidentales (685)" => 685 "Kiribati (686)" => 686 "Nouvelle-Calédonie (687)" => 687 "Tuvalu (688)" => 688 "Polynésie Française (689)" => 689 "Tokelau (690)" => 690 "Micronésie (691)" => 691 "Marshall (692)" => 692 "Sainte-Lucie (1758)" => 1758 "Dominique (1767)" => 1767 "Porto Rico (1787)" => 1787 "République Dominicaine (809)" => 809 "Saint-Vincent-et-les Grenadines (809)" => 809 "Corée du Nord (850)" => 850 "Hong Kong (852)" => 852 "Macao (853)" => 853 "Cambodge (855)" => 855 "Laos (856)" => 856 "Trinité-et-Tobago (1868)" => 1868 "Saint-Christophe-et-Niévès (869)" => 869 "Atlantique Est (871)" => 871 "Marisat (Atlantique Est) (872)" => 872 "Marisat (Atlantique Ouest) (873)" => 873 "Atlantique Ouest (874)" => 874 "Jamaïque (1876)" => 1876 "Bangladesh (880)" => 880 "Taiwan (886)" => 886 "Maldives (960)" => 960 "Liban (961)" => 961 "Jordanie (962)" => 962 "Syrie (963)" => 963 "Iraq (964)" => 964 "Koweït (965)" => 965 "Arabie saoudite (966)" => 966 "Yémen (967)" => 967 "Oman (968)" => 968 "Palestine (970)" => 970 "Emirats arabes unis (971)" => 971 "Israà«l (972)" => 972 "Bahreïn (973)" => 973 "Qatar (974)" => 974 "Bhoutan (975)" => 975 "Mongolie (976)" => 976 "Népal (977)" => 977 "Tadjikistan (Rep. du) (992)" => 992 "Turkménistan (993)" => 993 "Azerbaïdjan (994)" => 994 "Géorgie (995)" => 995 "Kirghizistan (996)" => 996 "Anguilla (1264)" => 1264 "Antigua et Barbuda (1268)" => 1268 "Vierges Britanniques (Iles) (1284)" => 1284 "Vierges Américaines (Iles) (1340)" => 1340 "Cayman (Iles) (1345)" => 1345 "Turks et Caïcos (Iles) (1649)" => 1649 "Montserrat (1664)" => 1664 "Saint-Vincent-et-Grenadines (1809)" => 1809 "Hawaï (1808)" => 1808 "Dominicaine (Rep.) (1809)" => 1809 "Saint-Kitts-et-Nevis (1869)" => 1869 "Norfolk (Ile) (6723)" => 6723 ] |
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 {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [
33
] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2308 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#2307 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_taking_appointment_form_patient_country_phone_code_country_phone_code" ] |
cache_key | "_taking_appointment_form_patient_country_phone_code_country_phone_code_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2452 +data: 1 +value: "0" +label: "Etats Unis d'Amérique (1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2458 +data: 1 +value: "1" +label: "Canada (1)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2457 +data: 7 +value: "2" +label: "Fédération russe (7)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2456 +data: 7 +value: "3" +label: "Kazakhstan (7)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2455 +data: 7 +value: "4" +label: "Ouzbekistan (7)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2454 +data: 20 +value: "5" +label: "Egypte (20)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2453 +data: 27 +value: "6" +label: "Afrique du Sud (27)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2459 +data: 30 +value: "7" +label: "Grèce (30)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2460 +data: 31 +value: "8" +label: "Pays-Bas (31)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2461 +data: 32 +value: "9" +label: "Belgique (32)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2462 +data: 33 +value: "10" +label: "France (33)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2463 +data: 349 +value: "11" +label: "Espagne (349)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2464 +data: 36 +value: "12" +label: "Hongrie (36)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2465 +data: 390 +value: "13" +label: "Italie (390)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2466 +data: 39 +value: "14" +label: "Vatican (39)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2467 +data: 40 +value: "15" +label: "Roumanie (40)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2468 +data: 423 +value: "16" +label: "Liechtenstein (423)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2469 +data: 41 +value: "17" +label: "Suisse (41)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2470 +data: 43 +value: "18" +label: "Autriche (43)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2471 +data: 44 +value: "19" +label: "Royaume-Uni (44)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2472 +data: 45 +value: "20" +label: "Danemark (45)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2473 +data: 46 +value: "21" +label: "Suède (46)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2474 +data: 47 +value: "22" +label: "Norvège (47)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2475 +data: 48 +value: "23" +label: "Pologne (48)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2476 +data: 49 +value: "24" +label: "Allemagne (49)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2477 +data: 51 +value: "25" +label: "Pérou (51)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2478 +data: 52 +value: "26" +label: "Mexique Centre (52)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2479 +data: 53 +value: "27" +label: "Cuba (53)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2480 +data: 54 +value: "28" +label: "Argentine (54)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2481 +data: 55 +value: "29" +label: "Brésil (55)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2482 +data: 56 +value: "30" +label: "Chili (56)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2483 +data: 57 +value: "31" +label: "Colombie (57)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2484 +data: 58 +value: "32" +label: "Vénézuela (58)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2485 +data: 60 +value: "33" +label: "Malaisie (60)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2486 +data: 61 +value: "34" +label: "Australie (61)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2487 +data: 61 +value: "35" +label: "Ile Christmas (61)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2488 +data: 62 +value: "36" +label: "Indonésie (62)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2489 +data: 63 +value: "37" +label: "Philippines (63)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2490 +data: 64 +value: "38" +label: "Nouvelle-Zélande (64)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2491 +data: 65 +value: "39" +label: "Singapour (65)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2492 +data: 66 +value: "40" +label: "Thaïlande (66)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2493 +data: 81 +value: "41" +label: "Japon (81)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2494 +data: 82 +value: "42" +label: "Corée du Sud (82)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2495 +data: 84 +value: "43" +label: "Viêt-Nam (84)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2496 +data: 86 +value: "44" +label: "Chine (86)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2497 +data: 90 +value: "45" +label: "Turquie (90)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2498 +data: 91 +value: "46" +label: "Inde (91)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2499 +data: 92 +value: "47" +label: "Pakistan (92)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2500 +data: 93 +value: "48" +label: "Afghanistan (93)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2501 +data: 94 +value: "49" +label: "Sri Lanka (94)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2502 +data: 95 +value: "50" +label: "Union Birmane (95)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2503 +data: 98 +value: "51" +label: "Iran (98)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2504 +data: 212 +value: "52" +label: "Maroc (212)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2505 +data: 213 +value: "53" +label: "Algérie (213)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2506 +data: 216 +value: "54" +label: "Tunisie (216)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2507 +data: 218 +value: "55" +label: "Libye (218)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2508 +data: 220 +value: "56" +label: "Gambie (220)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2509 +data: 221 +value: "57" +label: "Sénégal (221)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2510 +data: 222 +value: "58" +label: "Mauritanie (222)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2511 +data: 223 +value: "59" +label: "Mali (223)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2512 +data: 224 +value: "60" +label: "Guinée (224)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2513 +data: 225 +value: "61" +label: "Côte d'Ivoire (225)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2514 +data: 226 +value: "62" +label: "Burkina Faso (226)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2515 +data: 227 +value: "63" +label: "Niger (227)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2516 +data: 228 +value: "64" +label: "Togo (228)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2517 +data: 229 +value: "65" +label: "Bénin (229)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2518 +data: 230 +value: "66" +label: "Maurice (230)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2519 +data: 231 +value: "67" +label: "Libéria (231)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2520 +data: 232 +value: "68" +label: "Sierra Leone (232)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2521 +data: 233 +value: "69" +label: "Ghana (233)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2522 +data: 234 +value: "70" +label: "Nigeria (234)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2523 +data: 235 +value: "71" +label: "République du Tchad (235)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2524 +data: 236 +value: "72" +label: "République Centrafricaine (236)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2525 +data: 237 +value: "73" +label: "Cameroun (237)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2526 +data: 238 +value: "74" +label: "Cap-Vert (238)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2527 +data: 239 +value: "75" +label: "Sao Tomé-et-Principe (239)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2528 +data: 240 +value: "76" +label: "Guinée équatoriale (240)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2529 +data: 241 +value: "77" +label: "Gabon (241)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2530 +data: 1242 +value: "78" +label: "Bahamas (1242)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2531 +data: 242 +value: "79" +label: "Congo (242)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2532 +data: 243 +value: "80" +label: "Congo Zaïre (Rep. Dem.) (243)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2533 +data: 244 +value: "81" +label: "Angola (244)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2534 +data: 245 +value: "82" +label: "Guinée-Bissao (245)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2535 +data: 1246 +value: "83" +label: "Barbade (1246)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2536 +data: 247 +value: "84" +label: "Ascension (247)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2537 +data: 248 +value: "85" +label: "Seychelles (248)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2538 +data: 249 +value: "86" +label: "Soudan (249)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2539 +data: 250 +value: "87" +label: "Rwanda (250)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2540 +data: 251 +value: "88" +label: "Ethiopie (251)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2541 +data: 252 +value: "89" +label: "Somalie (252)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2542 +data: 253 +value: "90" +label: "Djibouti (253)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2543 +data: 254 +value: "91" +label: "Kenya (254)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2544 +data: 255 +value: "92" +label: "Tanzanie (255)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2545 +data: 256 +value: "93" +label: "Ouganda (256)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2546 +data: 257 +value: "94" +label: "Burundi (257)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2547 +data: 258 +value: "95" +label: "Mozambique (258)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2548 +data: 260 +value: "96" +label: "Zambie (260)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2549 +data: 261 +value: "97" +label: "Madagascar (261)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2550 +data: 262 +value: "98" +label: "Réunion (262)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2551 +data: 263 +value: "99" +label: "Zimbabwe (263)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2552 +data: 264 +value: "100" +label: "Namibie (264)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2553 +data: 265 +value: "101" +label: "Malawi (265)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2554 +data: 266 +value: "102" +label: "Lesotho (266)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2555 +data: 267 +value: "103" +label: "Botswana (267)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2556 +data: 268 +value: "104" +label: "Antigua-et-Barbuda (268)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2557 +data: 268 +value: "105" +label: "Swaziland (268)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2558 +data: 269 +value: "106" +label: "Mayotte (269)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2559 +data: 269 +value: "107" +label: "République comorienne (269)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2560 +data: 290 +value: "108" +label: "Saint Hélène (290)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2561 +data: 291 +value: "109" +label: "Erythrée (291)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2562 +data: 297 +value: "110" +label: "Aruba (297)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2563 +data: 298 +value: "111" +label: "Ile Feroe (298)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2564 +data: 299 +value: "112" +label: "Groà«nland (299)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2565 +data: 340 +value: "113" +label: "Iles vierges américaines (340)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2566 +data: 345 +value: "114" +label: "Iles Caïmans (345)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2567 +data: 350 +value: "115" +label: "Gibraltar (350)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2568 +data: 351 +value: "116" +label: "Portugal (351)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2569 +data: 352 +value: "117" +label: "Luxembourg (352)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2570 +data: 353 +value: "118" +label: "Irlande (353)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2571 +data: 354 +value: "119" +label: "Islande (354)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2572 +data: 355 +value: "120" +label: "Albanie (355)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2573 +data: 356 +value: "121" +label: "Malte (356)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2574 +data: 357 +value: "122" +label: "Chypre (357)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2575 +data: 358 +value: "123" +label: "Finlande (358)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2576 +data: 359 +value: "124" +label: "Bulgarie (359)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2577 +data: 370 +value: "125" +label: "Lituanie (370)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2578 +data: 371 +value: "126" +label: "Lettonie (371)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2579 +data: 372 +value: "127" +label: "Estonie (372)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2580 +data: 373 +value: "128" +label: "Moldavie (373)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2581 +data: 374 +value: "129" +label: "Arménie (374)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2582 +data: 375 +value: "130" +label: "Biélorussie (375)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2583 +data: 376 +value: "131" +label: "Andorre (376)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2584 +data: 377 +value: "132" +label: "Monaco (377)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2585 +data: 378 +value: "133" +label: "Saint-Marin (378)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2586 +data: 380 +value: "134" +label: "Ukraine (380)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2587 +data: 381 +value: "135" +label: "Yougoslavie (381)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2588 +data: 385 +value: "136" +label: "Croatie (385)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2589 +data: 386 +value: "137" +label: "Slovénie (386)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2590 +data: 387 +value: "138" +label: "Bosnie-Herzégovine (387)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2591 +data: 389 +value: "139" +label: "Macédoine (389)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2592 +data: 420 +value: "140" +label: "République Tchèque (420)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2593 +data: 421 +value: "141" +label: "Slovaquie (421)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2594 +data: 1441 +value: "142" +label: "Bermudes (1441)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2595 +data: 1473 +value: "143" +label: "Grenade (1473)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2596 +data: 500 +value: "144" +label: "Iles Falklands (500)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2597 +data: 501 +value: "145" +label: "Belize (501)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2598 +data: 502 +value: "146" +label: "Guatemala (502)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2599 +data: 503 +value: "147" +label: "Salvador (503)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2600 +data: 504 +value: "148" +label: "Honduras (504)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2601 +data: 505 +value: "149" +label: "Nicaragua (505)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2602 +data: 506 +value: "150" +label: "Costa Rica (506)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2603 +data: 507 +value: "151" +label: "Panama (507)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2604 +data: 509 +value: "152" +label: "Haïti (509)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2605 +data: 590 +value: "153" +label: "Guadeloupe (590)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2606 +data: 591 +value: "154" +label: "Bolivie (591)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2607 +data: 592 +value: "155" +label: "Guyane (592)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2608 +data: 593 +value: "156" +label: "Equateur (593)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2609 +data: 594 +value: "157" +label: "Guinée Française (594)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2610 +data: 595 +value: "158" +label: "Paraguay (595)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2611 +data: 596 +value: "159" +label: "Antilles Françaises (596)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2612 +data: 597 +value: "160" +label: "Suriname (597)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2613 +data: 598 +value: "161" +label: "Uruguay (598)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2614 +data: 599 +value: "162" +label: "Antilles hollandaise (599)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2615 +data: 599 +value: "163" +label: "Saint Eustache (599)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2616 +data: 599 +value: "164" +label: "Saint Martin (599)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2617 +data: 649 +value: "165" +label: "Turks et caicos (649)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2618 +data: 664 +value: "166" +label: "Monteserrat (664)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2619 +data: 670 +value: "167" +label: "Saipan (670)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2620 +data: 671 +value: "168" +label: "Guam (671)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2621 +data: 672 +value: "169" +label: "Antarctique-Casey (672)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2622 +data: 672 +value: "170" +label: "Antarctique-Scott (672)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2623 +data: 672 +value: "171" +label: "Ile de Norfolk (672)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2624 +data: 673 +value: "172" +label: "Brunei Darussalam (673)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2625 +data: 674 +value: "173" +label: "Nauru (674)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2626 +data: 675 +value: "174" +label: "Papouasie - Nouvelle Guinée (675)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2627 +data: 676 +value: "175" +label: "Tonga (676)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2628 +data: 677 +value: "176" +label: "Iles Salomon (677)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2629 +data: 678 +value: "177" +label: "Vanuatu (678)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2630 +data: 679 +value: "178" +label: "Fidji (679)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2631 +data: 680 +value: "179" +label: "Palau (680)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2632 +data: 681 +value: "180" +label: "Wallis et Futuna (681)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2633 +data: 682 +value: "181" +label: "Iles Cook (682)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2634 +data: 683 +value: "182" +label: "Niue (683)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2635 +data: 684 +value: "183" +label: "Samoa Américaines (684)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2636 +data: 685 +value: "184" +label: "Samoa occidentales (685)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2637 +data: 686 +value: "185" +label: "Kiribati (686)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2638 +data: 687 +value: "186" +label: "Nouvelle-Calédonie (687)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2639 +data: 688 +value: "187" +label: "Tuvalu (688)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2640 +data: 689 +value: "188" +label: "Polynésie Française (689)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2641 +data: 690 +value: "189" +label: "Tokelau (690)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2642 +data: 691 +value: "190" +label: "Micronésie (691)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2643 +data: 692 +value: "191" +label: "Marshall (692)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2644 +data: 1758 +value: "192" +label: "Sainte-Lucie (1758)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2645 +data: 1767 +value: "193" +label: "Dominique (1767)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2646 +data: 1787 +value: "194" +label: "Porto Rico (1787)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2647 +data: 809 +value: "195" +label: "République Dominicaine (809)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2648 +data: 809 +value: "196" +label: "Saint-Vincent-et-les Grenadines (809)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2649 +data: 850 +value: "197" +label: "Corée du Nord (850)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2650 +data: 852 +value: "198" +label: "Hong Kong (852)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2651 +data: 853 +value: "199" +label: "Macao (853)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2652 +data: 855 +value: "200" +label: "Cambodge (855)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2653 +data: 856 +value: "201" +label: "Laos (856)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2654 +data: 1868 +value: "202" +label: "Trinité-et-Tobago (1868)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2655 +data: 869 +value: "203" +label: "Saint-Christophe-et-Niévès (869)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2656 +data: 871 +value: "204" +label: "Atlantique Est (871)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2657 +data: 872 +value: "205" +label: "Marisat (Atlantique Est) (872)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2658 +data: 873 +value: "206" +label: "Marisat (Atlantique Ouest) (873)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2659 +data: 874 +value: "207" +label: "Atlantique Ouest (874)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2660 +data: 1876 +value: "208" +label: "Jamaïque (1876)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2661 +data: 880 +value: "209" +label: "Bangladesh (880)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2662 +data: 886 +value: "210" +label: "Taiwan (886)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2663 +data: 960 +value: "211" +label: "Maldives (960)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2664 +data: 961 +value: "212" +label: "Liban (961)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2665 +data: 962 +value: "213" +label: "Jordanie (962)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2666 +data: 963 +value: "214" +label: "Syrie (963)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2667 +data: 964 +value: "215" +label: "Iraq (964)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2668 +data: 965 +value: "216" +label: "Koweït (965)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2669 +data: 966 +value: "217" +label: "Arabie saoudite (966)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2670 +data: 967 +value: "218" +label: "Yémen (967)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2671 +data: 968 +value: "219" +label: "Oman (968)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2672 +data: 970 +value: "220" +label: "Palestine (970)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2673 +data: 971 +value: "221" +label: "Emirats arabes unis (971)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2674 +data: 972 +value: "222" +label: "Israà«l (972)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2675 +data: 973 +value: "223" +label: "Bahreïn (973)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2676 +data: 974 +value: "224" +label: "Qatar (974)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2677 +data: 975 +value: "225" +label: "Bhoutan (975)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2678 +data: 976 +value: "226" +label: "Mongolie (976)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2679 +data: 977 +value: "227" +label: "Népal (977)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2680 +data: 992 +value: "228" +label: "Tadjikistan (Rep. du) (992)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2681 +data: 993 +value: "229" +label: "Turkménistan (993)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2682 +data: 994 +value: "230" +label: "Azerbaïdjan (994)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2683 +data: 995 +value: "231" +label: "Géorgie (995)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2684 +data: 996 +value: "232" +label: "Kirghizistan (996)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2685 +data: 1264 +value: "233" +label: "Anguilla (1264)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2686 +data: 1268 +value: "234" +label: "Antigua et Barbuda (1268)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2687 +data: 1284 +value: "235" +label: "Vierges Britanniques (Iles) (1284)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2688 +data: 1340 +value: "236" +label: "Vierges Américaines (Iles) (1340)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2689 +data: 1345 +value: "237" +label: "Cayman (Iles) (1345)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2690 +data: 1649 +value: "238" +label: "Turks et Caïcos (Iles) (1649)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2691 +data: 1664 +value: "239" +label: "Montserrat (1664)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2692 +data: 1809 +value: "240" +label: "Saint-Vincent-et-Grenadines (1809)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2693 +data: 1808 +value: "241" +label: "Hawaï (1808)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2694 +data: 1809 +value: "242" +label: "Dominicaine (Rep.) (1809)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2695 +data: 1869 +value: "243" +label: "Saint-Kitts-et-Nevis (1869)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2696 +data: 6723 +value: "244" +label: "Norfolk (Ile) (6723)" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
duplicate_preferred_choices | true |
errors | Symfony\Component\Form\FormErrorIterator {#2450 -errors: [] -form: Symfony\Component\Form\Form {#2319 …} } |
expanded | false |
form | Symfony\Component\Form\FormView {#2449 …5} |
full_name | "taking_appointment_form[patient][country_phone_code][country_phone_code]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "taking_appointment_form_patient_country_phone_code_country_phone_code" |
is_selected | Closure($choice, $value) {#2451 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "country_phone_code" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [ 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2462 +data: 33 +value: "10" +label: "France (33)" +attr: [] +labelTranslationParameters: [] } ] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
sortable | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_taking_appointment_form_patient_country_phone_code_country_phone_code" |
valid | true |
value | "" |
phone
"App\Form\Type\TextMaskType"
Errors
This form has no errors.
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" => "Tél portable" ] |
[ "placeholder" => "Tél portable" ] |
label | false |
same as passed value |
mask | "09.99.99.99.99" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Tél portable" ] |
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 {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2174 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
label_translation_parameters | [] |
mapped | true |
mask | "09.99.99.99.99" |
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 |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2173 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#2175 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Tél portable" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text_mask" "_taking_appointment_form_patient_phone" ] |
cache_key | "_taking_appointment_form_patient_phone_text_mask" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2447 -errors: [] -form: Symfony\Component\Form\Form {#2322 …} } |
form | Symfony\Component\Form\FormView {#2448 …5} |
full_name | "taking_appointment_form[patient][phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "taking_appointment_form_patient_phone" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mask | "09.99.99.99.99" |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_taking_appointment_form_patient_phone" |
valid | true |
value | "" |
phone_town
"App\Form\Type\TextMaskType"
Errors
This form has no errors.
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" => "Tél fixe" ] |
[ "placeholder" => "Tél fixe" ] |
label | false |
same as passed value |
mask | "99.99.99.99.99" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Tél fixe" ] |
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 {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2132 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
label_translation_parameters | [] |
mapped | true |
mask | "99.99.99.99.99" |
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 |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2134 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#2133 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Tél fixe" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text_mask" "_taking_appointment_form_patient_phone_town" ] |
cache_key | "_taking_appointment_form_patient_phone_town_text_mask" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2700 -errors: [] -form: Symfony\Component\Form\Form {#2325 …} } |
form | Symfony\Component\Form\FormView {#2697 …5} |
full_name | "taking_appointment_form[patient][phone_town]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "taking_appointment_form_patient_phone_town" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mask | "99.99.99.99.99" |
method | "POST" |
multipart | false |
name | "phone_town" |
priority | 0 |
required | false |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_taking_appointment_form_patient_phone_town" |
valid | true |
value | "" |
annulation_suspension
Errors
This form has no errors.
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 | [ "onchange" => "sixMonthAlert()" ] |
[ "onchange" => "sixMonthAlert()" ] |
choices | [ "Choisir annulation/suspension" => "0" "Annulation 6 mois ou plus" => "5" "Annulation moins de 6 mois" => "4" "Autre" => "8" "Suspension 6 mois ou plus" => "7" "Suspension moins de 6 mois" => "6" ] |
[ "Choisir annulation/suspension" => "0" "Annulation 6 mois ou plus" => "5" "Annulation moins de 6 mois" => "4" "Autre" => "8" "Suspension 6 mois ou plus" => "7" "Suspension moins de 6 mois" => "6" ] |
label | false |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "onchange" => "sixMonthAlert()" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_lazy | false |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Choisir annulation/suspension" => "0" "Annulation 6 mois ou plus" => "5" "Annulation moins de 6 mois" => "4" "Autre" => "8" "Suspension 6 mois ou plus" => "7" "Suspension moins de 6 mois" => "6" ] |
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 {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2217 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#2213 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "onchange" => "sixMonthAlert()" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_taking_appointment_form_patient_annulation_suspension" ] |
cache_key | "_taking_appointment_form_patient_annulation_suspension_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2701 +data: "0" +value: "0" +label: "Choisir annulation/suspension" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2702 +data: "5" +value: "5" +label: "Annulation 6 mois ou plus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2703 +data: "4" +value: "4" +label: "Annulation moins de 6 mois" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2704 +data: "8" +value: "8" +label: "Autre" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2705 +data: "7" +value: "7" +label: "Suspension 6 mois ou plus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2706 +data: "6" +value: "6" +label: "Suspension moins de 6 mois" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
duplicate_preferred_choices | true |
errors | Symfony\Component\Form\FormErrorIterator {#2698 -errors: [] -form: Symfony\Component\Form\Form {#2328 …} } |
expanded | false |
form | Symfony\Component\Form\FormView {#2699 …5} |
full_name | "taking_appointment_form[patient][annulation_suspension]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "taking_appointment_form_patient_annulation_suspension" |
is_selected | Closure($choice, $value) {#2708 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "annulation_suspension" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
sortable | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_taking_appointment_form_patient_annulation_suspension" |
valid | true |
value | "" |
reason
Errors
This form has no errors.
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 |
---|---|---|
choices | [ "Choisir la raison" => "0" "Accident" => "7" "Alcool" => "5" "Bilan neuropsy" => "18" "Contrôle médical d'aptitude à la conduite" => "13" "Défaut de points" => "8" "Invalidation" => "15" "Refus d'obtempérer" => "14" "Stupéfiants" => "6" "Vitesse" => "4" ] |
[ "Choisir la raison" => "0" "Accident" => "7" "Alcool" => "5" "Bilan neuropsy" => "18" "Contrôle médical d'aptitude à la conduite" => "13" "Défaut de points" => "8" "Invalidation" => "15" "Refus d'obtempérer" => "14" "Stupéfiants" => "6" "Vitesse" => "4" ] |
label | false |
same as passed value |
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 |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_lazy | false |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Choisir la raison" => "0" "Accident" => "7" "Alcool" => "5" "Bilan neuropsy" => "18" "Contrôle médical d'aptitude à la conduite" => "13" "Défaut de points" => "8" "Invalidation" => "15" "Refus d'obtempérer" => "14" "Stupéfiants" => "6" "Vitesse" => "4" ] |
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 {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2229 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#2223 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_taking_appointment_form_patient_reason" ] |
cache_key | "_taking_appointment_form_patient_reason_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2711 +data: "0" +value: "0" +label: "Choisir la raison" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2712 +data: "7" +value: "7" +label: "Accident" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2713 +data: "5" +value: "5" +label: "Alcool" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2714 +data: "18" +value: "18" +label: "Bilan neuropsy" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2715 +data: "13" +value: "13" +label: "Contrôle médical d'aptitude à la conduite" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2716 +data: "8" +value: "8" +label: "Défaut de points" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2717 +data: "15" +value: "15" +label: "Invalidation" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2718 +data: "14" +value: "14" +label: "Refus d'obtempérer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2719 +data: "6" +value: "6" +label: "Stupéfiants" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2720 +data: "4" +value: "4" +label: "Vitesse" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
duplicate_preferred_choices | true |
errors | Symfony\Component\Form\FormErrorIterator {#2709 -errors: [] -form: Symfony\Component\Form\Form {#2331 …} } |
expanded | false |
form | Symfony\Component\Form\FormView {#2710 …5} |
full_name | "taking_appointment_form[patient][reason]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "taking_appointment_form_patient_reason" |
is_selected | Closure($choice, $value) {#2722 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "reason" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
sortable | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_taking_appointment_form_patient_reason" |
valid | true |
value | "" |
promo_code
"App\Form\Type\RegexMaskType"
Errors
This form has no errors.
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" => "Code promotionnel" ] |
[ "placeholder" => "Code promotionnel" ] |
label | false |
same as passed value |
regex | ".*" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Code promotionnel" ] |
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 {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2238 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
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 |
regex | ".*" |
required | false |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2240 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#2239 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Code promotionnel" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "regex_mask" "_taking_appointment_form_patient_promo_code" ] |
cache_key | "_taking_appointment_form_patient_promo_code_regex_mask" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2723 -errors: [] -form: Symfony\Component\Form\Form {#2334 …} } |
form | Symfony\Component\Form\FormView {#2724 …5} |
full_name | "taking_appointment_form[patient][promo_code]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "taking_appointment_form_patient_promo_code" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "promo_code" |
priority | 0 |
regex | ".*" |
required | false |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_taking_appointment_form_patient_promo_code" |
valid | true |
value | "" |
pbx_name
"App\Form\Type\RegexMaskType"
Errors
This form has no errors.
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" => "Nom" ] |
[ "placeholder" => "Nom" ] |
label | false |
same as passed value |
regex | "[a-z A-Z]{1,50}" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Nom" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2247 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
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 |
regex | "[a-z A-Z]{1,50}" |
required | true |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2249 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#2248 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Nom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "regex_mask" "_taking_appointment_form_patient_pbx_name" ] |
cache_key | "_taking_appointment_form_patient_pbx_name_regex_mask" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2725 -errors: [] -form: Symfony\Component\Form\Form {#2337 …} } |
form | Symfony\Component\Form\FormView {#2726 …5} |
full_name | "taking_appointment_form[patient][pbx_name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "taking_appointment_form_patient_pbx_name" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "pbx_name" |
priority | 0 |
regex | "[a-z A-Z]{1,50}" |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_taking_appointment_form_patient_pbx_name" |
valid | true |
value | "" |
pbx_surname
"App\Form\Type\RegexMaskType"
Errors
This form has no errors.
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" => "Prénom" ] |
[ "placeholder" => "Prénom" ] |
label | false |
same as passed value |
regex | "[a-z A-Z]{1,50}" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Prénom" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2256 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
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 |
regex | "[a-z A-Z]{1,50}" |
required | true |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2258 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#2257 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Prénom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "regex_mask" "_taking_appointment_form_patient_pbx_surname" ] |
cache_key | "_taking_appointment_form_patient_pbx_surname_regex_mask" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2727 -errors: [] -form: Symfony\Component\Form\Form {#2340 …} } |
form | Symfony\Component\Form\FormView {#2728 …5} |
full_name | "taking_appointment_form[patient][pbx_surname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "taking_appointment_form_patient_pbx_surname" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "pbx_surname" |
priority | 0 |
regex | "[a-z A-Z]{1,50}" |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_taking_appointment_form_patient_pbx_surname" |
valid | true |
value | "" |
pbx_address
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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" => "Adresse" ] |
[ "placeholder" => "Adresse" ] |
label | false |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Adresse" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2265 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
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 |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2267 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#2266 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Adresse" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_taking_appointment_form_patient_pbx_address" ] |
cache_key | "_taking_appointment_form_patient_pbx_address_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2729 -errors: [] -form: Symfony\Component\Form\Form {#2343 …} } |
form | Symfony\Component\Form\FormView {#2730 …5} |
full_name | "taking_appointment_form[patient][pbx_address]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "taking_appointment_form_patient_pbx_address" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "pbx_address" |
priority | 0 |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_taking_appointment_form_patient_pbx_address" |
valid | true |
value | "" |
pbx_zipcode
"App\Form\Type\RegexMaskType"
Errors
This form has no errors.
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" => "Code Postal" ] |
[ "placeholder" => "Code Postal" ] |
label | false |
same as passed value |
regex | "[0-9]+" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Code Postal" ] |
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 {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2274 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
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 |
regex | "[0-9]+" |
required | true |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2276 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#2275 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Code Postal" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "regex_mask" "_taking_appointment_form_patient_pbx_zipcode" ] |
cache_key | "_taking_appointment_form_patient_pbx_zipcode_regex_mask" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2731 -errors: [] -form: Symfony\Component\Form\Form {#2346 …} } |
form | Symfony\Component\Form\FormView {#2732 …5} |
full_name | "taking_appointment_form[patient][pbx_zipcode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "taking_appointment_form_patient_pbx_zipcode" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "pbx_zipcode" |
priority | 0 |
regex | "[0-9]+" |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_taking_appointment_form_patient_pbx_zipcode" |
valid | true |
value | "" |
pbx_city
"App\Form\Type\RegexMaskType"
Errors
This form has no errors.
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" => "Ville" ] |
[ "placeholder" => "Ville" ] |
label | false |
same as passed value |
regex | "[a-zA-Z-']+" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Ville" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2283 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
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 |
regex | "[a-zA-Z-']+" |
required | true |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2285 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#2284 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Ville" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "regex_mask" "_taking_appointment_form_patient_pbx_city" ] |
cache_key | "_taking_appointment_form_patient_pbx_city_regex_mask" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2733 -errors: [] -form: Symfony\Component\Form\Form {#2349 …} } |
form | Symfony\Component\Form\FormView {#2734 …5} |
full_name | "taking_appointment_form[patient][pbx_city]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "taking_appointment_form_patient_pbx_city" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "pbx_city" |
priority | 0 |
regex | "[a-zA-Z-']+" |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_taking_appointment_form_patient_pbx_city" |
valid | true |
value | "" |
captcha
"App\Form\ReCaptchaType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
type | "invisible" |
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 {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2111 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
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 |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
type | "invisible" |
upload_max_size_message | Closure() {#2113 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#2112 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "re_captcha" "_taking_appointment_form_captcha" ] |
cache_key | "_taking_appointment_form_captcha_re_captcha" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2435 -errors: [] -form: Symfony\Component\Form\Form {#2352 …} } |
form | Symfony\Component\Form\FormView {#2436 …5} |
full_name | "taking_appointment_form[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "taking_appointment_form_captcha" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "captcha" |
priority | 0 |
required | true |
row_attr | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
type | "invisible" |
unique_block_prefix | "_taking_appointment_form_captcha" |
valid | true |
value | null |
save
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "btn btn-menu my-2" ] |
[ "class" => "btn btn-menu my-2" ] |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "btn btn-menu my-2" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | null |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Vars
Variable | Value |
---|---|
attr | [ "class" => "btn btn-menu my-2" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_taking_appointment_form_save" ] |
cache_key | "_taking_appointment_form_save_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#2735 …5} |
full_name | "taking_appointment_form[save]" |
id | "taking_appointment_form_save" |
label | null |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "save" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_taking_appointment_form_save" |
value | null |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "2952d0ba7520af9b9e5cb471fbe0a352.39Wn29i3d_nnKbxUwuVdoIqqwt2B08-fluWpXhFw2N8.ua396ejNHrWvc4pllask7sPAqOnjo6Cu2o6eFyIZirabnsSo6uEnm9du2w" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
block_prefix | "csrf_token" |
same as passed value |
data | "2952d0ba7520af9b9e5cb471fbe0a352.39Wn29i3d_nnKbxUwuVdoIqqwt2B08-fluWpXhFw2N8.ua396ejNHrWvc4pllask7sPAqOnjo6Cu2o6eFyIZirabnsSo6uEnm9du2w" |
same as passed value |
mapped | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-controller" => "csrf-protection" ] |
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 {#632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#621 …} -namespace: Closure() {#854 …} } |
data | "2952d0ba7520af9b9e5cb471fbe0a352.39Wn29i3d_nnKbxUwuVdoIqqwt2B08-fluWpXhFw2N8.ua396ejNHrWvc4pllask7sPAqOnjo6Cu2o6eFyIZirabnsSo6uEnm9du2w" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2431 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
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 |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2737 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $message: Closure() {#2736 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-controller" => "csrf-protection" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_taking_appointment_form__token" ] |
cache_key | "_taking_appointment_form__token_hidden" |
compound | false |
data | "2952d0ba7520af9b9e5cb471fbe0a352.39Wn29i3d_nnKbxUwuVdoIqqwt2B08-fluWpXhFw2N8.ua396ejNHrWvc4pllask7sPAqOnjo6Cu2o6eFyIZirabnsSo6uEnm9du2w" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2747 -errors: [] -form: Symfony\Component\Form\Form {#2743 …} } |
form | Symfony\Component\Form\FormView {#2738 …5} |
full_name | "taking_appointment_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "taking_appointment_form__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 | [] |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ [ "path" => "bundles/sonataadmin/app.js" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.js" "package_name" => "sonata_admin" ] ] "stylesheets" => [ [ "path" => "bundles/sonataadmin/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataform/app.css" "package_name" => "sonata_admin" ] [ "path" => "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" "package_name" => "sonata_admin" ] ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_taking_appointment_form__token" |
valid | true |
value | "2952d0ba7520af9b9e5cb471fbe0a352.39Wn29i3d_nnKbxUwuVdoIqqwt2B08-fluWpXhFw2N8.ua396ejNHrWvc4pllask7sPAqOnjo6Cu2o6eFyIZirabnsSo6uEnm9du2w" |