Forms
-
(no name)
-
term
-
distance
-
scope
-
submit
-
coordinates
-
pfd
-
(no name)
Form type:
"App\Form\SearchProfilesFormType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [ "scope" => "" "pfd" => true ] |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "" |
same as passed value |
| csrf_protection | false |
same as passed value |
| data | [ "scope" => "" "pfd" => true ] |
[ "scope" => "" "pfd" => true ] |
| miscellaneousData | null |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1813 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1823 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1810 …} -namespace: Closure() {#1841 …} } |
| data | [ "scope" => "" "pfd" => true ] |
| data_class | null |
| designFramework | "bootstrap" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2337 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | [] |
| location | null |
| mapped | true |
| method | "POST" |
| miscellaneousData | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| profile | null |
| property_path | null |
| required | true |
| row_attr | [] |
| sessionUser | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2256 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#302 …} $message: Closure() {#2254 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "" "_" ] |
| cache_key | "__" |
| compound | true |
| data | [ "scope" => "" "pfd" => true ] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2386 -errors: [] -form: Symfony\Component\Form\Form {#2391 …} } |
| form | Symfony\Component\Form\FormView {#2255 …5} |
| full_name | "" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_" |
| valid | true |
| value | [ "scope" => "" "pfd" => true ] |
term
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 | [ "minlength" => 3 "maxlength" => 32 "data-length" => 32 "data-vcrx" => "^[\u0020\u002D-\u002F\u0030-\u0039\u0041-\u005A\u0061-\u007A\u00C4\u00D6\u00DC\u00DF\u00E4\u00F6\u00FC]+$" "data-vcrc" => "alias" ] |
[ "minlength" => 3 "maxlength" => 32 "data-length" => 32 "data-vcrx" => "^[\u0020\u002D-\u002F\u0030-\u0039\u0041-\u005A\u0061-\u007A\u00C4\u00D6\u00DC\u00DF\u00E4\u00F6\u00FC]+$" "data-vcrc" => "alias" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#2243 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#2242 +payload: null +groups: ? +message: "This value is not valid." +pattern: "/^[\x{0020}\x{002D}-\x{002F}\x{0030}-\x{0039}\x{0041}-\x{005A}\x{0061}-\x{007A}\x{00C4}\x{00D6}\x{00DC}\x{00DF}\x{00E4}\x{00F6}\x{00FC}]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#2243 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#2242 +payload: null +groups: ? +message: "This value is not valid." +pattern: "/^[\x{0020}\x{002D}-\x{002F}\x{0030}-\x{0039}\x{0041}-\x{005A}\x{0061}-\x{007A}\x{00C4}\x{00D6}\x{00DC}\x{00DF}\x{00E4}\x{00F6}\x{00FC}]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| label | "zip_or_city" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "minlength" => 3 "maxlength" => 32 "data-length" => 32 "data-vcrx" => "^[\u0020\u002D-\u002F\u0030-\u0039\u0041-\u005A\u0061-\u007A\u00C4\u00D6\u00DC\u00DF\u00E4\u00F6\u00FC]+$" "data-vcrc" => "alias" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#2243 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 32 +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#2242 +payload: null +groups: ? +message: "This value is not valid." +pattern: "/^[\x{0020}\x{002D}-\x{002F}\x{0030}-\x{0039}\x{0041}-\x{005A}\x{0061}-\x{007A}\x{00C4}\x{00D6}\x{00DC}\x{00DF}\x{00E4}\x{00F6}\x{00FC}]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1813 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1823 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1810 …} -namespace: Closure() {#1841 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2238 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "zip_or_city" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 | [] |
| sanitize_html | false |
| sanitizer | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2344 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#302 …} $message: Closure() {#2239 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "minlength" => 3 "maxlength" => 32 "data-length" => 32 "data-vcrx" => "^[\u0020\u002D-\u002F\u0030-\u0039\u0041-\u005A\u0061-\u007A\u00C4\u00D6\u00DC\u00DF\u00E4\u00F6\u00FC]+$" "data-vcrc" => "alias" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_term" ] |
| cache_key | "_term_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2353 -errors: [] -form: Symfony\Component\Form\Form {#2394 …} } |
| form | Symfony\Component\Form\FormView {#2364 …5} |
| full_name | "term" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "term" |
| label | "zip_or_city" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "term" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_term" |
| valid | true |
| value | "" |
distance
Errors
This form has no errors.
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 | [ "distance_5" => 5 "distance_10" => 10 "distance_25" => 25 ] |
[ "distance_5" => 5 "distance_10" => 10 "distance_25" => 25 ] |
| constraints | [ Symfony\Component\Validator\Constraints\Choice {#2241 +payload: null +groups: ? +choices: [ 5 10 25 ] +callback: null +multiple: false +strict: true +min: null +max: null +message: "The value you selected is not a valid choice." +multipleMessage: "One or more of the given values is invalid." +minMessage: "You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices." +maxMessage: "You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices." +match: true } ] |
[ Symfony\Component\Validator\Constraints\Choice {#2241 +payload: null +groups: ? +choices: [ 5 10 25 ] +callback: null +multiple: false +strict: true +min: null +max: null +message: "The value you selected is not a valid choice." +multipleMessage: "One or more of the given values is invalid." +minMessage: "You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices." +maxMessage: "You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices." +match: true } ] |
| label | "maximum_distance" |
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_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "distance_5" => 5 "distance_10" => 10 "distance_25" => 25 ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Choice {#2241 +payload: null +groups: ? +choices: [ 5 10 25 ] +callback: null +multiple: false +strict: true +min: null +max: null +message: "The value you selected is not a valid choice." +multipleMessage: "One or more of the given values is invalid." +minMessage: "You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices." +maxMessage: "You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices." +match: true } ] |
| 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 {#1813 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1823 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1810 …} -namespace: Closure() {#1841 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| 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 | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "maximum_distance" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| 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 | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2352 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#302 …} $message: Closure() {#2351 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_distance" ] |
| cache_key | "_distance_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2414 +data: 5 +value: "5" +label: "distance_5" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2415 +data: 10 +value: "10" +label: "distance_10" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2416 +data: 25 +value: "25" +label: "distance_25" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#2345 -errors: [] -form: Symfony\Component\Form\Form {#2397 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2412 …5} |
| full_name | "distance" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "distance" |
| is_selected | Closure($choice, $value) {#2432 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "maximum_distance" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "distance" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_distance" |
| valid | true |
| value | "" |
scope
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "all" => "" "scope_profile_babysitter_u" => "babysitter" "scope_profile_nanny_u" => "nanny" "scope_profile_inHomeDaycareProvider_u" => "inHomeDaycareProvider" "scope_profile_hiredGrandparent_u" => "hiredGrandparent" ] |
[ "all" => "" "scope_profile_babysitter_u" => "babysitter" "scope_profile_nanny_u" => "nanny" "scope_profile_inHomeDaycareProvider_u" => "inHomeDaycareProvider" "scope_profile_hiredGrandparent_u" => "hiredGrandparent" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Choice {#2240 +payload: null +groups: ? +choices: [ "all" => "" "scope_profile_babysitter_u" => "babysitter" "scope_profile_nanny_u" => "nanny" "scope_profile_inHomeDaycareProvider_u" => "inHomeDaycareProvider" "scope_profile_hiredGrandparent_u" => "hiredGrandparent" ] +callback: null +multiple: false +strict: true +min: null +max: null +message: "The value you selected is not a valid choice." +multipleMessage: "One or more of the given values is invalid." +minMessage: "You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices." +maxMessage: "You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices." +match: true } ] |
[ Symfony\Component\Validator\Constraints\Choice {#2240 +payload: null +groups: ? +choices: [ "all" => "" "scope_profile_babysitter_u" => "babysitter" "scope_profile_nanny_u" => "nanny" "scope_profile_inHomeDaycareProvider_u" => "inHomeDaycareProvider" "scope_profile_hiredGrandparent_u" => "hiredGrandparent" ] +callback: null +multiple: false +strict: true +min: null +max: null +message: "The value you selected is not a valid choice." +multipleMessage: "One or more of the given values is invalid." +minMessage: "You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices." +maxMessage: "You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices." +match: true } ] |
| label | "care_scope" |
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_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "all" => "" "scope_profile_babysitter_u" => "babysitter" "scope_profile_nanny_u" => "nanny" "scope_profile_inHomeDaycareProvider_u" => "inHomeDaycareProvider" "scope_profile_hiredGrandparent_u" => "hiredGrandparent" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Choice {#2240 +payload: null +groups: ? +choices: [ "all" => "" "scope_profile_babysitter_u" => "babysitter" "scope_profile_nanny_u" => "nanny" "scope_profile_inHomeDaycareProvider_u" => "inHomeDaycareProvider" "scope_profile_hiredGrandparent_u" => "hiredGrandparent" ] +callback: null +multiple: false +strict: true +min: null +max: null +message: "The value you selected is not a valid choice." +multipleMessage: "One or more of the given values is invalid." +minMessage: "You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices." +maxMessage: "You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices." +match: true } ] |
| 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 {#1813 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1823 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1810 …} -namespace: Closure() {#1841 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| 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 | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "care_scope" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "" |
| placeholder_attr | [] |
| 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 | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2363 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#302 …} $message: Closure() {#2362 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_scope" ] |
| cache_key | "_scope_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2436 +data: "" +value: "" +label: "all" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2437 +data: "babysitter" +value: "babysitter" +label: "scope_profile_babysitter_u" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2438 +data: "nanny" +value: "nanny" +label: "scope_profile_nanny_u" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2439 +data: "inHomeDaycareProvider" +value: "inHomeDaycareProvider" +label: "scope_profile_inHomeDaycareProvider_u" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2440 +data: "hiredGrandparent" +value: "hiredGrandparent" +label: "scope_profile_hiredGrandparent_u" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | "" |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#2434 -errors: [] -form: Symfony\Component\Form\Form {#2400 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2435 …5} |
| full_name | "scope" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "scope" |
| is_selected | Closure($choice, $value) {#2442 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "care_scope" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "scope" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | true |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_scope" |
| valid | true |
| value | "" |
submit
Errors
This form has no errors.
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 |
|---|---|---|
| label | "submit" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "submit" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_submit" ] |
| cache_key | "_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#2444 …5} |
| full_name | "submit" |
| id | "submit" |
| label | "submit" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_submit" |
| value | null |
coordinates
Errors
This form has no errors.
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 |
|---|---|---|
| mapped | 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 {#1813 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1823 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1810 …} -namespace: Closure() {#1841 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2374 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#2376 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#302 …} $message: Closure() {#2375 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_coordinates" ] |
| cache_key | "_coordinates_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2445 -errors: [] -form: Symfony\Component\Form\Form {#2405 …} } |
| form | Symfony\Component\Form\FormView {#2443 …5} |
| full_name | "coordinates" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "coordinates" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "coordinates" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_coordinates" |
| valid | true |
| value | "" |
pfd
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "1" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| mapped | 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 {#1813 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1823 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1810 …} -namespace: Closure() {#1841 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2383 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#2385 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#302 …} $message: Closure() {#2384 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_pfd" ] |
| cache_key | "_pfd_hidden" |
| compound | false |
| data | "1" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2446 -errors: [] -form: Symfony\Component\Form\Form {#2408 …} } |
| form | Symfony\Component\Form\FormView {#2447 …5} |
| full_name | "pfd" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "pfd" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "pfd" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_pfd" |
| valid | true |
| value | "1" |