Forms
-
to_do_list_items
-
project
-
task
-
priority
-
status
-
hoursAllocated
-
attachment
-
needsResearch
-
immediatePriority
-
save
-
save_and_continue
-
_token
-
to_do_list_items
Form type:
"App\Form\ToDoListItemsType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\ToDoListItems {#1022 -id: 382 -project: Proxies\__CG__\App\Entity\ToDoList {#1200 -id: 62 -priority: 3.0 -project: "ATS Template" -accessTo: Doctrine\ORM\PersistentCollection {#1368 …} -liveWebsite: "https://atstemplate.atts-systems.com" -summary: null -monthlyRevenue: 0.0 -cDevDirectory: "atstemplate2" -sqlDatabaseFileName: "atstemplate" -atsTemplateLastUpdated: DateTime @1748350620 {#1367 date: 2025-05-27 12:57:00.0 UTC (+00:00) } -activeCodingProject: true -liveWebsiteWorking: false -expandCollapse: "Collapse" +__isInitialized__: true …2 } -status: "Complete" -priority: 54.0 -task: "<p><strong>User</strong></p><ul><li>Work out a way to share some common features of the User entity but allowing for adaptions for each different project</li><li>ChatGPT: I am building about 10 different websites that all work on Symfony/PHP. They will all share the same foundations or basic architecture (basic USER handling, a CMS, and other standard features) and any changes in one are updated across all by copying the Entity, Controller, Form, Repository and Templates. The each site will have some specific code unique to each site. The problem I have is that the USER entity needs to be slightly different for each site, so I can't copy those across. How can I maintain consistency and the uniqueness. My thought was to split the user entity in two and embed the second (different) USER2 contents within the USER form. Any suggestions</li></ul>" -hoursAllocated: null -immediatePriority: "Top Priority" -attachment: null -needsResearch: "No" -lastSaved: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
access_projects | [] |
same as passed value |
data | App\Entity\ToDoListItems {#1022 -id: 382 -project: Proxies\__CG__\App\Entity\ToDoList {#1200 -id: 62 -priority: 3.0 -project: "ATS Template" -accessTo: Doctrine\ORM\PersistentCollection {#1368 …} -liveWebsite: "https://atstemplate.atts-systems.com" -summary: null -monthlyRevenue: 0.0 -cDevDirectory: "atstemplate2" -sqlDatabaseFileName: "atstemplate" -atsTemplateLastUpdated: DateTime @1748350620 {#1367 date: 2025-05-27 12:57:00.0 UTC (+00:00) } -activeCodingProject: true -liveWebsiteWorking: false -expandCollapse: "Collapse" +__isInitialized__: true …2 } -status: "Complete" -priority: 54.0 -task: "<p><strong>User</strong></p><ul><li>Work out a way to share some common features of the User entity but allowing for adaptions for each different project</li><li>ChatGPT: I am building about 10 different websites that all work on Symfony/PHP. They will all share the same foundations or basic architecture (basic USER handling, a CMS, and other standard features) and any changes in one are updated across all by copying the Entity, Controller, Form, Repository and Templates. The each site will have some specific code unique to each site. The problem I have is that the USER entity needs to be slightly different for each site, so I can't copy those across. How can I maintain consistency and the uniqueness. My thought was to split the user entity in two and embed the second (different) USER2 contents within the USER form. Any suggestions</li></ul>" -hoursAllocated: null -immediatePriority: "Top Priority" -attachment: null -needsResearch: "No" -lastSaved: null } |
same as passed value |
project | Proxies\__CG__\App\Entity\ToDoList {#1200 -id: 62 -priority: 3.0 -project: "ATS Template" -accessTo: Doctrine\ORM\PersistentCollection {#1368 …} -liveWebsite: "https://atstemplate.atts-systems.com" -summary: null -monthlyRevenue: 0.0 -cDevDirectory: "atstemplate2" -sqlDatabaseFileName: "atstemplate" -atsTemplateLastUpdated: DateTime @1748350620 {#1367 date: 2025-05-27 12:57:00.0 UTC (+00:00) } -activeCodingProject: true -liveWebsiteWorking: false -expandCollapse: "Collapse" +__isInitialized__: true …2 } |
same as passed value |
Resolved Options
Option | Value |
---|---|
access_projects | [] |
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 {#1793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1795 …} -namespace: Closure() {#1797 …} } |
data | App\Entity\ToDoListItems {#1022 -id: 382 -project: Proxies\__CG__\App\Entity\ToDoList {#1200 -id: 62 -priority: 3.0 -project: "ATS Template" -accessTo: Doctrine\ORM\PersistentCollection {#1368 …} -liveWebsite: "https://atstemplate.atts-systems.com" -summary: null -monthlyRevenue: 0.0 -cDevDirectory: "atstemplate2" -sqlDatabaseFileName: "atstemplate" -atsTemplateLastUpdated: DateTime @1748350620 {#1367 date: 2025-05-27 12:57:00.0 UTC (+00:00) } -activeCodingProject: true -liveWebsiteWorking: false -expandCollapse: "Collapse" +__isInitialized__: true …2 } -status: "Complete" -priority: 54.0 -task: "<p><strong>User</strong></p><ul><li>Work out a way to share some common features of the User entity but allowing for adaptions for each different project</li><li>ChatGPT: I am building about 10 different websites that all work on Symfony/PHP. They will all share the same foundations or basic architecture (basic USER handling, a CMS, and other standard features) and any changes in one are updated across all by copying the Entity, Controller, Form, Repository and Templates. The each site will have some specific code unique to each site. The problem I have is that the USER entity needs to be slightly different for each site, so I can't copy those across. How can I maintain consistency and the uniqueness. My thought was to split the user entity in two and embed the second (different) USER2 contents within the USER form. Any suggestions</li></ul>" -hoursAllocated: null -immediatePriority: "Top Priority" -attachment: null -needsResearch: "No" -lastSaved: null } |
data_class | "App\Entity\ToDoListItems" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1840 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\ToDoListItems" } } |
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 |
project | Proxies\__CG__\App\Entity\ToDoList {#1200 -id: 62 -priority: 3.0 -project: "ATS Template" -accessTo: Doctrine\ORM\PersistentCollection {#1368 …} -liveWebsite: "https://atstemplate.atts-systems.com" -summary: null -monthlyRevenue: 0.0 -cDevDirectory: "atstemplate2" -sqlDatabaseFileName: "atstemplate" -atsTemplateLastUpdated: DateTime @1748350620 {#1367 date: 2025-05-27 12:57:00.0 UTC (+00:00) } -activeCodingProject: true -liveWebsiteWorking: false -expandCollapse: "Collapse" +__isInitialized__: true …2 } |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1838 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1597 …} $message: Closure() {#1839 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "to_do_list_items" "_to_do_list_items" ] |
cache_key | "_to_do_list_items_to_do_list_items" |
compound | true |
data | App\Entity\ToDoListItems {#1022 -id: 382 -project: Proxies\__CG__\App\Entity\ToDoList {#1200 -id: 62 -priority: 3.0 -project: "ATS Template" -accessTo: Doctrine\ORM\PersistentCollection {#1368 …} -liveWebsite: "https://atstemplate.atts-systems.com" -summary: null -monthlyRevenue: 0.0 -cDevDirectory: "atstemplate2" -sqlDatabaseFileName: "atstemplate" -atsTemplateLastUpdated: DateTime @1748350620 {#1367 date: 2025-05-27 12:57:00.0 UTC (+00:00) } -activeCodingProject: true -liveWebsiteWorking: false -expandCollapse: "Collapse" +__isInitialized__: true …2 } -status: "Complete" -priority: 54.0 -task: "<p><strong>User</strong></p><ul><li>Work out a way to share some common features of the User entity but allowing for adaptions for each different project</li><li>ChatGPT: I am building about 10 different websites that all work on Symfony/PHP. They will all share the same foundations or basic architecture (basic USER handling, a CMS, and other standard features) and any changes in one are updated across all by copying the Entity, Controller, Form, Repository and Templates. The each site will have some specific code unique to each site. The problem I have is that the USER entity needs to be slightly different for each site, so I can't copy those across. How can I maintain consistency and the uniqueness. My thought was to split the user entity in two and embed the second (different) USER2 contents within the USER form. Any suggestions</li></ul>" -hoursAllocated: null -immediatePriority: "Top Priority" -attachment: null -needsResearch: "No" -lastSaved: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1892 -form: Symfony\Component\Form\Form {#2015 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1837 …5} |
full_name | "to_do_list_items" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "to_do_list_items" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "to_do_list_items" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_to_do_list_items" |
valid | true |
value | App\Entity\ToDoListItems {#1022 -id: 382 -project: Proxies\__CG__\App\Entity\ToDoList {#1200 -id: 62 -priority: 3.0 -project: "ATS Template" -accessTo: Doctrine\ORM\PersistentCollection {#1368 …} -liveWebsite: "https://atstemplate.atts-systems.com" -summary: null -monthlyRevenue: 0.0 -cDevDirectory: "atstemplate2" -sqlDatabaseFileName: "atstemplate" -atsTemplateLastUpdated: DateTime @1748350620 {#1367 date: 2025-05-27 12:57:00.0 UTC (+00:00) } -activeCodingProject: true -liveWebsiteWorking: false -expandCollapse: "Collapse" +__isInitialized__: true …2 } -status: "Complete" -priority: 54.0 -task: "<p><strong>User</strong></p><ul><li>Work out a way to share some common features of the User entity but allowing for adaptions for each different project</li><li>ChatGPT: I am building about 10 different websites that all work on Symfony/PHP. They will all share the same foundations or basic architecture (basic USER handling, a CMS, and other standard features) and any changes in one are updated across all by copying the Entity, Controller, Form, Repository and Templates. The each site will have some specific code unique to each site. The problem I have is that the USER entity needs to be slightly different for each site, so I can't copy those across. How can I maintain consistency and the uniqueness. My thought was to split the user entity in two and embed the second (different) USER2 contents within the USER form. Any suggestions</li></ul>" -hoursAllocated: null -immediatePriority: "Top Priority" -attachment: null -needsResearch: "No" -lastSaved: null } |
project
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 | Proxies\__CG__\App\Entity\ToDoList {#1200 -id: 62 -priority: 3.0 -project: "ATS Template" -accessTo: Doctrine\ORM\PersistentCollection {#1368 …} -liveWebsite: "https://atstemplate.atts-systems.com" -summary: null -monthlyRevenue: 0.0 -cDevDirectory: "atstemplate2" -sqlDatabaseFileName: "atstemplate" -atsTemplateLastUpdated: DateTime @1748350620 {#1367 date: 2025-05-27 12:57:00.0 UTC (+00:00) } -activeCodingProject: true -liveWebsiteWorking: false -expandCollapse: "Collapse" +__isInitialized__: true …2 } |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_label | "project" |
same as passed value |
choices | [] |
same as passed value |
class | "App\Entity\ToDoList" |
same as passed value |
data | Proxies\__CG__\App\Entity\ToDoList {#1200 -id: 62 -priority: 3.0 -project: "ATS Template" -accessTo: Doctrine\ORM\PersistentCollection {#1368 …} -liveWebsite: "https://atstemplate.atts-systems.com" -summary: null -monthlyRevenue: 0.0 -cDevDirectory: "atstemplate2" -sqlDatabaseFileName: "atstemplate" -atsTemplateLastUpdated: DateTime @1748350620 {#1367 date: 2025-05-27 12:57:00.0 UTC (+00:00) } -activeCodingProject: true -liveWebsiteWorking: false -expandCollapse: "Collapse" +__isInitialized__: true …2 } |
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 | "project" |
choice_loader | null |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1832 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1829 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1831 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1833 …} } |
choices | [] |
class | "App\Entity\ToDoList" |
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 {#1793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1795 …} -namespace: Closure() {#1797 …} } |
data | Proxies\__CG__\App\Entity\ToDoList {#1200 -id: 62 -priority: 3.0 -project: "ATS Template" -accessTo: Doctrine\ORM\PersistentCollection {#1368 …} -liveWebsite: "https://atstemplate.atts-systems.com" -summary: null -monthlyRevenue: 0.0 -cDevDirectory: "atstemplate2" -sqlDatabaseFileName: "atstemplate" -atsTemplateLastUpdated: DateTime @1748350620 {#1367 date: 2025-05-27 12:57:00.0 UTC (+00:00) } -activeCodingProject: true -liveWebsiteWorking: false -expandCollapse: "Collapse" +__isInitialized__: true …2 } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
em | ContainerT9OFUU2\EntityManagerGhostEbeb667 {#954 …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 {#1834 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerT9OFUU2\EntityManagerGhostEbeb667 {#954 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1208 …} } |
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() {#1835 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1597 …} $message: Closure() {#1850 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_to_do_list_items_project" ] |
cache_key | "_to_do_list_items_project_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [] |
compound | false |
data | Proxies\__CG__\App\Entity\ToDoList {#1200 -id: 62 -priority: 3.0 -project: "ATS Template" -accessTo: Doctrine\ORM\PersistentCollection {#1368 …} -liveWebsite: "https://atstemplate.atts-systems.com" -summary: null -monthlyRevenue: 0.0 -cDevDirectory: "atstemplate2" -sqlDatabaseFileName: "atstemplate" -atsTemplateLastUpdated: DateTime @1748350620 {#1367 date: 2025-05-27 12:57:00.0 UTC (+00:00) } -activeCodingProject: true -liveWebsiteWorking: false -expandCollapse: "Collapse" +__isInitialized__: true …2 } |
disabled | false |
duplicate_preferred_choices | true |
errors | Symfony\Component\Form\FormErrorIterator {#2049 -form: Symfony\Component\Form\Form {#2037 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2051 …5} |
full_name | "to_do_list_items[project]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "to_do_list_items_project" |
is_selected | Closure($choice, $value) {#1990 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 | "project" |
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 | "_to_do_list_items_project" |
valid | true |
value | "" |
task
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "<p><strong>User</strong></p><ul><li>Work out a way to share some common features of the User entity but allowing for adaptions for each different project</li><li>ChatGPT: I am building about 10 different websites that all work on Symfony/PHP. They will all share the same foundations or basic architecture (basic USER handling, a CMS, and other standard features) and any changes in one are updated across all by copying the Entity, Controller, Form, Repository and Templates. The each site will have some specific code unique to each site. The problem I have is that the USER entity needs to be slightly different for each site, so I can't copy those across. How can I maintain consistency and the uniqueness. My thought was to split the user entity in two and embed the second (different) USER2 contents within the USER form. Any suggestions</li></ul>" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved 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 |
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 {#1793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1795 …} -namespace: Closure() {#1797 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1867 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 | 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() {#1870 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1597 …} $message: Closure() {#1868 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_to_do_list_items_task" ] |
cache_key | "_to_do_list_items_task_textarea" |
compound | false |
data | "<p><strong>User</strong></p><ul><li>Work out a way to share some common features of the User entity but allowing for adaptions for each different project</li><li>ChatGPT: I am building about 10 different websites that all work on Symfony/PHP. They will all share the same foundations or basic architecture (basic USER handling, a CMS, and other standard features) and any changes in one are updated across all by copying the Entity, Controller, Form, Repository and Templates. The each site will have some specific code unique to each site. The problem I have is that the USER entity needs to be slightly different for each site, so I can't copy those across. How can I maintain consistency and the uniqueness. My thought was to split the user entity in two and embed the second (different) USER2 contents within the USER form. Any suggestions</li></ul>" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2047 -form: Symfony\Component\Form\Form {#2034 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2048 …5} |
full_name | "to_do_list_items[task]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "to_do_list_items_task" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "task" |
pattern | null |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_to_do_list_items_task" |
valid | true |
value | "<p><strong>User</strong></p><ul><li>Work out a way to share some common features of the User entity but allowing for adaptions for each different project</li><li>ChatGPT: I am building about 10 different websites that all work on Symfony/PHP. They will all share the same foundations or basic architecture (basic USER handling, a CMS, and other standard features) and any changes in one are updated across all by copying the Entity, Controller, Form, Repository and Templates. The each site will have some specific code unique to each site. The problem I have is that the USER entity needs to be slightly different for each site, so I can't copy those across. How can I maintain consistency and the uniqueness. My thought was to split the user entity in two and embed the second (different) USER2 contents within the USER form. Any suggestions</li></ul>" |
priority
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | 54.0 |
View Format |
"54"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved 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 |
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 {#1793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1795 …} -namespace: Closure() {#1797 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1910 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 |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "number" |
invalid_message | "Please enter a number." |
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 |
rounding_mode | 6 |
row_attr | [] |
scale | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1905 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1597 …} $message: Closure() {#1906 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "inputmode" => "decimal" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_to_do_list_items_priority" ] |
cache_key | "_to_do_list_items_priority_number" |
compound | false |
data | 54.0 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1974 -form: Symfony\Component\Form\Form {#2031 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1985 …5} |
full_name | "to_do_list_items[priority]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "to_do_list_items_priority" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "priority" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_to_do_list_items_priority" |
valid | true |
value | "54" |
status
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Pending" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "Complete" => "Complete" "Pending" => "Pending" "Blocked" => "Blocked" ] |
[ "Complete" => "Complete" "Pending" => "Pending" "Blocked" => "Blocked" ] |
data | "Pending" |
same as passed value |
expanded | false |
same as passed value |
multiple | false |
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 | [ "Complete" => "Complete" "Pending" => "Pending" "Blocked" => "Blocked" ] |
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 {#1793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1795 …} -namespace: Closure() {#1797 …} } |
data | "Pending" |
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 | 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 |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1913 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1597 …} $message: Closure() {#1907 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_to_do_list_items_status" ] |
cache_key | "_to_do_list_items_status_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1959 +label: "Complete" +value: "Complete" +data: "Complete" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1827 +label: "Pending" +value: "Pending" +data: "Pending" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1984 +label: "Blocked" +value: "Blocked" +data: "Blocked" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | "Pending" |
disabled | false |
duplicate_preferred_choices | true |
errors | Symfony\Component\Form\FormErrorIterator {#1976 -form: Symfony\Component\Form\Form {#2040 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1948 …5} |
full_name | "to_do_list_items[status]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "to_do_list_items_status" |
is_selected | Closure($choice, $value) {#1881 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 | "status" |
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 | "_to_do_list_items_status" |
valid | true |
value | "Pending" |
hoursAllocated
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 |
---|---|---|
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 |
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 {#1793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1795 …} -namespace: Closure() {#1797 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1920 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 |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please enter an integer." |
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 |
rounding_mode | 2 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1924 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1597 …} $message: Closure() {#1899 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "integer" "_to_do_list_items_hoursAllocated" ] |
cache_key | "_to_do_list_items_hoursAllocated_integer" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1926 -form: Symfony\Component\Form\Form {#2043 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1968 …5} |
full_name | "to_do_list_items[hoursAllocated]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "to_do_list_items_hoursAllocated" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "hoursAllocated" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_to_do_list_items_hoursAllocated" |
valid | true |
value | "" |
attachment
Form type:
"Symfony\Component\Form\Extension\Core\Type\FileType"
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 |
---|---|---|
label | "Attachments" |
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 | true |
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 {#1793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1795 …} -namespace: Closure() {#1797 …} } |
data_class | "Symfony\Component\HttpFoundation\File\File" |
disabled | false |
empty_data | null |
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 | "Please select a valid file." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Attachments" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
multiple | false |
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() {#1969 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1597 …} $message: Closure() {#1970 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "_to_do_list_items_attachment" ] |
cache_key | "_to_do_list_items_attachment_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1871 -form: Symfony\Component\Form\Form {#2045 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2053 …5} |
full_name | "to_do_list_items[attachment]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "to_do_list_items_attachment" |
label | "Attachments" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "attachment" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
type | "file" |
unique_block_prefix | "_to_do_list_items_attachment" |
valid | true |
value | "" |
needsResearch
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "No" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "No" => "No" "Yes - Minor Research Required" => "Yes - Minor" "Yes - Significant Research Required" => "Yes - Significant" ] |
[ "No" => "No" "Yes - Minor Research Required" => "Yes - Minor" "Yes - Significant Research Required" => "Yes - Significant" ] |
label | "Needs Research" |
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 | [ "No" => "No" "Yes - Minor Research Required" => "Yes - Minor" "Yes - Significant Research Required" => "Yes - Significant" ] |
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 {#1793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1795 …} -namespace: Closure() {#1797 …} } |
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 | "Needs Research" |
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 | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1960 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1597 …} $message: Closure() {#1961 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_to_do_list_items_needsResearch" ] |
cache_key | "_to_do_list_items_needsResearch_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2056 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2057 +label: "Yes - Minor Research Required" +value: "Yes - Minor" +data: "Yes - Minor" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2058 +label: "Yes - Significant Research Required" +value: "Yes - Significant" +data: "Yes - Significant" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | "No" |
disabled | false |
duplicate_preferred_choices | true |
errors | Symfony\Component\Form\FormErrorIterator {#2054 -form: Symfony\Component\Form\Form {#2005 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2055 …5} |
full_name | "to_do_list_items[needsResearch]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "to_do_list_items_needsResearch" |
is_selected | Closure($choice, $value) {#2060 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Needs Research" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "needsResearch" |
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 | "_to_do_list_items_needsResearch" |
valid | true |
value | "No" |
immediatePriority
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Top Priority" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "Other" => "Other" "Top Priority" => "Top Priority" ] |
[ "Other" => "Other" "Top Priority" => "Top Priority" ] |
label | "Top Priority?" |
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 | [ "Other" => "Other" "Top Priority" => "Top Priority" ] |
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 {#1793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1795 …} -namespace: Closure() {#1797 …} } |
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 | "Top Priority?" |
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 | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1949 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1597 …} $message: Closure() {#1950 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_to_do_list_items_immediatePriority" ] |
cache_key | "_to_do_list_items_immediatePriority_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2063 +label: "Other" +value: "Other" +data: "Other" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2064 +label: "Top Priority" +value: "Top Priority" +data: "Top Priority" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | "Top Priority" |
disabled | false |
duplicate_preferred_choices | true |
errors | Symfony\Component\Form\FormErrorIterator {#2061 -form: Symfony\Component\Form\Form {#2002 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2062 …5} |
full_name | "to_do_list_items[immediatePriority]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "to_do_list_items_immediatePriority" |
is_selected | Closure($choice, $value) {#2066 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Top Priority?" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "immediatePriority" |
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 | "_to_do_list_items_immediatePriority" |
valid | true |
value | "Top Priority" |
save
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 |
---|---|---|
attr | [ "class" => "btn btn-success btn-sm" ] |
[ "class" => "btn btn-success btn-sm" ] |
label | "Save and Close" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "btn btn-success btn-sm" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "Save and Close" |
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 | [ "class" => "btn btn-success btn-sm" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_to_do_list_items_save" ] |
cache_key | "_to_do_list_items_save_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#2068 …5} |
full_name | "to_do_list_items[save]" |
id | "to_do_list_items_save" |
label | "Save and Close" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "save" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_to_do_list_items_save" |
value | null |
save_and_continue
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 |
---|---|---|
attr | [ "class" => "btn btn-primary btn-sm" ] |
[ "class" => "btn btn-primary btn-sm" ] |
label | "Save and Continue Editing" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "btn btn-primary btn-sm" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "Save and Continue Editing" |
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 | [ "class" => "btn btn-primary btn-sm" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_to_do_list_items_save_and_continue" ] |
cache_key | "_to_do_list_items_save_and_continue_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#2067 …5} |
full_name | "to_do_list_items[save_and_continue]" |
id | "to_do_list_items_save_and_continue" |
label | "Save and Continue Editing" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "save_and_continue" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_to_do_list_items_save_and_continue" |
value | null |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "26b1714e0ecbd2dd1f09d9cb.90pRfX3pWDaXcTBfTY_kxrK2X78kKIZtfGbdzxl7SWo.uBMyNRSmHVSgIgYIOsqglvCGb_VwZOtZKAq_hFI6AVqbKBssIrFrB9ILRw" |
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 | "26b1714e0ecbd2dd1f09d9cb.90pRfX3pWDaXcTBfTY_kxrK2X78kKIZtfGbdzxl7SWo.uBMyNRSmHVSgIgYIOsqglvCGb_VwZOtZKAq_hFI6AVqbKBssIrFrB9ILRw" |
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 {#1793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1795 …} -namespace: Closure() {#1797 …} } |
data | "26b1714e0ecbd2dd1f09d9cb.90pRfX3pWDaXcTBfTY_kxrK2X78kKIZtfGbdzxl7SWo.uBMyNRSmHVSgIgYIOsqglvCGb_VwZOtZKAq_hFI6AVqbKBssIrFrB9ILRw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2070 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() {#2074 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1597 …} $message: Closure() {#2071 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_to_do_list_items__token" ] |
cache_key | "_to_do_list_items__token_hidden" |
compound | false |
data | "26b1714e0ecbd2dd1f09d9cb.90pRfX3pWDaXcTBfTY_kxrK2X78kKIZtfGbdzxl7SWo.uBMyNRSmHVSgIgYIOsqglvCGb_VwZOtZKAq_hFI6AVqbKBssIrFrB9ILRw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2084 -form: Symfony\Component\Form\Form {#2080 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2075 …5} |
full_name | "to_do_list_items[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "to_do_list_items__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 | "_to_do_list_items__token" |
valid | true |
value | "26b1714e0ecbd2dd1f09d9cb.90pRfX3pWDaXcTBfTY_kxrK2X78kKIZtfGbdzxl7SWo.uBMyNRSmHVSgIgYIOsqglvCGb_VwZOtZKAq_hFI6AVqbKBssIrFrB9ILRw" |