- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 135
- Events
- Routing
- Cache
- Translation 30
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- E-mails
- Notifications
- 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
-
-
name
-
contact
-
message
-
captcha
-
_token
-
-
-
referer
-
dateFrom
-
nights
-
adults
-
children
-
locale
-
service_contact
"App\Form\ServiceContactType"
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 {#915 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#916 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#901 …} -namespace: Closure() {#918 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2284 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2163 …} } |
| 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() {#2286 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2267 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#504 …} $translationDomain: "validators" $message: Closure() {#2285 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "service_contact" "_service_contact" ] |
| cache_key | "_service_contact_service_contact" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2368 -form: Symfony\Component\Form\Form {#2356 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2287 …5} |
| full_name | "service_contact" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "service_contact" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "service_contact" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_service_contact" |
| valid | true |
| value | null |
name
"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 | [] |
[] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2292 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2292 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | "Nom" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2292 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#915 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#916 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#901 …} -namespace: Closure() {#918 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2299 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2163 …} } |
| 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 | "Nom" |
| 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() {#2301 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2267 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#504 …} $translationDomain: "validators" $message: Closure() {#2300 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_service_contact_name" ] |
| cache_key | "_service_contact_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2302 -form: Symfony\Component\Form\Form {#2352 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2342 …5} |
| full_name | "service_contact[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "service_contact_name" |
| label | "Nom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_service_contact_name" |
| valid | true |
| value | "" |
contact
"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 | [] |
[] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2293 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2293 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | "Email et/ou téléphone" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2293 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#915 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#916 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#901 …} -namespace: Closure() {#918 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2308 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2163 …} } |
| 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 | "Email et/ou téléphone" |
| 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() {#2310 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2267 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#504 …} $translationDomain: "validators" $message: Closure() {#2309 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_service_contact_contact" ] |
| cache_key | "_service_contact_contact_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2311 -form: Symfony\Component\Form\Form {#2349 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2369 …5} |
| full_name | "service_contact[contact]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "service_contact_contact" |
| label | "Email et/ou téléphone" |
| 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 | "_service_contact_contact" |
| 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 | [] |
[] |
| constraints | [] |
[] |
| label | "Message" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#915 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#916 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#901 …} -namespace: Closure() {#918 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2321 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2163 …} } |
| 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() {#2318 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2267 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#504 …} $translationDomain: "validators" $message: Closure() {#2317 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_service_contact_message" ] |
| cache_key | "_service_contact_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2377 -form: Symfony\Component\Form\Form {#2357 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2379 …5} |
| full_name | "service_contact[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "service_contact_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 | "_service_contact_message" |
| valid | true |
| value | "" |
captcha
"Gregwar\CaptchaBundle\Type\CaptchaType"
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 |
|---|---|---|
| bypass_code | "9891" |
same as passed value |
| height | 50 |
same as passed value |
| invalid_message | "Cette valeur n'est pas valide" |
same as passed value |
| length | 4 |
same as passed value |
| max_front_lines | 0 |
same as passed value |
| session_key | "captcha" |
same as passed value |
| width | 150 |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| as_file | false |
| as_url | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| background_color | [] |
| background_images | [] |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| bypass_code | "9891" |
| charset | "abcdefhjkmnprstuvwxyz23456789" |
| 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 {#915 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#916 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#901 …} -namespace: Closure() {#918 …} } |
| data_class | null |
| disabled | false |
| distortion | true |
| empty_data | Closure(FormInterface $form) {#2339 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2163 …} } |
| error_bubbling | false |
| error_mapping | [] |
| expiration | 60 |
| extra_fields_message | "This form should not contain extra fields." |
| font | "/var/users/zenitude/juvignac.wetd.fr/vendor/gregwar/captcha-bundle/DependencyInjection/../Generator/Font/captcha.ttf" |
| form_attr | false |
| gc_freq | 100 |
| getter | null |
| height | 50 |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| humanity | 0 |
| ignore_all_effects | false |
| image_folder | "captcha" |
| inherit_data | false |
| interpolation | true |
| invalid_message | "Cette valeur n'est pas valide" |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| keep_value | false |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| length | 4 |
| mapped | false |
| max_behind_lines | null |
| max_front_lines | 0 |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| quality | 50 |
| reload | false |
| required | true |
| row_attr | [] |
| session_key | "captcha" |
| setter | null |
| text_color | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2341 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2267 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#504 …} $translationDomain: "validators" $message: Closure() {#2340 …} } } |
| validation_groups | null |
| web_path | "/var/users/zenitude/juvignac.wetd.fr/public" |
| whitelist_key | "captcha_whitelist_key" |
| width | 150 |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "captcha" "_service_contact_captcha" ] |
| cache_key | "_service_contact_captcha_captcha" |
| captcha_code | "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD//gA7Q1JFQVRPUjogZ2QtanBlZyB2MS4wICh1c2luZyBJSkcgSlBFRyB2NjIpLCBxdWFsaXR5ID0gNTAK/9sAQwAQCwwODAoQDg0OEhEQExgoGhgWFhgxIyUdKDozPTw5Mzg3QEhcTkBEV0U3OFBtUVdfYmdoZz5NcXlwZHhcZWdj/9sAQwEREhIYFRgvGhovY0I4QmNjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2Nj/8AAEQgAMgCWAwEiAAIRAQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC//EALUQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+v/EAB8BAAMBAQEBAQEBAQEAAAAAAAABAgMEBQYHCAkKC//EALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYSQVEHYXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5+jp6vLz9PX29/j5+v/aAAwDAQACEQMRAD8A7+iiipAKKKKACiiigAooooAKKKKACioL26SytJLiQErGMkL1NR6ffC/s0uI4mUPnAbtg4/pQF9bFuimbGP3nP0HA/wAar3d3baeqPcSMgY4BJJpjdktWW6KajrIiupyrDINOpCCiiigAooooAKKKKACmTTRW8ZkmkWNB1ZjgU+sjxQM6LL7MP50Ck7Js1YpEmiWSNgyMMqR3FVZtSt4NQjspCwlkUMvHB5I/pTNGLtpFp0UeUvPU1j6wMeKrEbj9xec+7UyZSaimXh4lsjGxCTFlOCgTJ+v0oOvpcQr/AGdC9xO2f3eMbR6n2qr4UgR4bx2Gd0u089R/k03woqpNqDccOFH0y1DsiFKTtruX9H1ObUUnEwWF4WwwUdPz+lVW8QtJctHZW09yidXXH59Kz45mhTXnQHkhc+mSR/WtbwxEsOkIwT5pCWJHek5JDjKcrRKWq6tb3mjXEYMqXAKgxy8H7w7Dg1raCBFodtuIACEkn6k1leMIEa3huQmJA2wnHUYpusXElt4etLdDgzKAcemKL32E21JuXRF6TxLaiVlhhnnRerovFZviW/gv9OtpLd9ylzkHqDjvXQadYxWllFEi4wo3H1Ncz4rskt7yKWIbVm+8B0yO9C3FU5uS7Z1lp8tpCPRB/KpC47cn2qO2jH2aLOT8g/lUoAHQVPvHQrWG5f8AugUq7v4sU6ijl8wuFFFFUIKKKKACsrxKM6JP7YP61q1FdW6XVtJBJ91xg0Ckrpoq6EwbRrQg5/dgflWHq00cviu2VCD5YVGx65J/rVy28O3EAMY1SZIM52R5XP454qZ/DsAvLaeCTy1hABTbkvyTknPXmgxam4pWIfCaA2Vwef8AXkfoKb4TA/05sf8ALX/GtXTNOTTYZIo3Z1eQv83UZAH9Kj0jTP7NSZTL5hlffnbjFFkUoyXL5GJp1ubxddhXlnI2/XLEVp+F7hZdKWHOJICVZe454q/Z2FvZPK8CkNKcuSc5PP8AjVS70WOa5NzbTyWs5+80fRvqKBKDjZmf4ynUW8FuD8zNvI9hUHilGjtdPcDhVx+gqzd+GHuFVmvGkm3fPJJ3HoBWze2MN9aG3mGV7EdQfWmJwlLmuTQSLLBHIhyrKCDXNeMZF820jz8wJarMGlatYKY7O+jeLssi9KztW0XUS0dxI5upmPz7Bwo7UIKjk42sdZB/x7x/7o/lUlMiBEKA8EKKfSN1sFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAf/Z" |
| captcha_height | 50 |
| captcha_width | 150 |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2380 -form: Symfony\Component\Form\Form {#2360 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2381 …5} |
| full_name | "service_contact[captcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "service_contact_captcha" |
| image_id | "captcha_6941c3b1c211d" |
| is_human | false |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "captcha" |
| priority | 0 |
| reload | false |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_service_contact_captcha" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "585b4ec86bc091.jQqLM419hmPstvlth4VOI-AFXL8yYtpgIZJotox7oqQ.yGXZa7hEyhmKj8wDzdU3a5N3aohdNK8XWPUg17sM-9HJUv9C_kj1VrzBkg" |
| 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 | "585b4ec86bc091.jQqLM419hmPstvlth4VOI-AFXL8yYtpgIZJotox7oqQ.yGXZa7hEyhmKj8wDzdU3a5N3aohdNK8XWPUg17sM-9HJUv9C_kj1VrzBkg" |
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 {#915 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#916 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#901 …} -namespace: Closure() {#918 …} } |
| data | "585b4ec86bc091.jQqLM419hmPstvlth4VOI-AFXL8yYtpgIZJotox7oqQ.yGXZa7hEyhmKj8wDzdU3a5N3aohdNK8XWPUg17sM-9HJUv9C_kj1VrzBkg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2391 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2163 …} } |
| 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() {#2393 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2267 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#504 …} $translationDomain: "validators" $message: Closure() {#2390 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_service_contact__token" ] |
| cache_key | "_service_contact__token_hidden" |
| compound | false |
| data | "585b4ec86bc091.jQqLM419hmPstvlth4VOI-AFXL8yYtpgIZJotox7oqQ.yGXZa7hEyhmKj8wDzdU3a5N3aohdNK8XWPUg17sM-9HJUv9C_kj1VrzBkg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2403 -form: Symfony\Component\Form\Form {#2399 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2394 …5} |
| full_name | "service_contact[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "service_contact__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 | "_service_contact__token" |
| valid | true |
| value | "585b4ec86bc091.jQqLM419hmPstvlth4VOI-AFXL8yYtpgIZJotox7oqQ.yGXZa7hEyhmKj8wDzdU3a5N3aohdNK8XWPUg17sM-9HJUv9C_kj1VrzBkg" |
search_engine
"App\Form\SearchEngineType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [ "dateFrom" => "16/12/2025" "nights" => 1 ] |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | [ "dateFrom" => "16/12/2025" "nights" => 1 ] |
[ "dateFrom" => "16/12/2025" "nights" => 1 ] |
| locale | "fr" |
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 | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#915 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#916 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#901 …} -namespace: Closure() {#918 …} } |
| data | [ "dateFrom" => "16/12/2025" "nights" => 1 ] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3470 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2163 …} } |
| 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 |
| locale | "fr" |
| 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() {#3472 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2267 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#504 …} $translationDomain: "validators" $message: Closure() {#3471 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "search_engine" "_search_engine" ] |
| cache_key | "_search_engine_search_engine" |
| compound | true |
| data | [ "dateFrom" => "16/12/2025" "nights" => 1 ] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3555 -form: Symfony\Component\Form\Form {#3560 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3473 …5} |
| full_name | "search_engine" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_engine" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "search_engine" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_engine" |
| valid | true |
| value | [ "dateFrom" => "16/12/2025" "nights" => 1 ] |
referer
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "https://juvignac.wetd.fr/fr/spa" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | "https://juvignac.wetd.fr/fr/spa" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| 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 {#915 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#916 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#901 …} -namespace: Closure() {#918 …} } |
| data | "https://juvignac.wetd.fr/fr/spa" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3483 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2163 …} } |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3485 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2267 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#504 …} $translationDomain: "validators" $message: Closure() {#3484 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_search_engine_referer" ] |
| cache_key | "_search_engine_referer_hidden" |
| compound | false |
| data | "https://juvignac.wetd.fr/fr/spa" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3495 -form: Symfony\Component\Form\Form {#3563 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3510 …5} |
| full_name | "search_engine[referer]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_engine_referer" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "referer" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_engine_referer" |
| valid | true |
| value | "https://juvignac.wetd.fr/fr/spa" |
dateFrom
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "16/12/2025" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-format" => "date" "placeholder" => "dd/mm/yyyy" ] |
[ "data-format" => "date" "placeholder" => "dd/mm/yyyy" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3477 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3478 +payload: null +message: "This value is not valid." +pattern: "#([012]{1}[0-9]{1}|3[01]{1})/(0[1-9]{1}|1[012]{1})/202[12345]#" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3477 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3478 +payload: null +message: "This value is not valid." +pattern: "#([012]{1}[0-9]{1}|3[01]{1})/(0[1-9]{1}|1[012]{1})/202[12345]#" +htmlPattern: null +match: true +normalizer: null } ] |
| label | "Date d'arrivée" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-format" => "date" "placeholder" => "dd/mm/yyyy" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3477 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3478 +payload: null +message: "This value is not valid." +pattern: "#([012]{1}[0-9]{1}|3[01]{1})/(0[1-9]{1}|1[012]{1})/202[12345]#" +htmlPattern: null +match: true +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#915 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#916 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#901 …} -namespace: Closure() {#918 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3492 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2163 …} } |
| 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 | "Date d'arrivée" |
| 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() {#3494 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2267 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#504 …} $translationDomain: "validators" $message: Closure() {#3493 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-format" => "date" "placeholder" => "dd/mm/yyyy" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_search_engine_dateFrom" ] |
| cache_key | "_search_engine_dateFrom_text" |
| compound | false |
| data | "16/12/2025" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3486 -form: Symfony\Component\Form\Form {#3566 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3582 …5} |
| full_name | "search_engine[dateFrom]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_engine_dateFrom" |
| label | "Date d'arrivée" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "dateFrom" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_engine_dateFrom" |
| valid | true |
| value | "16/12/2025" |
nights
"Symfony\Component\Form\Extension\Core\Type\NumberType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | 1 |
| View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3479 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3479 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| html5 | true |
same as passed value |
| label | "Nombre de nuit(s)" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3479 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#915 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#916 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#901 …} -namespace: Closure() {#918 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3505 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2163 …} } |
| 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 | true |
| inherit_data | false |
| input | "number" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Nombre de nuit(s)" |
| 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 | 6 |
| row_attr | [] |
| scale | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3509 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2267 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#504 …} $translationDomain: "validators" $message: Closure() {#3508 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "step" => "any" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "number" "_search_engine_nights" ] |
| cache_key | "_search_engine_nights_number" |
| compound | false |
| data | 1 |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3584 -form: Symfony\Component\Form\Form {#3569 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3585 …5} |
| full_name | "search_engine[nights]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_engine_nights" |
| label | "Nombre de nuit(s)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nights" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "number" |
| unique_block_prefix | "_search_engine_nights" |
| valid | true |
| value | "1" |
adults
"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 |
|---|---|---|
| choices | [ 1 => "1" 2 => "2" 3 => "3" 4 => "4" ] |
[ 1 => "1" 2 => "2" 3 => "3" 4 => "4" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3480 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3480 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | "Adulte(s)" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ 1 => "1" 2 => "2" 3 => "3" 4 => "4" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3480 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#915 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#916 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#901 …} -namespace: Closure() {#918 …} } |
| 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 | "Adulte(s)" |
| 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() {#3530 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2267 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#504 …} $translationDomain: "validators" $message: Closure() {#3529 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_search_engine_adults" ] |
| cache_key | "_search_engine_adults_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#3606 +label: "1" +value: "1" +data: "1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3607 +label: "2" +value: "2" +data: "2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3608 +label: "3" +value: "3" +data: "3" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3609 +label: "4" +value: "4" +data: "4" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3605 -form: Symfony\Component\Form\Form {#3572 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3587 …5} |
| full_name | "search_engine[adults]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_engine_adults" |
| is_selected | Closure($choice, $value) {#3611 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#3516 …} } |
| label | "Adulte(s)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "adults" |
| 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 | "_search_engine_adults" |
| valid | true |
| value | "" |
children
"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 |
|---|---|---|
| choices | [ "0" "1" "2" "3" ] |
[ "0" "1" "2" "3" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3481 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3481 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | "Enfant(s)" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "0" "1" "2" "3" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3481 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#915 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#916 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#901 …} -namespace: Closure() {#918 …} } |
| 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 | "Enfant(s)" |
| 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() {#3542 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2267 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#504 …} $translationDomain: "validators" $message: Closure() {#3541 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_search_engine_children" ] |
| cache_key | "_search_engine_children_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#3614 +label: "0" +value: "0" +data: "0" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3615 +label: "1" +value: "1" +data: "1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3616 +label: "2" +value: "2" +data: "2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3617 +label: "3" +value: "3" +data: "3" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3612 -form: Symfony\Component\Form\Form {#3575 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3613 …5} |
| full_name | "search_engine[children]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_engine_children" |
| is_selected | Closure($choice, $value) {#3619 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#3516 …} } |
| label | "Enfant(s)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "children" |
| 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 | "_search_engine_children" |
| valid | true |
| value | "" |
locale
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "fr" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | "fr" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| 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 {#915 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#916 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#901 …} -namespace: Closure() {#918 …} } |
| data | "fr" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3552 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2163 …} } |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3554 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2267 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#504 …} $translationDomain: "validators" $message: Closure() {#3553 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_search_engine_locale" ] |
| cache_key | "_search_engine_locale_hidden" |
| compound | false |
| data | "fr" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3620 -form: Symfony\Component\Form\Form {#3578 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3621 …5} |
| full_name | "search_engine[locale]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_engine_locale" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "locale" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_engine_locale" |
| valid | true |
| value | "fr" |