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 {#727 -id: Symfony\Component\Uid\UuidV4 {#725 …} -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 {#727 -id: Symfony\Component\Uid\UuidV4 {#725 …} -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 {#794 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#795 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#796 …} -namespace: Closure() {#798 …} } |
| data | App\Entity\StarterBooking {#727 -id: Symfony\Component\Uid\UuidV4 {#725 …} -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) {#818 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() {#820 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#819 …} $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 {#727 -id: Symfony\Component\Uid\UuidV4 {#725 …} -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 {#1254 -form: Symfony\Component\Form\Form {#1083 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1237 …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 {#727 -id: Symfony\Component\Uid\UuidV4 {#725 …} -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 {#794 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#795 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#796 …} -namespace: Closure() {#798 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#948 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() {#950 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#949 …} $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 {#1253 -form: Symfony\Component\Form\Form {#1086 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1239 …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 {#794 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#795 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#796 …} -namespace: Closure() {#798 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#957 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() {#959 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#958 …} $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 {#1255 -form: Symfony\Component\Form\Form {#1089 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1256 …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 {#794 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#795 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#796 …} -namespace: Closure() {#798 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#970 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() {#972 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#971 …} $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 {#1257 -form: Symfony\Component\Form\Form {#1092 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1258 …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 {#794 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#795 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#796 …} -namespace: Closure() {#798 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#983 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() {#985 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#984 …} $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 {#1259 -form: Symfony\Component\Form\Form {#1095 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1260 …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 {#794 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#795 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#796 …} -namespace: Closure() {#798 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#992 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() {#995 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#993 …} $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 {#1261 -form: Symfony\Component\Form\Form {#1098 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1262 …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 {#794 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#795 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#796 …} -namespace: Closure() {#798 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1009 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() {#1011 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#1013 …} $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 {#1263 -form: Symfony\Component\Form\Form {#1101 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1264 …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 {#872 -id: Symfony\Component\Uid\UuidV4 {#865 …} -name: "Petit Déjeuner européen" -isActive: true -city: Proxies\__CG__\App\Entity\City {#920 …} -starterBookings: Doctrine\ORM\PersistentCollection {#910 …} -starterSchedule: Doctrine\ORM\PersistentCollection {#890 …} -starterOrder: 1 } ] |
[ App\Entity\Starter {#872 -id: Symfony\Component\Uid\UuidV4 {#865 …} -name: "Petit Déjeuner européen" -isActive: true -city: Proxies\__CG__\App\Entity\City {#920 …} -starterBookings: Doctrine\ORM\PersistentCollection {#910 …} -starterSchedule: Doctrine\ORM\PersistentCollection {#890 …} -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 {#1038 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#1053 …} } |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1042 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1041 …} } |
| choices | [ App\Entity\Starter {#872 -id: Symfony\Component\Uid\UuidV4 {#865 …} -name: "Petit Déjeuner européen" -isActive: true -city: Proxies\__CG__\App\Entity\City {#920 …} -starterBookings: Doctrine\ORM\PersistentCollection {#910 …} -starterSchedule: Doctrine\ORM\PersistentCollection {#890 …} -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 {#794 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#795 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#796 …} -namespace: Closure() {#798 …} } |
| 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 {#1046 -singleId: true -intId: false -idField: "id" -associationIdReader: null -om: ContainerAT843bl\EntityManagerGhostEbeb667 {#432 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#826 …} } |
| 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() {#1047 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#1049 …} $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 {#1267 +label: "Petit Déjeuner européen - Beuvry la Forêt" +value: "3627a764-1bdd-47b6-abc2-ec0af09e50d8" +data: App\Entity\Starter {#872 -id: Symfony\Component\Uid\UuidV4 {#865 …} -name: "Petit Déjeuner européen" -isActive: true -city: Proxies\__CG__\App\Entity\City {#920 …} -starterBookings: Doctrine\ORM\PersistentCollection {#910 …} -starterSchedule: Doctrine\ORM\PersistentCollection {#890 …} -starterOrder: 1 } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1265 -form: Symfony\Component\Form\Form {#1104 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1266 …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) {#1269 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 {#925 -id: Symfony\Component\Uid\UuidV4 {#897 …} -libelle: "7h30-8h30" -isActive: true -city: Proxies\__CG__\App\Entity\City {#920 …} -starters: Doctrine\ORM\PersistentCollection {#928 …} -starterBookings: Doctrine\ORM\PersistentCollection {#930 …} } App\Entity\StarterSchedule {#934 -id: Symfony\Component\Uid\UuidV4 {#932 …} -libelle: "8h30-9h30" -isActive: true -city: Proxies\__CG__\App\Entity\City {#920 …} -starters: Doctrine\ORM\PersistentCollection {#935 …} -starterBookings: Doctrine\ORM\PersistentCollection {#937 …} } App\Entity\StarterSchedule {#941 -id: Symfony\Component\Uid\UuidV4 {#939 …} -libelle: "9h30-10h" -isActive: true -city: Proxies\__CG__\App\Entity\City {#920 …} -starters: Doctrine\ORM\PersistentCollection {#942 …} -starterBookings: Doctrine\ORM\PersistentCollection {#944 …} } ] |
[ App\Entity\StarterSchedule {#925 -id: Symfony\Component\Uid\UuidV4 {#897 …} -libelle: "7h30-8h30" -isActive: true -city: Proxies\__CG__\App\Entity\City {#920 …} -starters: Doctrine\ORM\PersistentCollection {#928 …} -starterBookings: Doctrine\ORM\PersistentCollection {#930 …} } App\Entity\StarterSchedule {#934 -id: Symfony\Component\Uid\UuidV4 {#932 …} -libelle: "8h30-9h30" -isActive: true -city: Proxies\__CG__\App\Entity\City {#920 …} -starters: Doctrine\ORM\PersistentCollection {#935 …} -starterBookings: Doctrine\ORM\PersistentCollection {#937 …} } App\Entity\StarterSchedule {#941 -id: Symfony\Component\Uid\UuidV4 {#939 …} -libelle: "9h30-10h" -isActive: true -city: Proxies\__CG__\App\Entity\City {#920 …} -starters: Doctrine\ORM\PersistentCollection {#942 …} -starterBookings: Doctrine\ORM\PersistentCollection {#944 …} } ] |
| 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 {#1038 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#1053 …} } |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1057 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1059 …} } |
| choices | [ App\Entity\StarterSchedule {#925 -id: Symfony\Component\Uid\UuidV4 {#897 …} -libelle: "7h30-8h30" -isActive: true -city: Proxies\__CG__\App\Entity\City {#920 …} -starters: Doctrine\ORM\PersistentCollection {#928 …} -starterBookings: Doctrine\ORM\PersistentCollection {#930 …} } App\Entity\StarterSchedule {#934 -id: Symfony\Component\Uid\UuidV4 {#932 …} -libelle: "8h30-9h30" -isActive: true -city: Proxies\__CG__\App\Entity\City {#920 …} -starters: Doctrine\ORM\PersistentCollection {#935 …} -starterBookings: Doctrine\ORM\PersistentCollection {#937 …} } App\Entity\StarterSchedule {#941 -id: Symfony\Component\Uid\UuidV4 {#939 …} -libelle: "9h30-10h" -isActive: true -city: Proxies\__CG__\App\Entity\City {#920 …} -starters: Doctrine\ORM\PersistentCollection {#942 …} -starterBookings: Doctrine\ORM\PersistentCollection {#944 …} } ] |
| 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 {#794 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#795 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#796 …} -namespace: Closure() {#798 …} } |
| 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 {#1056 -singleId: true -intId: false -idField: "id" -associationIdReader: null -om: ContainerAT843bl\EntityManagerGhostEbeb667 {#432 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#908 …} } |
| 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() {#1055 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#1054 …} $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 {#1272 +label: "7h30-8h30" +value: "046362c2-f455-4804-8814-b7e4b85bc9df" +data: App\Entity\StarterSchedule {#925 -id: Symfony\Component\Uid\UuidV4 {#897 …} -libelle: "7h30-8h30" -isActive: true -city: Proxies\__CG__\App\Entity\City {#920 …} -starters: Doctrine\ORM\PersistentCollection {#928 …} -starterBookings: Doctrine\ORM\PersistentCollection {#930 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1273 +label: "8h30-9h30" +value: "b04f05a8-d5a4-4404-9f23-93c011e53cff" +data: App\Entity\StarterSchedule {#934 -id: Symfony\Component\Uid\UuidV4 {#932 …} -libelle: "8h30-9h30" -isActive: true -city: Proxies\__CG__\App\Entity\City {#920 …} -starters: Doctrine\ORM\PersistentCollection {#935 …} -starterBookings: Doctrine\ORM\PersistentCollection {#937 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1274 +label: "9h30-10h" +value: "de827a36-8b3f-4207-a201-c259a55b45c1" +data: App\Entity\StarterSchedule {#941 -id: Symfony\Component\Uid\UuidV4 {#939 …} -libelle: "9h30-10h" -isActive: true -city: Proxies\__CG__\App\Entity\City {#920 …} -starters: Doctrine\ORM\PersistentCollection {#942 …} -starterBookings: Doctrine\ORM\PersistentCollection {#944 …} } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1270 -form: Symfony\Component\Form\Form {#1107 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1271 …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) {#1276 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 {#887 +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 {#887 +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 {#887 +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 {#794 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#795 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#796 …} -namespace: Closure() {#798 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1075 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() {#1077 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#273 …} $message: Closure() {#1076 …} $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 {#1277 -form: Symfony\Component\Form\Form {#1110 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1278 …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 | "41137b1151d6a546a562682ffb289fda._030Hq_9SDv6ewtC7W7vl1KH88Vk5uZ5n2R7XN6LOAs.ynXMV_-XHRaPE2oSiS3c_gH9nYgusoQx8jUuNrbASjOHBIYuxMklVZMZSg" |
| 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 | "41137b1151d6a546a562682ffb289fda._030Hq_9SDv6ewtC7W7vl1KH88Vk5uZ5n2R7XN6LOAs.ynXMV_-XHRaPE2oSiS3c_gH9nYgusoQx8jUuNrbASjOHBIYuxMklVZMZSg" |
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 {#794 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#795 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#796 …} -namespace: Closure() {#798 …} } |
| data | "41137b1151d6a546a562682ffb289fda._030Hq_9SDv6ewtC7W7vl1KH88Vk5uZ5n2R7XN6LOAs.ynXMV_-XHRaPE2oSiS3c_gH9nYgusoQx8jUuNrbASjOHBIYuxMklVZMZSg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1291 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() {#1292 …} $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 | "41137b1151d6a546a562682ffb289fda._030Hq_9SDv6ewtC7W7vl1KH88Vk5uZ5n2R7XN6LOAs.ynXMV_-XHRaPE2oSiS3c_gH9nYgusoQx8jUuNrbASjOHBIYuxMklVZMZSg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1303 -form: Symfony\Component\Form\Form {#1299 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1294 …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 | "41137b1151d6a546a562682ffb289fda._030Hq_9SDv6ewtC7W7vl1KH88Vk5uZ5n2R7XN6LOAs.ynXMV_-XHRaPE2oSiS3c_gH9nYgusoQx8jUuNrbASjOHBIYuxMklVZMZSg" |