- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 6
- Events
- Routing
- Cache
- Translation 24
- Security
- Twig
- Doctrine
- Debug
- 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
-
email
-
widgetType
-
subNetworks
-
domain
-
start
-
startId
-
end
-
endId
-
prefilled
-
customizeMap
-
latitude
-
longitude
-
zoom
-
_token
-
widget_form
"App\Form\WidgetForm"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\WidgetRequest {#734 -domain: null -name: null -email: null -widgetType: null -prefilled: null -start: null -startId: null -end: null -endId: null -latitude: null -longitude: null -zoom: null -documentationUrl: null -subNetworks: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\WidgetRequest {#734 -domain: null -name: null -email: null -widgetType: null -prefilled: null -start: null -startId: null -end: null -endId: null -latitude: null -longitude: null -zoom: null -documentationUrl: null -subNetworks: null } |
same as passed value |
| subNetworks | [ "Gradski" => "Gradski" "Gradski Ferry" => "GradskiFerry" ] |
[ "Gradski" => "Gradski" "Gradski Ferry" => "GradskiFerry" ] |
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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#577 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#584 …} -namespace: Closure() {#576 …} } |
| data | App\Entity\WidgetRequest {#734 -domain: null -name: null -email: null -widgetType: null -prefilled: null -start: null -startId: null -end: null -endId: null -latitude: null -longitude: null -zoom: null -documentationUrl: null -subNetworks: null } |
| data_class | "App\Entity\WidgetRequest" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#812 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#741 …} use: { $class: "App\Entity\WidgetRequest" } } |
| 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 |
| subNetworks | [ "Gradski" => "Gradski" "Gradski Ferry" => "GradskiFerry" ] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#810 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#781 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#811 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "widget_form" "_widget_form" ] |
| cache_key | "_widget_form_widget_form" |
| compound | true |
| data | App\Entity\WidgetRequest {#734 -domain: null -name: null -email: null -widgetType: null -prefilled: null -start: null -startId: null -end: null -endId: null -latitude: null -longitude: null -zoom: null -documentationUrl: null -subNetworks: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#849 -form: Symfony\Component\Form\Form {#986 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#809 …5} |
| full_name | "widget_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "widget_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "widget_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_widget_form" |
| valid | true |
| value | App\Entity\WidgetRequest {#734 -domain: null -name: null -email: null -widgetType: null -prefilled: null -start: null -startId: null -end: null -endId: null -latitude: null -longitude: null -zoom: null -documentationUrl: null -subNetworks: 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 |
|---|---|---|
| label | "form.brandName" |
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 | [] |
| 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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#577 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#584 …} -namespace: Closure() {#576 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#783 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#741 …} } |
| 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 | "form.brandName" |
| 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() {#794 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#781 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#784 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_widget_form_name" ] |
| cache_key | "_widget_form_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1041 -form: Symfony\Component\Form\Form {#995 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1037 …5} |
| full_name | "widget_form[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "widget_form_name" |
| label | "form.brandName" |
| 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 | "_widget_form_name" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "form.email" |
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 | [] |
| 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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#577 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#584 …} -namespace: Closure() {#576 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#801 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#741 …} } |
| 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 | "form.email" |
| 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() {#808 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#781 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#802 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_widget_form_email" ] |
| cache_key | "_widget_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1042 -form: Symfony\Component\Form\Form {#992 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1035 …5} |
| full_name | "widget_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "widget_form_email" |
| label | "form.email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_widget_form_email" |
| valid | true |
| value | "" |
widgetType
"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 |
|---|---|---|
| choice_attr | Closure($choice) {#862 class: "App\Form\WidgetForm" this: App\Form\WidgetForm {#742 …} } |
same as passed value |
| choices | [ "widget.journey.integrated" => "ITINERAIRE_INTEGRE" "widget.journey.redirect_sim" => "ITINERAIRE_REDIRECTION_SIM" "widget.journey.redirect_internal" => "ITINERAIRE_REDIRECTION_PAGE_PAGE" "widget.schedule.integrated" => "HORAIRE_INTEGRE" "widget.schedule.redirect_sim" => "HORAIRE_REDIRECTION_SIM" "widget.schedule.redirect_internal" => "HORAIRE_REDIRECTION_PAGE_PAGE" "widget.traffic.integrated" => "TRAFIC_INTEGRE" "widget.products.full" => "FULL" "widget.products.full_except_traffic" => "FULL_EXCEPT_TRAFFIC" "widget.products.full_except_traffic_redirection_external" => "FULL_EXCEPT_TRAFFIC_REDIRECTION_SIM" ] |
[ "widget.journey.integrated" => "ITINERAIRE_INTEGRE" "widget.journey.redirect_sim" => "ITINERAIRE_REDIRECTION_SIM" "widget.journey.redirect_internal" => "ITINERAIRE_REDIRECTION_PAGE_PAGE" "widget.schedule.integrated" => "HORAIRE_INTEGRE" "widget.schedule.redirect_sim" => "HORAIRE_REDIRECTION_SIM" "widget.schedule.redirect_internal" => "HORAIRE_REDIRECTION_PAGE_PAGE" "widget.traffic.integrated" => "TRAFIC_INTEGRE" "widget.products.full" => "FULL" "widget.products.full_except_traffic" => "FULL_EXCEPT_TRAFFIC" "widget.products.full_except_traffic_redirection_external" => "FULL_EXCEPT_TRAFFIC_REDIRECTION_SIM" ] |
| label | "form.widgetType" |
same as passed value |
| placeholder | "form.select_option" |
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 | Closure($choice) {#862 class: "App\Form\WidgetForm" this: App\Form\WidgetForm {#742 …} } |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "widget.journey.integrated" => "ITINERAIRE_INTEGRE" "widget.journey.redirect_sim" => "ITINERAIRE_REDIRECTION_SIM" "widget.journey.redirect_internal" => "ITINERAIRE_REDIRECTION_PAGE_PAGE" "widget.schedule.integrated" => "HORAIRE_INTEGRE" "widget.schedule.redirect_sim" => "HORAIRE_REDIRECTION_SIM" "widget.schedule.redirect_internal" => "HORAIRE_REDIRECTION_PAGE_PAGE" "widget.traffic.integrated" => "TRAFIC_INTEGRE" "widget.products.full" => "FULL" "widget.products.full_except_traffic" => "FULL_EXCEPT_TRAFFIC" "widget.products.full_except_traffic_redirection_external" => "FULL_EXCEPT_TRAFFIC_REDIRECTION_SIM" ] |
| 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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#577 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#584 …} -namespace: Closure() {#576 …} } |
| 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 | "form.widgetType" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "form.select_option" |
| 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() {#847 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#781 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#846 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_widget_form_widgetType" ] |
| cache_key | "_widget_form_widgetType_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#980 +label: "widget.journey.integrated" +value: "ITINERAIRE_INTEGRE" +data: "ITINERAIRE_INTEGRE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#968 +label: "widget.journey.redirect_sim" +value: "ITINERAIRE_REDIRECTION_SIM" +data: "ITINERAIRE_REDIRECTION_SIM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#960 +label: "widget.journey.redirect_internal" +value: "ITINERAIRE_REDIRECTION_PAGE_PAGE" +data: "ITINERAIRE_REDIRECTION_PAGE_PAGE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#941 +label: "widget.schedule.integrated" +value: "HORAIRE_INTEGRE" +data: "HORAIRE_INTEGRE" +attr: [ "class" => "is-Show-SubNetwork" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#926 +label: "widget.schedule.redirect_sim" +value: "HORAIRE_REDIRECTION_SIM" +data: "HORAIRE_REDIRECTION_SIM" +attr: [ "class" => "is-Show-SubNetwork" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#918 +label: "widget.schedule.redirect_internal" +value: "HORAIRE_REDIRECTION_PAGE_PAGE" +data: "HORAIRE_REDIRECTION_PAGE_PAGE" +attr: [ "class" => "is-Show-SubNetwork" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#909 +label: "widget.traffic.integrated" +value: "TRAFIC_INTEGRE" +data: "TRAFIC_INTEGRE" +attr: [ "class" => "is-Show-SubNetwork" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#900 +label: "widget.products.full" +value: "FULL" +data: "FULL" +attr: [ "class" => "is-Show-SubNetwork" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#886 +label: "widget.products.full_except_traffic" +value: "FULL_EXCEPT_TRAFFIC" +data: "FULL_EXCEPT_TRAFFIC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#792 +label: "widget.products.full_except_traffic_redirection_external" +value: "FULL_EXCEPT_TRAFFIC_REDIRECTION_SIM" +data: "FULL_EXCEPT_TRAFFIC_REDIRECTION_SIM" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#795 -form: Symfony\Component\Form\Form {#989 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#827 …5} |
| full_name | "widget_form[widgetType]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "widget_form_widgetType" |
| is_selected | Closure($choice, $value) {#1094 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#833 …} } |
| label | "form.widgetType" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "widgetType" |
| placeholder | "form.select_option" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_widget_form_widgetType" |
| valid | true |
| value | "" |
subNetworks
"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 | [ "Gradski" => "Gradski" "Gradski Ferry" => "GradskiFerry" ] |
[ "Gradski" => "Gradski" "Gradski Ferry" => "GradskiFerry" ] |
| expanded | false |
same as passed value |
| label | "form.subNetworks" |
same as passed value |
| multiple | true |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | 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 | [ "Gradski" => "Gradski" "Gradski Ferry" => "GradskiFerry" ] |
| 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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#577 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#584 …} -namespace: Closure() {#576 …} } |
| 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 | "form.subNetworks" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | true |
| 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() {#861 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#781 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#854 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_widget_form_subNetworks" ] |
| cache_key | "_widget_form_subNetworks_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1095 +label: "Gradski" +value: "Gradski" +data: "Gradski" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1096 +label: "Gradski Ferry" +value: "GradskiFerry" +data: "GradskiFerry" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#865 -form: Symfony\Component\Form\Form {#998 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1091 …5} |
| full_name | "widget_form[subNetworks][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "widget_form_subNetworks" |
| is_selected | Closure($choice, array $values) {#1098 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#833 …} } |
| label | "form.subNetworks" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "subNetworks" |
| 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 | "_widget_form_subNetworks" |
| valid | true |
| value | [] |
domain
"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 |
|---|---|---|
| label | "form.domain" |
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 | [] |
| 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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#577 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#584 …} -namespace: Closure() {#576 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#825 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#741 …} } |
| 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 | "form.domain" |
| 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() {#786 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#781 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#823 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_widget_form_domain" ] |
| cache_key | "_widget_form_domain_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1099 -form: Symfony\Component\Form\Form {#1001 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1100 …5} |
| full_name | "widget_form[domain]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "widget_form_domain" |
| label | "form.domain" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "domain" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_widget_form_domain" |
| valid | true |
| value | "" |
start
"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 | [ "placeholder" => "journey.departure_placeholder" ] |
[ "placeholder" => "journey.departure_placeholder" ] |
| label | "journey.departure" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "journey.departure_placeholder" ] |
| 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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#577 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#584 …} -namespace: Closure() {#576 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#881 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#741 …} } |
| 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 | "journey.departure" |
| 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() {#885 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#781 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#884 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "journey.departure_placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_widget_form_start" ] |
| cache_key | "_widget_form_start_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1101 -form: Symfony\Component\Form\Form {#1004 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1102 …5} |
| full_name | "widget_form[start]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "widget_form_start" |
| label | "journey.departure" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "start" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_widget_form_start" |
| valid | true |
| value | "" |
startId
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View 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 | 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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#577 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#584 …} -namespace: Closure() {#576 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#892 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#741 …} } |
| 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() {#899 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#781 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#893 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_widget_form_startId" ] |
| cache_key | "_widget_form_startId_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1103 -form: Symfony\Component\Form\Form {#1007 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1104 …5} |
| full_name | "widget_form[startId]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "widget_form_startId" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "startId" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_widget_form_startId" |
| valid | true |
| value | "" |
end
"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 | [ "placeholder" => "journey.arrival_placeholder" ] |
[ "placeholder" => "journey.arrival_placeholder" ] |
| label | "journey.arrival" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "journey.arrival_placeholder" ] |
| 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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#577 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#584 …} -namespace: Closure() {#576 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#906 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#741 …} } |
| 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 | "journey.arrival" |
| 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() {#908 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#781 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#907 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "journey.arrival_placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_widget_form_end" ] |
| cache_key | "_widget_form_end_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1105 -form: Symfony\Component\Form\Form {#1010 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1106 …5} |
| full_name | "widget_form[end]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "widget_form_end" |
| label | "journey.arrival" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "end" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_widget_form_end" |
| valid | true |
| value | "" |
endId
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View 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 | 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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#577 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#584 …} -namespace: Closure() {#576 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#915 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#741 …} } |
| 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() {#917 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#781 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#916 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_widget_form_endId" ] |
| cache_key | "_widget_form_endId_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1107 -form: Symfony\Component\Form\Form {#1013 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1108 …5} |
| full_name | "widget_form[endId]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "widget_form_endId" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "endId" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_widget_form_endId" |
| valid | true |
| value | "" |
prefilled
"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 | [ "widget.no" => "NO" "widget.departure" => "DEPARTURE" "widget.arrival" => "ARRIVAL" ] |
[ "widget.no" => "NO" "widget.departure" => "DEPARTURE" "widget.arrival" => "ARRIVAL" ] |
| label | "widget.prefilled" |
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 | [ "widget.no" => "NO" "widget.departure" => "DEPARTURE" "widget.arrival" => "ARRIVAL" ] |
| 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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#577 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#584 …} -namespace: Closure() {#576 …} } |
| 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 | "widget.prefilled" |
| 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() {#925 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#781 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#924 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_widget_form_prefilled" ] |
| cache_key | "_widget_form_prefilled_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1111 +label: "widget.no" +value: "NO" +data: "NO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1112 +label: "widget.departure" +value: "DEPARTURE" +data: "DEPARTURE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1113 +label: "widget.arrival" +value: "ARRIVAL" +data: "ARRIVAL" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1109 -form: Symfony\Component\Form\Form {#1016 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1110 …5} |
| full_name | "widget_form[prefilled]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "widget_form_prefilled" |
| is_selected | Closure($choice, $value) {#1115 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#833 …} } |
| label | "widget.prefilled" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "prefilled" |
| 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 | "_widget_form_prefilled" |
| valid | true |
| value | "" |
customizeMap
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "checked" => false ] |
[ "checked" => false ] |
| label | "widget.customize_map" |
same as passed value |
| mapped | false |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "checked" => false ] |
| 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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#577 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#584 …} -namespace: Closure() {#576 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#937 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#934 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#935 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "widget.customize_map" |
| 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() {#944 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#781 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#942 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "checked" => false ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_widget_form_customizeMap" ] |
| cache_key | "_widget_form_customizeMap_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1116 -form: Symfony\Component\Form\Form {#1019 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1117 …5} |
| full_name | "widget_form[customizeMap]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "widget_form_customizeMap" |
| label | "widget.customize_map" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "customizeMap" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_widget_form_customizeMap" |
| valid | true |
| value | "1" |
latitude
"Symfony\Component\Form\Extension\Core\Type\NumberType"
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 | [ "data-is-map-param" => "lat" ] |
[ "data-is-map-param" => "lat" ] |
| label | "widget.latitude" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-is-map-param" => "lat" ] |
| 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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#577 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#584 …} -namespace: Closure() {#576 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#951 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#741 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | false |
| inherit_data | false |
| input | "number" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "widget.latitude" |
| 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 |
| rounding_mode | 6 |
| row_attr | [] |
| scale | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#959 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#781 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#958 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-is-map-param" => "lat" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "number" "_widget_form_latitude" ] |
| cache_key | "_widget_form_latitude_number" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1118 -form: Symfony\Component\Form\Form {#1022 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1119 …5} |
| full_name | "widget_form[latitude]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "widget_form_latitude" |
| label | "widget.latitude" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "latitude" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_widget_form_latitude" |
| valid | true |
| value | "" |
longitude
"Symfony\Component\Form\Extension\Core\Type\NumberType"
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 | [ "data-is-map-param" => "lng" ] |
[ "data-is-map-param" => "lng" ] |
| label | "widget.longitude" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-is-map-param" => "lng" ] |
| 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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#577 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#584 …} -namespace: Closure() {#576 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#971 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#741 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | false |
| inherit_data | false |
| input | "number" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "widget.longitude" |
| 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 |
| rounding_mode | 6 |
| row_attr | [] |
| scale | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#969 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#781 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#970 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-is-map-param" => "lng" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "number" "_widget_form_longitude" ] |
| cache_key | "_widget_form_longitude_number" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1120 -form: Symfony\Component\Form\Form {#1025 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1121 …5} |
| full_name | "widget_form[longitude]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "widget_form_longitude" |
| label | "widget.longitude" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "longitude" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_widget_form_longitude" |
| valid | true |
| value | "" |
zoom
"Symfony\Component\Form\Extension\Core\Type\NumberType"
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 | [ "data-is-map-param" => "zoom" ] |
[ "data-is-map-param" => "zoom" ] |
| label | "widget.zoom" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-is-map-param" => "zoom" ] |
| 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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#577 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#584 …} -namespace: Closure() {#576 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#977 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#741 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | false |
| inherit_data | false |
| input | "number" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "widget.zoom" |
| 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 |
| rounding_mode | 6 |
| row_attr | [] |
| scale | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#979 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#781 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#978 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-is-map-param" => "zoom" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "number" "_widget_form_zoom" ] |
| cache_key | "_widget_form_zoom_number" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1122 -form: Symfony\Component\Form\Form {#1028 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1123 …5} |
| full_name | "widget_form[zoom]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "widget_form_zoom" |
| label | "widget.zoom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "zoom" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_widget_form_zoom" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "62b2f246734.SlNh11UcNHSVWQSPD7FndXLDrBjGFbUSHrtPZ1nuwww.LD0rmjpKYDLlCFHueIlTFADy1EKXe9ElSe8dUgCahz19J1WjBlNBDPQ1QQ" |
| 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 | "62b2f246734.SlNh11UcNHSVWQSPD7FndXLDrBjGFbUSHrtPZ1nuwww.LD0rmjpKYDLlCFHueIlTFADy1EKXe9ElSe8dUgCahz19J1WjBlNBDPQ1QQ" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#577 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#584 …} -namespace: Closure() {#576 …} } |
| data | "62b2f246734.SlNh11UcNHSVWQSPD7FndXLDrBjGFbUSHrtPZ1nuwww.LD0rmjpKYDLlCFHueIlTFADy1EKXe9ElSe8dUgCahz19J1WjBlNBDPQ1QQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1093 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#741 …} } |
| 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() {#1124 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#781 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1125 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_widget_form__token" ] |
| cache_key | "_widget_form__token_hidden" |
| compound | false |
| data | "62b2f246734.SlNh11UcNHSVWQSPD7FndXLDrBjGFbUSHrtPZ1nuwww.LD0rmjpKYDLlCFHueIlTFADy1EKXe9ElSe8dUgCahz19J1WjBlNBDPQ1QQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1135 -form: Symfony\Component\Form\Form {#1131 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1126 …5} |
| full_name | "widget_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "widget_form__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 | "_widget_form__token" |
| valid | true |
| value | "62b2f246734.SlNh11UcNHSVWQSPD7FndXLDrBjGFbUSHrtPZ1nuwww.LD0rmjpKYDLlCFHueIlTFADy1EKXe9ElSe8dUgCahz19J1WjBlNBDPQ1QQ" |