Forms
-
active_client_selector
-
user
-
activeClient
-
_token
-
active_client_selector
Form type:
"App\Form\ActiveClientSelectorType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\ActiveClientSelector {#1156 -id: null -user: null -activeClient: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\ActiveClientSelector {#1156 -id: null -user: null -activeClient: 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 | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1331 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1332 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1333 …} -namespace: Closure() {#1335 …} } |
| data | App\Entity\ActiveClientSelector {#1156 -id: null -user: null -activeClient: null } |
| data_class | "App\Entity\ActiveClientSelector" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1378 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\ActiveClientSelector" } } |
| 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 | [] |
| 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() {#1376 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1184 …} $message: Closure() {#1377 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "active_client_selector" "_active_client_selector" ] |
| cache_key | "_active_client_selector_active_client_selector" |
| compound | true |
| data | App\Entity\ActiveClientSelector {#1156 -id: null -user: null -activeClient: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1473 -form: Symfony\Component\Form\Form {#1479 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1375 …5} |
| full_name | "active_client_selector" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "active_client_selector" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "active_client_selector" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_active_client_selector" |
| valid | true |
| value | App\Entity\ActiveClientSelector {#1156 -id: null -user: null -activeClient: null } |
user
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 |
|---|---|---|
| choice_label | "FullName" |
same as passed value |
| class | "App\Entity\User" |
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 | "FullName" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1504 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1372 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1489 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1506 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1490 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1493 …} } |
| choices | null |
| class | "App\Entity\User" |
| 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 {#1331 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1332 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1333 …} -namespace: Closure() {#1335 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerFy5lV4O\EntityManagerGhostEbeb667 {#984 …12} |
| 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 | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1474 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerFy5lV4O\EntityManagerGhostEbeb667 {#984 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1475 …} } |
| inherit_data | false |
| invalid_message | "The selected choice 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" |
| 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 |
| query_builder | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1373 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1184 …} $message: Closure() {#1388 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_active_client_selector_user" ] |
| cache_key | "_active_client_selector_user_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1464 +label: "Stephen Nurse" +value: "1" +data: App\Entity\User {#1556 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1562 +label: "Wyn Lewis" +value: "2" +data: App\Entity\User {#1520 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1452 +label: "Test Player1" +value: "3" +data: App\Entity\User {#1648 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1509 +label: "Test Player2" +value: "4" +data: App\Entity\User {#1646 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1614 +label: "Test Player3" +value: "5" +data: App\Entity\User {#1592 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1505 +label: "Test Player4" +value: "6" +data: App\Entity\User {#1634 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1546 +label: "Test Player5" +value: "7" +data: App\Entity\User {#1587 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1467 +label: "Test Player6" +value: "8" +data: App\Entity\User {#1558 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1606 +label: "Test Player7" +value: "9" +data: App\Entity\User {#1550 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1605 +label: "Test Player8" +value: "10" +data: App\Entity\User {#1628 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2015 +label: "Test Player9" +value: "11" +data: App\Entity\User {#1657 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2016 +label: "Test Player10" +value: "12" +data: App\Entity\User {#1664 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2017 +label: "Test Player11" +value: "13" +data: App\Entity\User {#1671 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2018 +label: "Test Player12" +value: "14" +data: App\Entity\User {#1678 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2019 +label: "Test Player13" +value: "15" +data: App\Entity\User {#1685 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2020 +label: "Test Player14" +value: "16" +data: App\Entity\User {#1692 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2021 +label: "Test Player15" +value: "17" +data: App\Entity\User {#1699 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2022 +label: "Test Player16" +value: "18" +data: App\Entity\User {#1706 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2023 +label: "Test Player17" +value: "19" +data: App\Entity\User {#1713 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2024 +label: "Test Player18" +value: "20" +data: App\Entity\User {#1720 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2025 +label: "Test Player19" +value: "21" +data: App\Entity\User {#1727 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2026 +label: "Test Player20" +value: "22" +data: App\Entity\User {#1734 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2027 +label: "Test Player21" +value: "23" +data: App\Entity\User {#1741 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2028 +label: "Test Player22" +value: "24" +data: App\Entity\User {#1748 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2029 +label: "Test Player23" +value: "25" +data: App\Entity\User {#1755 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2030 +label: "Test Player24" +value: "26" +data: App\Entity\User {#1762 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2031 +label: "Test Player25" +value: "27" +data: App\Entity\User {#1769 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2032 +label: "Test Player26" +value: "28" +data: App\Entity\User {#1776 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2033 +label: "Test Player27" +value: "29" +data: App\Entity\User {#1783 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2034 +label: "Test Player28" +value: "30" +data: App\Entity\User {#1790 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2035 +label: "Test Player29" +value: "31" +data: App\Entity\User {#1797 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2036 +label: "Test Player30" +value: "32" +data: App\Entity\User {#1804 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2037 +label: "Test Player31" +value: "33" +data: App\Entity\User {#1811 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2038 +label: "Test Player32" +value: "34" +data: App\Entity\User {#1818 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2039 +label: "Test Player33" +value: "35" +data: App\Entity\User {#1825 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2040 +label: "Test Player34" +value: "36" +data: App\Entity\User {#1832 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2041 +label: "Test Player35" +value: "37" +data: App\Entity\User {#1839 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2042 +label: "Test Player36" +value: "38" +data: App\Entity\User {#1846 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2043 +label: "Test Player37" +value: "39" +data: App\Entity\User {#1853 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2044 +label: "Test Player38" +value: "40" +data: App\Entity\User {#1860 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2045 +label: "Test Player39" +value: "41" +data: App\Entity\User {#1867 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2046 +label: "Test Player40" +value: "42" +data: App\Entity\User {#1874 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2047 +label: "Test Player41" +value: "43" +data: App\Entity\User {#1881 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2048 +label: "Test Player42" +value: "44" +data: App\Entity\User {#1888 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2049 +label: "Test Player43" +value: "45" +data: App\Entity\User {#1895 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2050 +label: "Test Player44" +value: "46" +data: App\Entity\User {#1902 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2051 +label: "Test Player45" +value: "47" +data: App\Entity\User {#1909 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2052 +label: "Test Player46" +value: "48" +data: App\Entity\User {#1916 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2053 +label: "Test Player47" +value: "49" +data: App\Entity\User {#1923 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2054 +label: "Test Player48" +value: "50" +data: App\Entity\User {#1930 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2055 +label: "Test Player49" +value: "51" +data: App\Entity\User {#1937 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2056 +label: "Test Player50" +value: "52" +data: App\Entity\User {#1944 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2057 +label: "Test Player51" +value: "53" +data: App\Entity\User {#1951 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2058 +label: "Test Player52" +value: "54" +data: App\Entity\User {#1958 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2059 +label: "Test Player53" +value: "55" +data: App\Entity\User {#1965 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2060 +label: "Test Player54" +value: "56" +data: App\Entity\User {#1972 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2061 +label: "Test Player55" +value: "57" +data: App\Entity\User {#1979 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2062 +label: "Test Player56" +value: "58" +data: App\Entity\User {#1986 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2063 +label: "Steve Verkouter" +value: "59" +data: App\Entity\User {#1993 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2064 +label: "Stephen Nurse2" +value: "60" +data: App\Entity\User {#2001 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2065 +label: "Elena XYZ" +value: "62" +data: App\Entity\User {#2008 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1532 -form: Symfony\Component\Form\Form {#1466 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1443 …5} |
| full_name | "active_client_selector[user]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "active_client_selector_user" |
| is_selected | Closure($choice, $value) {#1507 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "user" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_active_client_selector_user" |
| valid | true |
| value | "" |
activeClient
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 |
|---|---|---|
| choice_label | "FullName" |
same as passed value |
| class | "App\Entity\User" |
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 | "FullName" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1366 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1372 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1393 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1506 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1365 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1493 …} } |
| choices | null |
| class | "App\Entity\User" |
| 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 {#1331 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1332 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1333 …} -namespace: Closure() {#1335 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerFy5lV4O\EntityManagerGhostEbeb667 {#984 …12} |
| 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 | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1474 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerFy5lV4O\EntityManagerGhostEbeb667 {#984 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1475 …} } |
| inherit_data | false |
| invalid_message | "The selected choice 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" |
| 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 |
| query_builder | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1482 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1184 …} $message: Closure() {#1481 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_active_client_selector_activeClient" ] |
| cache_key | "_active_client_selector_activeClient_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2068 +label: "Stephen Nurse" +value: "1" +data: App\Entity\User {#1556 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2070 +label: "Wyn Lewis" +value: "2" +data: App\Entity\User {#1520 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2071 +label: "Test Player1" +value: "3" +data: App\Entity\User {#1648 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2072 +label: "Test Player2" +value: "4" +data: App\Entity\User {#1646 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2073 +label: "Test Player3" +value: "5" +data: App\Entity\User {#1592 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2074 +label: "Test Player4" +value: "6" +data: App\Entity\User {#1634 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2075 +label: "Test Player5" +value: "7" +data: App\Entity\User {#1587 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2076 +label: "Test Player6" +value: "8" +data: App\Entity\User {#1558 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2077 +label: "Test Player7" +value: "9" +data: App\Entity\User {#1550 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2078 +label: "Test Player8" +value: "10" +data: App\Entity\User {#1628 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2079 +label: "Test Player9" +value: "11" +data: App\Entity\User {#1657 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2080 +label: "Test Player10" +value: "12" +data: App\Entity\User {#1664 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2081 +label: "Test Player11" +value: "13" +data: App\Entity\User {#1671 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2082 +label: "Test Player12" +value: "14" +data: App\Entity\User {#1678 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2083 +label: "Test Player13" +value: "15" +data: App\Entity\User {#1685 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2084 +label: "Test Player14" +value: "16" +data: App\Entity\User {#1692 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2085 +label: "Test Player15" +value: "17" +data: App\Entity\User {#1699 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2086 +label: "Test Player16" +value: "18" +data: App\Entity\User {#1706 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2087 +label: "Test Player17" +value: "19" +data: App\Entity\User {#1713 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2088 +label: "Test Player18" +value: "20" +data: App\Entity\User {#1720 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2089 +label: "Test Player19" +value: "21" +data: App\Entity\User {#1727 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2090 +label: "Test Player20" +value: "22" +data: App\Entity\User {#1734 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2091 +label: "Test Player21" +value: "23" +data: App\Entity\User {#1741 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2092 +label: "Test Player22" +value: "24" +data: App\Entity\User {#1748 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2093 +label: "Test Player23" +value: "25" +data: App\Entity\User {#1755 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2094 +label: "Test Player24" +value: "26" +data: App\Entity\User {#1762 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2095 +label: "Test Player25" +value: "27" +data: App\Entity\User {#1769 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2096 +label: "Test Player26" +value: "28" +data: App\Entity\User {#1776 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2097 +label: "Test Player27" +value: "29" +data: App\Entity\User {#1783 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2098 +label: "Test Player28" +value: "30" +data: App\Entity\User {#1790 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2099 +label: "Test Player29" +value: "31" +data: App\Entity\User {#1797 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2100 +label: "Test Player30" +value: "32" +data: App\Entity\User {#1804 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2101 +label: "Test Player31" +value: "33" +data: App\Entity\User {#1811 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2102 +label: "Test Player32" +value: "34" +data: App\Entity\User {#1818 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2103 +label: "Test Player33" +value: "35" +data: App\Entity\User {#1825 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2104 +label: "Test Player34" +value: "36" +data: App\Entity\User {#1832 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2105 +label: "Test Player35" +value: "37" +data: App\Entity\User {#1839 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2106 +label: "Test Player36" +value: "38" +data: App\Entity\User {#1846 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2107 +label: "Test Player37" +value: "39" +data: App\Entity\User {#1853 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2108 +label: "Test Player38" +value: "40" +data: App\Entity\User {#1860 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2109 +label: "Test Player39" +value: "41" +data: App\Entity\User {#1867 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2110 +label: "Test Player40" +value: "42" +data: App\Entity\User {#1874 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2111 +label: "Test Player41" +value: "43" +data: App\Entity\User {#1881 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2112 +label: "Test Player42" +value: "44" +data: App\Entity\User {#1888 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2113 +label: "Test Player43" +value: "45" +data: App\Entity\User {#1895 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2114 +label: "Test Player44" +value: "46" +data: App\Entity\User {#1902 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2115 +label: "Test Player45" +value: "47" +data: App\Entity\User {#1909 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2116 +label: "Test Player46" +value: "48" +data: App\Entity\User {#1916 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2117 +label: "Test Player47" +value: "49" +data: App\Entity\User {#1923 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2118 +label: "Test Player48" +value: "50" +data: App\Entity\User {#1930 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2119 +label: "Test Player49" +value: "51" +data: App\Entity\User {#1937 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2120 +label: "Test Player50" +value: "52" +data: App\Entity\User {#1944 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2121 +label: "Test Player51" +value: "53" +data: App\Entity\User {#1951 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2122 +label: "Test Player52" +value: "54" +data: App\Entity\User {#1958 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2123 +label: "Test Player53" +value: "55" +data: App\Entity\User {#1965 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2124 +label: "Test Player54" +value: "56" +data: App\Entity\User {#1972 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2125 +label: "Test Player55" +value: "57" +data: App\Entity\User {#1979 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2126 +label: "Test Player56" +value: "58" +data: App\Entity\User {#1986 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2127 +label: "Steve Verkouter" +value: "59" +data: App\Entity\User {#1993 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2128 +label: "Stephen Nurse2" +value: "60" +data: App\Entity\User {#2001 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2129 +label: "Elena XYZ" +value: "62" +data: App\Entity\User {#2008 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#2066 -form: Symfony\Component\Form\Form {#1463 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1502 …5} |
| full_name | "active_client_selector[activeClient]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "active_client_selector_activeClient" |
| is_selected | Closure($choice, $value) {#2067 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "activeClient" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_active_client_selector_activeClient" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "2661ff3a5c09130026875d.1R0Iq1vwiu9g4BlhdDIRO4BMobcKuNG2LTHw_Nw9nuo.vG5L8SHC5rYytH0RG2omQ9MOmYVZ6OWFHWiypal41Ju-fGmbKLTyujiXeg" |
| 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 | "2661ff3a5c09130026875d.1R0Iq1vwiu9g4BlhdDIRO4BMobcKuNG2LTHw_Nw9nuo.vG5L8SHC5rYytH0RG2omQ9MOmYVZ6OWFHWiypal41Ju-fGmbKLTyujiXeg" |
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 {#1331 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1332 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1333 …} -namespace: Closure() {#1335 …} } |
| data | "2661ff3a5c09130026875d.1R0Iq1vwiu9g4BlhdDIRO4BMobcKuNG2LTHw_Nw9nuo.vG5L8SHC5rYytH0RG2omQ9MOmYVZ6OWFHWiypal41Ju-fGmbKLTyujiXeg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2132 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 | 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() {#2130 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1184 …} $message: Closure() {#2131 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_active_client_selector__token" ] |
| cache_key | "_active_client_selector__token_hidden" |
| compound | false |
| data | "2661ff3a5c09130026875d.1R0Iq1vwiu9g4BlhdDIRO4BMobcKuNG2LTHw_Nw9nuo.vG5L8SHC5rYytH0RG2omQ9MOmYVZ6OWFHWiypal41Ju-fGmbKLTyujiXeg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2144 -form: Symfony\Component\Form\Form {#2140 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1472 …5} |
| full_name | "active_client_selector[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "active_client_selector__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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_active_client_selector__token" |
| valid | true |
| value | "2661ff3a5c09130026875d.1R0Iq1vwiu9g4BlhdDIRO4BMobcKuNG2LTHw_Nw9nuo.vG5L8SHC5rYytH0RG2omQ9MOmYVZ6OWFHWiypal41Ju-fGmbKLTyujiXeg" |