- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 127
- Events
- Routing
- Cache
- Translation 25
- 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
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) {#3191 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3130 …} } |
| 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() {#3193 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3174 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#504 …} $translationDomain: "validators" $message: Closure() {#3192 …} } } |
| 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 {#3285 -form: Symfony\Component\Form\Form {#3290 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3194 …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/offres/21" |
| 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/offres/21" |
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/offres/21" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3209 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3130 …} } |
| 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() {#3211 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3174 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#504 …} $translationDomain: "validators" $message: Closure() {#3208 …} } } |
| 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/offres/21" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3225 -form: Symfony\Component\Form\Form {#3293 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3240 …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/offres/21" |
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 {#3198 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3199 +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 {#3198 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3199 +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 {#3198 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3199 +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) {#3222 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3130 …} } |
| 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() {#3224 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3174 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#504 …} $translationDomain: "validators" $message: Closure() {#3223 …} } } |
| 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 {#3212 -form: Symfony\Component\Form\Form {#3296 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3312 …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 {#3200 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3200 +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 {#3200 +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) {#3235 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3130 …} } |
| 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() {#3239 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3174 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#504 …} $translationDomain: "validators" $message: Closure() {#3238 …} } } |
| 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 {#3314 -form: Symfony\Component\Form\Form {#3299 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3315 …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 {#3201 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3201 +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 {#3201 +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() {#3260 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3174 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#504 …} $translationDomain: "validators" $message: Closure() {#3259 …} } } |
| 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 {#3336 +label: "1" +value: "1" +data: "1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3337 +label: "2" +value: "2" +data: "2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3338 +label: "3" +value: "3" +data: "3" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3339 +label: "4" +value: "4" +data: "4" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3335 -form: Symfony\Component\Form\Form {#3302 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3317 …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) {#3341 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#3246 …} } |
| 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 {#3202 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3202 +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 {#3202 +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() {#3272 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3174 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#504 …} $translationDomain: "validators" $message: Closure() {#3271 …} } } |
| 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 {#3344 +label: "0" +value: "0" +data: "0" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3345 +label: "1" +value: "1" +data: "1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3346 +label: "2" +value: "2" +data: "2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3347 +label: "3" +value: "3" +data: "3" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3342 -form: Symfony\Component\Form\Form {#3305 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3343 …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) {#3349 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#3246 …} } |
| 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) {#3282 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3130 …} } |
| 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() {#3284 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3174 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#504 …} $translationDomain: "validators" $message: Closure() {#3283 …} } } |
| 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 {#3350 -form: Symfony\Component\Form\Form {#3308 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3351 …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" |