Forms
-
booking_starter
-
firstName
-
lastName
-
email
-
mobilePhone
-
nbChild
-
nbAdult
-
starter
-
starterSchedule
-
captcha
-
_token
-
booking_starter
Form type:
"App\Form\BookingStarterType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\StarterBooking {#909 -id: Symfony\Component\Uid\UuidV4 {#918 …} -firstName: null -lastName: null -phone: null -mobilePhone: null -email: null -nbChild: null -nbAdult: null -starter: null -starterSchedule: null -isPaid: null -city: null -user: null -created_at: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\StarterBooking {#909 -id: Symfony\Component\Uid\UuidV4 {#918 …} -firstName: null -lastName: null -phone: null -mobilePhone: null -email: null -nbChild: null -nbAdult: null -starter: null -starterSchedule: null -isPaid: null -city: null -user: null -created_at: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#866 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#867 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#868 …} -namespace: Closure() {#870 …} } |
| data | App\Entity\StarterBooking {#909 -id: Symfony\Component\Uid\UuidV4 {#918 …} -firstName: null -lastName: null -phone: null -mobilePhone: null -email: null -nbChild: null -nbAdult: null -starter: null -starterSchedule: null -isPaid: null -city: null -user: null -created_at: null } |
| data_class | "App\Entity\StarterBooking" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#788 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\StarterBooking" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#786 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#787 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "booking_starter" "_booking_starter" ] |
| cache_key | "_booking_starter_booking_starter" |
| compound | true |
| data | App\Entity\StarterBooking {#909 -id: Symfony\Component\Uid\UuidV4 {#918 …} -firstName: null -lastName: null -phone: null -mobilePhone: null -email: null -nbChild: null -nbAdult: null -starter: null -starterSchedule: null -isPaid: null -city: null -user: null -created_at: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1258 -form: Symfony\Component\Form\Form {#1084 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1238 …5} |
| full_name | "booking_starter" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "booking_starter" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "booking_starter" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_starter" |
| valid | true |
| value | App\Entity\StarterBooking {#909 -id: Symfony\Component\Uid\UuidV4 {#918 …} -firstName: null -lastName: null -phone: null -mobilePhone: null -email: null -nbChild: null -nbAdult: null -starter: null -starterSchedule: null -isPaid: null -city: null -user: null -created_at: null } |
firstName
Form type:
"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" => "Votre prénom*" ] |
[ "placeholder" => "Votre prénom*" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Votre 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 {#866 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#867 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#868 …} -namespace: Closure() {#870 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#958 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 | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#725 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#831 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Votre prénom*" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_booking_starter_firstName" ] |
| cache_key | "_booking_starter_firstName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1267 -form: Symfony\Component\Form\Form {#1122 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1269 …5} |
| full_name | "booking_starter[firstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "booking_starter_firstName" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_starter_firstName" |
| valid | true |
| value | "" |
lastName
Form type:
"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" => "Votre nom*" ] |
[ "placeholder" => "Votre nom*" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Votre nom*" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#866 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#867 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#868 …} -namespace: Closure() {#870 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#942 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 | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#960 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#959 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Votre nom*" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_booking_starter_lastName" ] |
| cache_key | "_booking_starter_lastName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1266 -form: Symfony\Component\Form\Form {#1125 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1265 …5} |
| full_name | "booking_starter[lastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "booking_starter_lastName" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_starter_lastName" |
| valid | true |
| value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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" => "Votre e-mail*" ] |
[ "placeholder" => "Votre e-mail*" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Votre e-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 {#866 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#867 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#868 …} -namespace: Closure() {#870 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#968 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 | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#973 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#967 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Votre e-mail*" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_booking_starter_email" ] |
| cache_key | "_booking_starter_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1264 -form: Symfony\Component\Form\Form {#1128 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1263 …5} |
| full_name | "booking_starter[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "booking_starter_email" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_starter_email" |
| valid | true |
| value | "" |
mobilePhone
Form type:
"Symfony\Component\Form\Extension\Core\Type\TelType"
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" => "Votre numéro de téléphone mobile*" ] |
[ "placeholder" => "Votre numéro de téléphone mobile*" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Votre numéro de téléphone mobile*" ] |
| 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 {#866 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#867 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#868 …} -namespace: Closure() {#870 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#981 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 | [] |
| inherit_data | false |
| invalid_message | "Please provide a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#986 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#980 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Votre numéro de téléphone mobile*" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_booking_starter_mobilePhone" ] |
| cache_key | "_booking_starter_mobilePhone_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1255 -form: Symfony\Component\Form\Form {#1086 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1252 …5} |
| full_name | "booking_starter[mobilePhone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "booking_starter_mobilePhone" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "mobilePhone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_starter_mobilePhone" |
| valid | true |
| value | "" |
nbChild
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" => "Nombre d'enfant(s)*" ] |
[ "placeholder" => "Nombre d'enfant(s)*" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nombre d'enfant(s)*" ] |
| 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 {#866 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#867 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#868 …} -namespace: Closure() {#870 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#993 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 |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | false |
| inherit_data | false |
| input | "number" |
| invalid_message | "Please enter a number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| rounding_mode | 6 |
| row_attr | [] |
| scale | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1000 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#999 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nombre d'enfant(s)*" "inputmode" => "decimal" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "number" "_booking_starter_nbChild" ] |
| cache_key | "_booking_starter_nbChild_number" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1245 -form: Symfony\Component\Form\Form {#1089 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1240 …5} |
| full_name | "booking_starter[nbChild]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "booking_starter_nbChild" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nbChild" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_starter_nbChild" |
| valid | true |
| value | "" |
nbAdult
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" => "Nombre d'adulte(s)*" ] |
[ "placeholder" => "Nombre d'adulte(s)*" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nombre d'adulte(s)*" ] |
| 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 {#866 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#867 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#868 …} -namespace: Closure() {#870 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1011 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 |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | false |
| inherit_data | false |
| input | "number" |
| invalid_message | "Please enter a number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| rounding_mode | 6 |
| row_attr | [] |
| scale | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1012 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#1014 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nombre d'adulte(s)*" "inputmode" => "decimal" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "number" "_booking_starter_nbAdult" ] |
| cache_key | "_booking_starter_nbAdult_number" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1254 -form: Symfony\Component\Form\Form {#1092 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1256 …5} |
| full_name | "booking_starter[nbAdult]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "booking_starter_nbAdult" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nbAdult" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_starter_nbAdult" |
| valid | true |
| value | "" |
starter
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 | [ App\Entity\Starter {#698 -id: Symfony\Component\Uid\UuidV4 {#776 …} -name: "Petit Déjeuner européen" -isActive: true -city: Proxies\__CG__\App\Entity\City {#730 …} -starterBookings: Doctrine\ORM\PersistentCollection {#842 …} -starterSchedule: Doctrine\ORM\PersistentCollection {#735 …} -starterOrder: 1 } ] |
[ App\Entity\Starter {#698 -id: Symfony\Component\Uid\UuidV4 {#776 …} -name: "Petit Déjeuner européen" -isActive: true -city: Proxies\__CG__\App\Entity\City {#730 …} -starterBookings: Doctrine\ORM\PersistentCollection {#842 …} -starterSchedule: Doctrine\ORM\PersistentCollection {#735 …} -starterOrder: 1 } ] |
| class | "App\Entity\Starter" |
same as passed value |
| mapped | false |
false
|
| placeholder | "Sélectionnez votre formule" |
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 | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1039 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#1054 …} } |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1043 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1042 …} } |
| choices | [ App\Entity\Starter {#698 -id: Symfony\Component\Uid\UuidV4 {#776 …} -name: "Petit Déjeuner européen" -isActive: true -city: Proxies\__CG__\App\Entity\City {#730 …} -starterBookings: Doctrine\ORM\PersistentCollection {#842 …} -starterSchedule: Doctrine\ORM\PersistentCollection {#735 …} -starterOrder: 1 } ] |
| class | "App\Entity\Starter" |
| 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 {#866 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#867 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#868 …} -namespace: Closure() {#870 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerAT843bl\EntityManagerGhostEbeb667 {#432 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1047 -singleId: true -intId: false -idField: "id" -associationIdReader: null -om: ContainerAT843bl\EntityManagerGhostEbeb667 {#432 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#832 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| multiple | false |
| placeholder | "Sélectionnez votre formule" |
| 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 |
| query_builder | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1048 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#1050 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_booking_starter_starter" ] |
| cache_key | "_booking_starter_starter_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1262 +label: "Petit Déjeuner européen - Beuvry la Forêt" +value: "3627a764-1bdd-47b6-abc2-ec0af09e50d8" +data: App\Entity\Starter {#698 -id: Symfony\Component\Uid\UuidV4 {#776 …} -name: "Petit Déjeuner européen" -isActive: true -city: Proxies\__CG__\App\Entity\City {#730 …} -starterBookings: Doctrine\ORM\PersistentCollection {#842 …} -starterSchedule: Doctrine\ORM\PersistentCollection {#735 …} -starterOrder: 1 } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1257 -form: Symfony\Component\Form\Form {#1095 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1261 …5} |
| full_name | "booking_starter[starter]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "booking_starter_starter" |
| is_selected | Closure($choice, $value) {#1271 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "starter" |
| placeholder | "Sélectionnez votre formule" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_starter_starter" |
| valid | true |
| value | "" |
starterSchedule
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 | [ App\Entity\StarterSchedule {#717 -id: Symfony\Component\Uid\UuidV4 {#716 …} -libelle: "7h30-8h30" -isActive: true -city: Proxies\__CG__\App\Entity\City {#730 …} -starters: Doctrine\ORM\PersistentCollection {#702 …} -starterBookings: Doctrine\ORM\PersistentCollection {#948 …} } App\Entity\StarterSchedule {#954 -id: Symfony\Component\Uid\UuidV4 {#950 …} -libelle: "8h30-9h30" -isActive: true -city: Proxies\__CG__\App\Entity\City {#730 …} -starters: Doctrine\ORM\PersistentCollection {#955 …} -starterBookings: Doctrine\ORM\PersistentCollection {#940 …} } App\Entity\StarterSchedule {#756 -id: Symfony\Component\Uid\UuidV4 {#834 …} -libelle: "9h30-10h" -isActive: true -city: Proxies\__CG__\App\Entity\City {#730 …} -starters: Doctrine\ORM\PersistentCollection {#729 …} -starterBookings: Doctrine\ORM\PersistentCollection {#701 …} } ] |
[ App\Entity\StarterSchedule {#717 -id: Symfony\Component\Uid\UuidV4 {#716 …} -libelle: "7h30-8h30" -isActive: true -city: Proxies\__CG__\App\Entity\City {#730 …} -starters: Doctrine\ORM\PersistentCollection {#702 …} -starterBookings: Doctrine\ORM\PersistentCollection {#948 …} } App\Entity\StarterSchedule {#954 -id: Symfony\Component\Uid\UuidV4 {#950 …} -libelle: "8h30-9h30" -isActive: true -city: Proxies\__CG__\App\Entity\City {#730 …} -starters: Doctrine\ORM\PersistentCollection {#955 …} -starterBookings: Doctrine\ORM\PersistentCollection {#940 …} } App\Entity\StarterSchedule {#756 -id: Symfony\Component\Uid\UuidV4 {#834 …} -libelle: "9h30-10h" -isActive: true -city: Proxies\__CG__\App\Entity\City {#730 …} -starters: Doctrine\ORM\PersistentCollection {#729 …} -starterBookings: Doctrine\ORM\PersistentCollection {#701 …} } ] |
| class | "App\Entity\StarterSchedule" |
same as passed value |
| mapped | false |
false
|
| placeholder | "Sélectionnez votre créneau" |
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 | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1039 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#1054 …} } |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1056 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1059 …} } |
| choices | [ App\Entity\StarterSchedule {#717 -id: Symfony\Component\Uid\UuidV4 {#716 …} -libelle: "7h30-8h30" -isActive: true -city: Proxies\__CG__\App\Entity\City {#730 …} -starters: Doctrine\ORM\PersistentCollection {#702 …} -starterBookings: Doctrine\ORM\PersistentCollection {#948 …} } App\Entity\StarterSchedule {#954 -id: Symfony\Component\Uid\UuidV4 {#950 …} -libelle: "8h30-9h30" -isActive: true -city: Proxies\__CG__\App\Entity\City {#730 …} -starters: Doctrine\ORM\PersistentCollection {#955 …} -starterBookings: Doctrine\ORM\PersistentCollection {#940 …} } App\Entity\StarterSchedule {#756 -id: Symfony\Component\Uid\UuidV4 {#834 …} -libelle: "9h30-10h" -isActive: true -city: Proxies\__CG__\App\Entity\City {#730 …} -starters: Doctrine\ORM\PersistentCollection {#729 …} -starterBookings: Doctrine\ORM\PersistentCollection {#701 …} } ] |
| class | "App\Entity\StarterSchedule" |
| 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 {#866 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#867 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#868 …} -namespace: Closure() {#870 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerAT843bl\EntityManagerGhostEbeb667 {#432 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1055 -singleId: true -intId: false -idField: "id" -associationIdReader: null -om: ContainerAT843bl\EntityManagerGhostEbeb667 {#432 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#754 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| multiple | false |
| placeholder | "Sélectionnez votre créneau" |
| 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 |
| query_builder | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1060 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#1052 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_booking_starter_starterSchedule" ] |
| cache_key | "_booking_starter_starterSchedule_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1259 +label: "7h30-8h30" +value: "046362c2-f455-4804-8814-b7e4b85bc9df" +data: App\Entity\StarterSchedule {#717 -id: Symfony\Component\Uid\UuidV4 {#716 …} -libelle: "7h30-8h30" -isActive: true -city: Proxies\__CG__\App\Entity\City {#730 …} -starters: Doctrine\ORM\PersistentCollection {#702 …} -starterBookings: Doctrine\ORM\PersistentCollection {#948 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1260 +label: "8h30-9h30" +value: "b04f05a8-d5a4-4404-9f23-93c011e53cff" +data: App\Entity\StarterSchedule {#954 -id: Symfony\Component\Uid\UuidV4 {#950 …} -libelle: "8h30-9h30" -isActive: true -city: Proxies\__CG__\App\Entity\City {#730 …} -starters: Doctrine\ORM\PersistentCollection {#955 …} -starterBookings: Doctrine\ORM\PersistentCollection {#940 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1275 +label: "9h30-10h" +value: "de827a36-8b3f-4207-a201-c259a55b45c1" +data: App\Entity\StarterSchedule {#756 -id: Symfony\Component\Uid\UuidV4 {#834 …} -libelle: "9h30-10h" -isActive: true -city: Proxies\__CG__\App\Entity\City {#730 …} -starters: Doctrine\ORM\PersistentCollection {#729 …} -starterBookings: Doctrine\ORM\PersistentCollection {#701 …} } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1273 -form: Symfony\Component\Form\Form {#1098 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1272 …5} |
| full_name | "booking_starter[starterSchedule]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "booking_starter_starterSchedule" |
| is_selected | Closure($choice, $value) {#1277 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "starterSchedule" |
| placeholder | "Sélectionnez votre créneau" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_starter_starterSchedule" |
| valid | true |
| value | "" |
captcha
Form type:
"Karser\Recaptcha3Bundle\Form\Recaptcha3Type"
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 |
|---|---|---|
| constraints | Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#769 +payload: null +groups: ? +message: "Votre ordinateur ou votre réseau envoie peut-être des requêtes automatisées." +messageMissingValue: "La valeur du captcha est manquante" } |
[ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#769 +payload: null +groups: ? +message: "Votre ordinateur ou votre réseau envoie peut-être des requêtes automatisées." +messageMissingValue: "La valeur du captcha est manquante" } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| action_name | "homepage" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#769 +payload: null +groups: ? +message: "Votre ordinateur ou votre réseau envoie peut-être des requêtes automatisées." +messageMissingValue: "La valeur du captcha est manquante" } ] |
| 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 {#866 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#867 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#868 …} -namespace: Closure() {#870 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1076 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 | [] |
| host | null |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| locale | "en" |
| 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 | [] |
| script_nonce_csp | "" |
| setter | null |
| site_key | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1078 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#1077 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| action_name | "homepage" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_booking_starter_captcha" ] |
| cache_key | "_booking_starter_captcha_karser_recaptcha3" |
| compound | false |
| data | null |
| disabled | false |
| enabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1278 -form: Symfony\Component\Form\Form {#1101 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1279 …5} |
| full_name | "booking_starter[captcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| host | "www.google.com" |
| id | "booking_starter_captcha" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| locale | "en" |
| method | "POST" |
| multipart | false |
| name | "captcha" |
| priority | 0 |
| required | false |
| row_attr | [] |
| script_nonce_csp | "" |
| site_key | "6LfsjlgqAAAAAIUZWRbSty8kZ_fdLN-_PHz2es4B" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_starter_captcha" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "5e8.wgD8mLlBZDsdle73p9XNQQZdIsWv4bx3_0vmwEPp81c.9Xmbro4lMlNw7Lmc05u3N2o0TqHapdoYumbSpA2PhGK1Mr7r5iMef23gmQ" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "5e8.wgD8mLlBZDsdle73p9XNQQZdIsWv4bx3_0vmwEPp81c.9Xmbro4lMlNw7Lmc05u3N2o0TqHapdoYumbSpA2PhGK1Mr7r5iMef23gmQ" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#866 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#867 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#868 …} -namespace: Closure() {#870 …} } |
| data | "5e8.wgD8mLlBZDsdle73p9XNQQZdIsWv4bx3_0vmwEPp81c.9Xmbro4lMlNw7Lmc05u3N2o0TqHapdoYumbSpA2PhGK1Mr7r5iMef23gmQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1295 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 | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1293 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#1294 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_booking_starter__token" ] |
| cache_key | "_booking_starter__token_hidden" |
| compound | false |
| data | "5e8.wgD8mLlBZDsdle73p9XNQQZdIsWv4bx3_0vmwEPp81c.9Xmbro4lMlNw7Lmc05u3N2o0TqHapdoYumbSpA2PhGK1Mr7r5iMef23gmQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1304 -form: Symfony\Component\Form\Form {#1300 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1292 …5} |
| full_name | "booking_starter[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "booking_starter__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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_booking_starter__token" |
| valid | true |
| value | "5e8.wgD8mLlBZDsdle73p9XNQQZdIsWv4bx3_0vmwEPp81c.9Xmbro4lMlNw7Lmc05u3N2o0TqHapdoYumbSpA2PhGK1Mr7r5iMef23gmQ" |