- Request / Response
- API Platform
- Performance
- Validator
- Forms
- Exception
- Logs 161
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Messages
- E-mails
- JMS Serializer 0 + 0
- 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
vpauto_page_limit
"App\Form\Type\Frontend\PageLimitType"
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 {#1471 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1472 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1053 …} -namespace: Closure() {#1474 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1495 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1458 …} } |
| 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 |
| show_96_choice | true |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1497 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1477 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#590 …} $translationDomain: "validators" $message: Closure() {#1496 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "vpauto_page_limit" "_vpauto_page_limit" ] |
| cache_key | "_vpauto_page_limit_vpauto_page_limit" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3339 -form: Symfony\Component\Form\Form {#1527 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3396 …5} |
| full_name | "vpauto_page_limit" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "vpauto_page_limit" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "vpauto_page_limit" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_vpauto_page_limit" |
| valid | true |
| value | null |
nbItems
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | 96 |
| View Format |
"96"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "onchange" => "this.form.submit()" ] |
[ "onchange" => "this.form.submit()" ] |
| choices | [ "frontend.vehicle.list.items_per_page_1" => 24 "frontend.vehicle.list.items_per_page_2" => 48 "frontend.vehicle.list.items_per_page_3" => 96 ] |
[ "frontend.vehicle.list.items_per_page_1" => 24 "frontend.vehicle.list.items_per_page_2" => 48 "frontend.vehicle.list.items_per_page_3" => 96 ] |
| data | 96 |
same as passed value |
| expanded | false |
false
|
| label | false |
false
|
| multiple | false |
false
|
| placeholder | false |
null
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "onchange" => "this.form.submit()" ] |
| 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 | [ "frontend.vehicle.list.items_per_page_1" => 24 "frontend.vehicle.list.items_per_page_2" => 48 "frontend.vehicle.list.items_per_page_3" => 96 ] |
| 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 {#1471 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1472 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1053 …} -namespace: Closure() {#1474 …} } |
| data | 96 |
| data_class | null |
| disabled | false |
| documentation | [] |
| 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 | false |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1517 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1477 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#590 …} $translationDomain: "validators" $message: Closure() {#1516 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "onchange" => "this.form.submit()" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_vpauto_page_limit_nbItems" ] |
| cache_key | "_vpauto_page_limit_nbItems_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#3387 +label: "frontend.vehicle.list.items_per_page_1" +value: "24" +data: 24 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3386 +label: "frontend.vehicle.list.items_per_page_2" +value: "48" +data: 48 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3385 +label: "frontend.vehicle.list.items_per_page_3" +value: "96" +data: 96 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | 96 |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3391 -form: Symfony\Component\Form\Form {#1530 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3382 …5} |
| full_name | "vpauto_page_limit[nbItems]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "vpauto_page_limit_nbItems" |
| is_selected | Closure($choice, $value) {#3377 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1503 …} } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "nbItems" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_vpauto_page_limit_nbItems" |
| valid | true |
| value | "96" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "d6f53d32c1b5a.LMahaXL2P1YT8GvIGN7yKdbuXehVr7SnMJ0cP1YGsLg.GqCVJTyseC5c3QqtToHKb46XP7EezO3yefFxaG9p1O1uieURJrMPIlaCXw" |
| 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 | "d6f53d32c1b5a.LMahaXL2P1YT8GvIGN7yKdbuXehVr7SnMJ0cP1YGsLg.GqCVJTyseC5c3QqtToHKb46XP7EezO3yefFxaG9p1O1uieURJrMPIlaCXw" |
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 {#1471 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1472 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1053 …} -namespace: Closure() {#1474 …} } |
| data | "d6f53d32c1b5a.LMahaXL2P1YT8GvIGN7yKdbuXehVr7SnMJ0cP1YGsLg.GqCVJTyseC5c3QqtToHKb46XP7EezO3yefFxaG9p1O1uieURJrMPIlaCXw" |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3296 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1458 …} } |
| 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() {#3807 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1477 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#590 …} $translationDomain: "validators" $message: Closure() {#3378 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_vpauto_page_limit__token" ] |
| cache_key | "_vpauto_page_limit__token_hidden" |
| compound | false |
| data | "d6f53d32c1b5a.LMahaXL2P1YT8GvIGN7yKdbuXehVr7SnMJ0cP1YGsLg.GqCVJTyseC5c3QqtToHKb46XP7EezO3yefFxaG9p1O1uieURJrMPIlaCXw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3337 -form: Symfony\Component\Form\Form {#3397 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3380 …5} |
| full_name | "vpauto_page_limit[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "vpauto_page_limit__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 | "_vpauto_page_limit__token" |
| valid | true |
| value | "d6f53d32c1b5a.LMahaXL2P1YT8GvIGN7yKdbuXehVr7SnMJ0cP1YGsLg.GqCVJTyseC5c3QqtToHKb46XP7EezO3yefFxaG9p1O1uieURJrMPIlaCXw" |
vpauto_search_list_sort
"App\Form\Type\Frontend\VehicleListSortType"
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 |
|---|---|---|
| currentSale | null |
null
|
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 {#1471 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1472 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1053 …} -namespace: Closure() {#1474 …} } |
| currentSale | null |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1683 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1458 …} } |
| 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() {#3286 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1477 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#590 …} $translationDomain: "validators" $message: Closure() {#3395 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "vpauto_search_list_sort" "_vpauto_search_list_sort" ] |
| cache_key | "_vpauto_search_list_sort_vpauto_search_list_sort" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3335 -form: Symfony\Component\Form\Form {#3407 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3331 …5} |
| full_name | "vpauto_search_list_sort" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "vpauto_search_list_sort" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "vpauto_search_list_sort" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_vpauto_search_list_sort" |
| valid | true |
| value | null |
sort
"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" => "sort-search" ] |
[ "class" => "sort-search" ] |
| choices | [ "frontend.vehicle.list.sort.default" => "default" "frontend.vehicle.list.sort.lot" => "ordered:DESC|lot:ASC" "frontend.vehicle.list.sort.maker" => "maker|modelGroup|model:ASC" "frontend.vehicle.list.sort.asc_price" => "startingPrice:ASC" "frontend.vehicle.list.sort.desc_price" => "startingPrice:DESC" "frontend.vehicle.list.sort.asc_kilometers" => "kilometers:ASC" "frontend.vehicle.list.sort.desc_kilometers" => "kilometers:DESC" "frontend.vehicle.list.sort.asc_millesime" => "millesime:ASC" "frontend.vehicle.list.sort.desc_millesime" => "millesime:DESC" "frontend.vehicle.list.sort.asc.photos" => "hasPhotos:DESC" ] |
[ "frontend.vehicle.list.sort.default" => "default" "frontend.vehicle.list.sort.lot" => "ordered:DESC|lot:ASC" "frontend.vehicle.list.sort.maker" => "maker|modelGroup|model:ASC" "frontend.vehicle.list.sort.asc_price" => "startingPrice:ASC" "frontend.vehicle.list.sort.desc_price" => "startingPrice:DESC" "frontend.vehicle.list.sort.asc_kilometers" => "kilometers:ASC" "frontend.vehicle.list.sort.desc_kilometers" => "kilometers:DESC" "frontend.vehicle.list.sort.asc_millesime" => "millesime:ASC" "frontend.vehicle.list.sort.desc_millesime" => "millesime:DESC" "frontend.vehicle.list.sort.asc.photos" => "hasPhotos:DESC" ] |
| data | null |
null
|
| expanded | false |
false
|
| label | false |
false
|
| multiple | false |
false
|
| placeholder | false |
null
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "sort-search" ] |
| 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 | [ "frontend.vehicle.list.sort.default" => "default" "frontend.vehicle.list.sort.lot" => "ordered:DESC|lot:ASC" "frontend.vehicle.list.sort.maker" => "maker|modelGroup|model:ASC" "frontend.vehicle.list.sort.asc_price" => "startingPrice:ASC" "frontend.vehicle.list.sort.desc_price" => "startingPrice:DESC" "frontend.vehicle.list.sort.asc_kilometers" => "kilometers:ASC" "frontend.vehicle.list.sort.desc_kilometers" => "kilometers:DESC" "frontend.vehicle.list.sort.asc_millesime" => "millesime:ASC" "frontend.vehicle.list.sort.desc_millesime" => "millesime:DESC" "frontend.vehicle.list.sort.asc.photos" => "hasPhotos:DESC" ] |
| 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 {#1471 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1472 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1053 …} -namespace: Closure() {#1474 …} } |
| data | null |
| data_class | null |
| disabled | false |
| documentation | [] |
| 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 | false |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1679 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1477 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#590 …} $translationDomain: "validators" $message: Closure() {#3308 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "sort-search" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_vpauto_search_list_sort_sort" ] |
| cache_key | "_vpauto_search_list_sort_sort_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#3325 +label: "frontend.vehicle.list.sort.default" +value: "default" +data: "default" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3324 +label: "frontend.vehicle.list.sort.lot" +value: "ordered:DESC|lot:ASC" +data: "ordered:DESC|lot:ASC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3323 +label: "frontend.vehicle.list.sort.maker" +value: "maker|modelGroup|model:ASC" +data: "maker|modelGroup|model:ASC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3322 +label: "frontend.vehicle.list.sort.asc_price" +value: "startingPrice:ASC" +data: "startingPrice:ASC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3321 +label: "frontend.vehicle.list.sort.desc_price" +value: "startingPrice:DESC" +data: "startingPrice:DESC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3319 +label: "frontend.vehicle.list.sort.asc_kilometers" +value: "kilometers:ASC" +data: "kilometers:ASC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3318 +label: "frontend.vehicle.list.sort.desc_kilometers" +value: "kilometers:DESC" +data: "kilometers:DESC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3317 +label: "frontend.vehicle.list.sort.asc_millesime" +value: "millesime:ASC" +data: "millesime:ASC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3316 +label: "frontend.vehicle.list.sort.desc_millesime" +value: "millesime:DESC" +data: "millesime:DESC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3315 +label: "frontend.vehicle.list.sort.asc.photos" +value: "hasPhotos:DESC" +data: "hasPhotos:DESC" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3327 -form: Symfony\Component\Form\Form {#3403 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3328 …5} |
| full_name | "vpauto_search_list_sort[sort]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "vpauto_search_list_sort_sort" |
| is_selected | Closure($choice, $value) {#3312 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1503 …} } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "sort" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_vpauto_search_list_sort_sort" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "c75e63e99d8e1a0710335220c34.GgqfPlfHUF5UAlWjppJQqL0wnIXLUxNfUrIrP5AYVUs.bXLxf2CWOyptVRzpzdMY6_Zh3tyPCyMGJMN8DP16bQ9cZKxcGPUhBB5kPg" |
| 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 | "c75e63e99d8e1a0710335220c34.GgqfPlfHUF5UAlWjppJQqL0wnIXLUxNfUrIrP5AYVUs.bXLxf2CWOyptVRzpzdMY6_Zh3tyPCyMGJMN8DP16bQ9cZKxcGPUhBB5kPg" |
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 {#1471 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1472 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1053 …} -namespace: Closure() {#1474 …} } |
| data | "c75e63e99d8e1a0710335220c34.GgqfPlfHUF5UAlWjppJQqL0wnIXLUxNfUrIrP5AYVUs.bXLxf2CWOyptVRzpzdMY6_Zh3tyPCyMGJMN8DP16bQ9cZKxcGPUhBB5kPg" |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3330 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1458 …} } |
| 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() {#3311 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1477 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#590 …} $translationDomain: "validators" $message: Closure() {#3310 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_vpauto_search_list_sort__token" ] |
| cache_key | "_vpauto_search_list_sort__token_hidden" |
| compound | false |
| data | "c75e63e99d8e1a0710335220c34.GgqfPlfHUF5UAlWjppJQqL0wnIXLUxNfUrIrP5AYVUs.bXLxf2CWOyptVRzpzdMY6_Zh3tyPCyMGJMN8DP16bQ9cZKxcGPUhBB5kPg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3298 -form: Symfony\Component\Form\Form {#3303 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3309 …5} |
| full_name | "vpauto_search_list_sort[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "vpauto_search_list_sort__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 | "_vpauto_search_list_sort__token" |
| valid | true |
| value | "c75e63e99d8e1a0710335220c34.GgqfPlfHUF5UAlWjppJQqL0wnIXLUxNfUrIrP5AYVUs.bXLxf2CWOyptVRzpzdMY6_Zh3tyPCyMGJMN8DP16bQ9cZKxcGPUhBB5kPg" |