- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 42
- Events
- Routing
- Cache
- Translation 15
- Security
- Twig
- HTTP Client
- Doctrine 13
- Migrations 25
- Debug
- Messages
- E-mails
- Notifications
- VichUploader
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
organisme
-
sejourStartDate
-
sejourEndDate
-
type
-
childrenNumber
-
teenagerCount
-
staffCount
-
message
-
-
firstName
-
lastName
-
email
-
-
valider
-
_token
-
demande_sejour_corse
"App\Form\DemandeSejourCorseType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\DemandeSejourCorse {#5523 -id: null -organisme: null -contact: null -sejourStartDate: null -sejourEndDate: null -type: null -childrenNumber: null -teenagerCount: null -staffCount: null -activities: [] -message: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\DemandeSejourCorse {#5523 -id: null -organisme: null -contact: null -sejourStartDate: null -sejourEndDate: null -type: null -childrenNumber: null -teenagerCount: null -staffCount: null -activities: [] -message: 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 {#5560 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5561 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5562 …} -namespace: Closure() {#5564 …} } |
| data | App\Entity\DemandeSejourCorse {#5523 -id: null -organisme: null -contact: null -sejourStartDate: null -sejourEndDate: null -type: null -childrenNumber: null -teenagerCount: null -staffCount: null -activities: [] -message: null } |
| data_class | "App\Entity\DemandeSejourCorse" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5628 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5543 …} use: { $class: "App\Entity\DemandeSejourCorse" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5626 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5598 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2189 …} $translationDomain: "validators" $message: Closure() {#5627 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "demande_sejour_corse" "_demande_sejour_corse" ] |
| cache_key | "_demande_sejour_corse_demande_sejour_corse" |
| compound | true |
| data | App\Entity\DemandeSejourCorse {#5523 -id: null -organisme: null -contact: null -sejourStartDate: null -sejourEndDate: null -type: null -childrenNumber: null -teenagerCount: null -staffCount: null -activities: [] -message: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5972 -form: Symfony\Component\Form\Form {#5757 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5625 …5} |
| full_name | "demande_sejour_corse" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demande_sejour_corse" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "demande_sejour_corse" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demande_sejour_corse" |
| valid | true |
| value | App\Entity\DemandeSejourCorse {#5523 -id: null -organisme: null -contact: null -sejourStartDate: null -sejourEndDate: null -type: null -childrenNumber: null -teenagerCount: null -staffCount: null -activities: [] -message: null } |
organisme
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 255 "class" => "form-control" ] |
[ "maxlength" => 255 "class" => "form-control" ] |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#5560 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5561 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5562 …} -namespace: Closure() {#5564 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6075 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5543 …} } |
| 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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6080 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5598 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2189 …} $translationDomain: "validators" $message: Closure() {#6064 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_demande_sejour_corse_organisme" ] |
| cache_key | "_demande_sejour_corse_organisme_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6094 -form: Symfony\Component\Form\Form {#5794 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6095 …5} |
| full_name | "demande_sejour_corse[organisme]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demande_sejour_corse_organisme" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "organisme" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demande_sejour_corse_organisme" |
| valid | true |
| value | "" |
sejourStartDate
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| label | "Début du séjour" |
same as passed value |
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| 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 {#5560 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5561 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5562 …} -namespace: Closure() {#5564 …} } |
| data_class | null |
| days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Début du séjour" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => null "month" => null "day" => null ] |
| 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() {#6051 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5598 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2189 …} $translationDomain: "validators" $message: Closure() {#6054 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_demande_sejour_corse_sejourStartDate" ] |
| cache_key | "_demande_sejour_corse_sejourStartDate_date" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6093 -form: Symfony\Component\Form\Form {#5798 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6092 …5} |
| full_name | "demande_sejour_corse[sejourStartDate]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demande_sejour_corse_sejourStartDate" |
| label | "Début du séjour" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "sejourStartDate" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_demande_sejour_corse_sejourStartDate" |
| valid | true |
| value | "" |
| widget | "single_text" |
sejourEndDate
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| label | "Fin du séjour" |
same as passed value |
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| 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 {#5560 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5561 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5562 …} -namespace: Closure() {#5564 …} } |
| data_class | null |
| days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Fin du séjour" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => null "month" => null "day" => null ] |
| 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() {#6041 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5598 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2189 …} $translationDomain: "validators" $message: Closure() {#6040 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_demande_sejour_corse_sejourEndDate" ] |
| cache_key | "_demande_sejour_corse_sejourEndDate_date" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6091 -form: Symfony\Component\Form\Form {#5801 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5973 …5} |
| full_name | "demande_sejour_corse[sejourEndDate]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demande_sejour_corse_sejourEndDate" |
| label | "Fin du séjour" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "sejourEndDate" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_demande_sejour_corse_sejourEndDate" |
| valid | true |
| value | "" |
| widget | "single_text" |
type
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| choices | [ "Aucun pack" => "Aucun pack" "Pack Air-terre-mer" => "Pack Air-terre-mer" "Pack eaux" => "Pack eaux" "Pack Randonneur" => "Pack Randonneur" ] |
[ "Aucun pack" => "Aucun pack" "Pack Air-terre-mer" => "Pack Air-terre-mer" "Pack eaux" => "Pack eaux" "Pack Randonneur" => "Pack Randonneur" ] |
| label | "Pack" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Aucun pack" => "Aucun pack" "Pack Air-terre-mer" => "Pack Air-terre-mer" "Pack eaux" => "Pack eaux" "Pack Randonneur" => "Pack Randonneur" ] |
| 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 {#5560 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5561 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5562 …} -namespace: Closure() {#5564 …} } |
| data_class | null |
| disabled | false |
| 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 | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Pack" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#6021 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5598 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2189 …} $translationDomain: "validators" $message: Closure() {#6022 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_demande_sejour_corse_type" ] |
| cache_key | "_demande_sejour_corse_type_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5728 +label: "Aucun pack" +value: "Aucun pack" +data: "Aucun pack" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5966 +label: "Pack Air-terre-mer" +value: "Pack Air-terre-mer" +data: "Pack Air-terre-mer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5967 +label: "Pack eaux" +value: "Pack eaux" +data: "Pack eaux" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6089 +label: "Pack Randonneur" +value: "Pack Randonneur" +data: "Pack Randonneur" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5840 -form: Symfony\Component\Form\Form {#5759 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5814 …5} |
| full_name | "demande_sejour_corse[type]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demande_sejour_corse_type" |
| is_selected | Closure($choice, $value) {#5975 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6035 …} } |
| label | "Pack" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "type" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demande_sejour_corse_type" |
| valid | true |
| value | "" |
childrenNumber
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| label | "Places Enfants" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#5560 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5561 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5562 …} -namespace: Closure() {#5564 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6013 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5543 …} } |
| 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 | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Places Enfants" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6001 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5598 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2189 …} $translationDomain: "validators" $message: Closure() {#6009 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_demande_sejour_corse_childrenNumber" ] |
| cache_key | "_demande_sejour_corse_childrenNumber_integer" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5974 -form: Symfony\Component\Form\Form {#5762 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5970 …5} |
| full_name | "demande_sejour_corse[childrenNumber]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demande_sejour_corse_childrenNumber" |
| label | "Places Enfants" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "childrenNumber" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demande_sejour_corse_childrenNumber" |
| valid | true |
| value | "" |
teenagerCount
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| label | "Places Ados (13-17 ans)" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#5560 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5561 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5562 …} -namespace: Closure() {#5564 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6011 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5543 …} } |
| 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 | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Places Ados (13-17 ans)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5989 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5598 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2189 …} $translationDomain: "validators" $message: Closure() {#5990 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_demande_sejour_corse_teenagerCount" ] |
| cache_key | "_demande_sejour_corse_teenagerCount_integer" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5971 -form: Symfony\Component\Form\Form {#5765 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6097 …5} |
| full_name | "demande_sejour_corse[teenagerCount]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demande_sejour_corse_teenagerCount" |
| label | "Places Ados (13-17 ans)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "teenagerCount" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demande_sejour_corse_teenagerCount" |
| valid | true |
| value | "" |
staffCount
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| label | "Places Encadrants" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#5560 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5561 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5562 …} -namespace: Closure() {#5564 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5992 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5543 …} } |
| 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 | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Places Encadrants" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5699 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5598 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2189 …} $translationDomain: "validators" $message: Closure() {#5691 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_demande_sejour_corse_staffCount" ] |
| cache_key | "_demande_sejour_corse_staffCount_integer" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6099 -form: Symfony\Component\Form\Form {#5768 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6100 …5} |
| full_name | "demande_sejour_corse[staffCount]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demande_sejour_corse_staffCount" |
| label | "Places Encadrants" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "staffCount" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demande_sejour_corse_staffCount" |
| valid | true |
| value | "" |
message
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| label | "Message" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#5560 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5561 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5562 …} -namespace: Closure() {#5564 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5722 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5543 …} } |
| 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 | "Message" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5727 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5598 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2189 …} $translationDomain: "validators" $message: Closure() {#5688 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_demande_sejour_corse_message" ] |
| cache_key | "_demande_sejour_corse_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6101 -form: Symfony\Component\Form\Form {#5771 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6102 …5} |
| full_name | "demande_sejour_corse[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demande_sejour_corse_message" |
| label | "Message" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "message" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demande_sejour_corse_message" |
| valid | true |
| value | "" |
contact
"App\Form\ContactCeFormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#5560 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5561 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5562 …} -namespace: Closure() {#5564 …} } |
| data_class | "App\Entity\Contact" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5736 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5543 …} use: { $class: "App\Entity\Contact" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5738 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5598 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2189 …} $translationDomain: "validators" $message: Closure() {#5737 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact_ce_form" "_demande_sejour_corse_contact" ] |
| cache_key | "_demande_sejour_corse_contact_contact_ce_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6103 -form: Symfony\Component\Form\Form {#5887 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6104 …5} |
| full_name | "demande_sejour_corse[contact]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demande_sejour_corse_contact" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contact" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demande_sejour_corse_contact" |
| valid | true |
| value | null |
firstName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 50 "class" => "form-control" "placeholder" => "Prénom *" ] |
[ "maxlength" => 50 "class" => "form-control" "placeholder" => "Prénom *" ] |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 50 "class" => "form-control" "placeholder" => "Prénom *" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#5560 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5561 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5562 …} -namespace: Closure() {#5564 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5774 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5543 …} } |
| 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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5874 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5598 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2189 …} $translationDomain: "validators" $message: Closure() {#5877 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 50 "class" => "form-control" "placeholder" => "Prénom *" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_demande_sejour_corse_contact_firstName" ] |
| cache_key | "_demande_sejour_corse_contact_firstName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6108 -form: Symfony\Component\Form\Form {#5884 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6107 …5} |
| full_name | "demande_sejour_corse[contact][firstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demande_sejour_corse_contact_firstName" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstName" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demande_sejour_corse_contact_firstName" |
| valid | true |
| value | "" |
lastName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 50 "class" => "form-control" ] |
[ "maxlength" => 50 "class" => "form-control" ] |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 50 "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#5560 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5561 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5562 …} -namespace: Closure() {#5564 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5875 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5543 …} } |
| 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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5904 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5598 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2189 …} $translationDomain: "validators" $message: Closure() {#5905 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 50 "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_demande_sejour_corse_contact_lastName" ] |
| cache_key | "_demande_sejour_corse_contact_lastName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6109 -form: Symfony\Component\Form\Form {#4874 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6110 …5} |
| full_name | "demande_sejour_corse[contact][lastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demande_sejour_corse_contact_lastName" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastName" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demande_sejour_corse_contact_lastName" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#5560 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5561 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5562 …} -namespace: Closure() {#5564 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5775 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5543 …} } |
| 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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5893 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5598 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2189 …} $translationDomain: "validators" $message: Closure() {#317 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_demande_sejour_corse_contact_email" ] |
| cache_key | "_demande_sejour_corse_contact_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6111 -form: Symfony\Component\Form\Form {#5881 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6112 …5} |
| full_name | "demande_sejour_corse[contact][email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demande_sejour_corse_contact_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 | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demande_sejour_corse_contact_email" |
| valid | true |
| value | "" |
valider
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "button bounce item-sejour__button" ] |
[ "class" => "button bounce item-sejour__button" ] |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "button bounce item-sejour__button" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | null |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [ "class" => "button bounce item-sejour__button" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_demande_sejour_corse_valider" ] |
| cache_key | "_demande_sejour_corse_valider_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#6106 …5} |
| full_name | "demande_sejour_corse[valider]" |
| id | "demande_sejour_corse_valider" |
| label | null |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "valider" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_demande_sejour_corse_valider" |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "c12e591ad2797d987e199ac3.N_ONppDR0SG63RiMNC_F3XKenVdg12u1GNdtcO-7OYw.aKq45cOkuRGLr13EYWf17h706hohkw3qT4heCZz2VdNWkcryyYKkRYruQQ" |
| 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 | "c12e591ad2797d987e199ac3.N_ONppDR0SG63RiMNC_F3XKenVdg12u1GNdtcO-7OYw.aKq45cOkuRGLr13EYWf17h706hohkw3qT4heCZz2VdNWkcryyYKkRYruQQ" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#5560 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#5561 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#5562 …} -namespace: Closure() {#5564 …} } |
| data | "c12e591ad2797d987e199ac3.N_ONppDR0SG63RiMNC_F3XKenVdg12u1GNdtcO-7OYw.aKq45cOkuRGLr13EYWf17h706hohkw3qT4heCZz2VdNWkcryyYKkRYruQQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6124 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5543 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6121 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5598 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2189 …} $translationDomain: "validators" $message: Closure() {#6117 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_demande_sejour_corse__token" ] |
| cache_key | "_demande_sejour_corse__token_hidden" |
| compound | false |
| data | "c12e591ad2797d987e199ac3.N_ONppDR0SG63RiMNC_F3XKenVdg12u1GNdtcO-7OYw.aKq45cOkuRGLr13EYWf17h706hohkw3qT4heCZz2VdNWkcryyYKkRYruQQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6141 -form: Symfony\Component\Form\Form {#6137 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6132 …5} |
| full_name | "demande_sejour_corse[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demande_sejour_corse__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demande_sejour_corse__token" |
| valid | true |
| value | "c12e591ad2797d987e199ac3.N_ONppDR0SG63RiMNC_F3XKenVdg12u1GNdtcO-7OYw.aKq45cOkuRGLr13EYWf17h706hohkw3qT4heCZz2VdNWkcryyYKkRYruQQ" |