- Request / Response
- Performance
- Validator 1
- Forms 1
- Exception
- Logs
- Events
- Routing
- Cache
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- VichUploader
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
name
-
-
0
-
1
-
-
1number
-
birthday
-
title
-
major
-
qualification
-
degree
-
phone
-
mobile
-
email
-
college
-
address
-
zipcode
-
_token
-
user_info
"App\Form\UserInfoType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\UserInfo {#1731 #number: "230182199504295425" #gender: "女" #major: "工程力学" #phone: "0551-63607646" #mobile: "15846500181" #email: "huoyy0747@ustc.edu.cn" #address: "中科大西区力四楼402" #zipcode: "230027" #id: null #name: "霍艳艳" #subject: null #title: App\Entity\Title {#2293 #id: 22 #name: "实验师" } #qualification: App\Entity\Qualification {#2309 #id: 1 #name: "博士研究生" } #degree: App\Entity\Degree {#2318 #id: 1 #name: "博士" } #college: App\Entity\College {#2339 #id: 5 #name: "工程科学学院" #valid: true } } |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | App\Entity\UserInfo {#1731 #number: "230182199504295425" #gender: "女" #major: "工程力学" #phone: "0551-63607646" #mobile: "15846500181" #email: "huoyy0747@ustc.edu.cn" #address: "中科大西区力四楼402" #zipcode: "230027" #id: null #name: "霍艳艳" #subject: null #title: App\Entity\Title {#2293 #id: 22 #name: "实验师" } #qualification: App\Entity\Qualification {#2309 #id: 1 #name: "博士研究生" } #degree: App\Entity\Degree {#2318 #id: 1 #name: "博士" } #college: App\Entity\College {#2339 #id: 5 #name: "工程科学学院" #valid: true } } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\UserInfo {#1731 #number: "230182199504295425" #gender: "女" #major: "工程力学" #phone: "0551-63607646" #mobile: "15846500181" #email: "huoyy0747@ustc.edu.cn" #address: "中科大西区力四楼402" #zipcode: "230027" #id: null #name: "霍艳艳" #subject: null #title: App\Entity\Title {#2293 #id: 22 #name: "实验师" } #qualification: App\Entity\Qualification {#2309 #id: 1 #name: "博士研究生" } #degree: App\Entity\Degree {#2318 #id: 1 #name: "博士" } #college: App\Entity\College {#2339 #id: 5 #name: "工程科学学院" #valid: true } } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | 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 {#1845 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1847 …} -namespace: Closure() {#1849 …} } |
data | App\Entity\UserInfo {#1731 #number: "230182199504295425" #gender: "女" #major: "工程力学" #phone: "0551-63607646" #mobile: "15846500181" #email: "huoyy0747@ustc.edu.cn" #address: "中科大西区力四楼402" #zipcode: "230027" #id: null #name: "霍艳艳" #subject: null #title: App\Entity\Title {#2293 #id: 22 #name: "实验师" } #qualification: App\Entity\Qualification {#2309 #id: 1 #name: "博士研究生" } #degree: App\Entity\Degree {#2318 #id: 1 #name: "博士" } #college: App\Entity\College {#2339 #id: 5 #name: "工程科学学院" #valid: true } } |
data_class | "App\Entity\UserInfo" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1866 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} use: { $class: "App\Entity\UserInfo" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | false |
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() {#1867 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1865 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "user_info" "_user_info" ] |
cache_key | "_user_info_user_info" |
compound | true |
data | App\Entity\UserInfo {#1731 #number: "230182199504295425" #gender: "女" #major: "工程力学" #phone: "0551-63607646" #mobile: "15846500181" #email: "huoyy0747@ustc.edu.cn" #address: "中科大西区力四楼402" #zipcode: "230027" #id: null #name: "霍艳艳" #subject: null #title: App\Entity\Title {#2293 #id: 22 #name: "实验师" } #qualification: App\Entity\Qualification {#2309 #id: 1 #name: "博士研究生" } #degree: App\Entity\Degree {#2318 #id: 1 #name: "博士" } #college: App\Entity\College {#2339 #id: 5 #name: "工程科学学院" #valid: true } } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2355 -form: Symfony\Component\Form\Form {#2126 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2380 …5} |
full_name | "user_info" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_info" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "user_info" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_user_info" |
valid | false |
value | App\Entity\UserInfo {#1731 #number: "230182199504295425" #gender: "女" #major: "工程力学" #phone: "0551-63607646" #mobile: "15846500181" #email: "huoyy0747@ustc.edu.cn" #address: "中科大西区力四楼402" #zipcode: "230027" #id: null #name: "霍艳艳" #subject: null #title: App\Entity\Title {#2293 #id: 22 #name: "实验师" } #qualification: App\Entity\Qualification {#2309 #id: 1 #name: "博士研究生" } #degree: App\Entity\Degree {#2318 #id: 1 #name: "博士" } #college: App\Entity\College {#2339 #id: 5 #name: "工程科学学院" #valid: true } } |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "霍艳艳" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "姓名" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1845 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1847 …} -namespace: Closure() {#1849 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1907 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} } |
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 | "姓名" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | false |
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() {#1908 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1897 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_info_name" ] |
cache_key | "_user_info_name_text" |
compound | false |
data | "霍艳艳" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2427 -form: Symfony\Component\Form\Form {#2096 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2090 …5} |
full_name | "user_info[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_info_name" |
label | "姓名" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_user_info_name" |
valid | true |
value | "霍艳艳" |
gender
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "女" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "男" => "男" "女" => "女" ] |
[ "男" => "男" "女" => "女" ] |
expanded | true |
same as passed value |
label | "性别" |
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 | [ "男" => "男" "女" => "女" ] |
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 {#1845 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1847 …} -namespace: Closure() {#1849 …} } |
data_class | null |
disabled | false |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
expanded | true |
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 | "性别" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | false |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1931 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1929 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_user_info_gender" ] |
cache_key | "_user_info_gender_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1922 +label: "男" +value: "男" +data: "男" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1921 +label: "女" +value: "女" +data: "女" +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | "女" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2625 -form: Symfony\Component\Form\Form {#2165 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#2624 …5} |
full_name | "user_info[gender]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_info_gender" |
is_selected | Closure($choice, $value) {#2626 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1898 …} } |
label | "性别" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "gender" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_user_info_gender" |
valid | true |
value | "女" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
Property | Value |
---|---|
View Format |
null
|
Normalized Format | false |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "男" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "男" |
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 | "entry" |
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 {#1845 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1847 …} -namespace: Closure() {#1849 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2144 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2138 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please select a valid option." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#2146 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "男" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | false |
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() {#2147 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#2151 …} } } |
validation_groups | null |
value | "男" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_user_info_gender_entry" ] |
cache_key | "_user_info_gender_entry_radio" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2629 -form: Symfony\Component\Form\Form {#2168 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2628 …5} |
full_name | "user_info[gender]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_info_gender_0" |
label | "男" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "0" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_user_info_gender_entry" |
valid | true |
value | "男" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
Property | Value |
---|---|
View Format |
"女"
|
Normalized Format | true |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "女" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "女" |
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 | "entry" |
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 {#1845 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1847 …} -namespace: Closure() {#1849 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2144 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2138 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please select a valid option." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#2146 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "女" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | false |
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() {#2158 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#2157 …} } } |
validation_groups | null |
value | "女" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_user_info_gender_entry" ] |
cache_key | "_user_info_gender_entry_radio" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2631 -form: Symfony\Component\Form\Form {#2171 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2630 …5} |
full_name | "user_info[gender]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_info_gender_1" |
label | "女" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "1" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_user_info_gender_entry" |
valid | true |
value | "女" |
number
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
Message | Origin | Cause |
---|---|---|
This value is already used. | number |
Caused by:
Symfony\Component\Validator\ConstraintViolation {#2607 root: Symfony\Component\Form\Form {#2126 …} path: "data.number" value: "230182199504295425" } [ App\Entity\UserInfo {#2371 #number: "230182199504295425" #gender: "女" #major: "工程力学" #phone: "0551-63607646" #mobile: "15846500181" #email: "huoyy0747@ustc.edu.cn" #address: "中国科学技术大学工程科学学院工程科学实验教学中心 西区力四楼" #zipcode: "230027" #id: 593 #name: "霍艳艳" #subject: null #title: App\Entity\Title {#2293 #id: 22 #name: "实验师" } #qualification: App\Entity\Qualification {#2309 #id: 1 #name: "博士研究生" } #degree: App\Entity\Degree {#2318 #id: 1 #name: "博士" } #college: App\Entity\College {#2339 #id: 5 #name: "工程科学学院" #valid: true } } ] |
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "230182199504295425" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 18 ] |
[ "maxlength" => 18 ] |
label | "身份证号(护照号)" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 18 ] |
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 {#1845 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1847 …} -namespace: Closure() {#1849 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1891 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} } |
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 | "身份证号(护照号)" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | false |
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() {#1886 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1887 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 18 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_info_number" ] |
cache_key | "_user_info_number_text" |
compound | false |
data | "230182199504295425" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2627 -form: Symfony\Component\Form\Form {#2174 …} -errors: [ Symfony\Component\Form\FormError {#2613 #messageTemplate: "This value is already used." #messageParameters: [ "{{ value }}" => ""230182199504295425"" ] #messagePluralization: null -message: "This value is already used." -cause: Symfony\Component\Validator\ConstraintViolation {#2607 root: Symfony\Component\Form\Form {#2126 …} path: "data.number" value: "230182199504295425" } -origin: Symfony\Component\Form\Form {#2174 …} } ] } |
form | Symfony\Component\Form\FormView {#2623 …5} |
full_name | "user_info[number]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_info_number" |
label | "身份证号(护照号)" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "number" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_user_info_number" |
valid | false |
value | "230182199504295425" |
birthday
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
disabled | true |
same as passed value |
label | "出生年月" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | 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 {#1845 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1847 …} -namespace: Closure() {#1849 …} } |
data_class | null |
disabled | true |
empty_data | Closure(FormInterface $form) {#1890 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} } |
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 | "出生年月" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | false |
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() {#1941 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1888 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_info_birthday" ] |
cache_key | "_user_info_birthday_text" |
compound | false |
data | null |
disabled | true |
errors | Symfony\Component\Form\FormErrorIterator {#2633 -form: Symfony\Component\Form\Form {#2177 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2632 …5} |
full_name | "user_info[birthday]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_info_birthday" |
label | "出生年月" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "birthday" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_user_info_birthday" |
valid | true |
value | "" |
title
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"22"
|
Normalized Format | App\Entity\Title {#2293 #id: 22 #name: "实验师" } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
class | "App\Entity\Title" |
same as passed value |
em | "default" |
ContainerD1qxfIu\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#89 …2} |
label | "职称" |
same as passed value |
multiple | false |
false
|
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 | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1957 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1982 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1960 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1983 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1984 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1961 -om: ContainerD1qxfIu\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#89 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1962 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Title" |
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 {#1845 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1847 …} -namespace: Closure() {#1849 …} } |
data_class | null |
disabled | false |
em | ContainerD1qxfIu\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#89 …2} |
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 {#1961 -om: ContainerD1qxfIu\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#89 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1962 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "职称" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | false |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1958 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1955 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_user_info_title" ] |
cache_key | "_user_info_title_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2637 +label: "教授" +value: "1" +data: App\Entity\Title {#2646 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2638 +label: "副教授" +value: "2" +data: App\Entity\Title {#2645 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2649 +label: "讲师" +value: "3" +data: App\Entity\Title {#2644 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2650 +label: "助教" +value: "4" +data: App\Entity\Title {#2651 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2658 +label: "高级讲师" +value: "5" +data: App\Entity\Title {#2656 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2636 +label: "助理讲师" +value: "6" +data: App\Entity\Title {#2655 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2643 +label: "教员" +value: "7" +data: App\Entity\Title {#2654 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2652 +label: "高级工程师" +value: "8" +data: App\Entity\Title {#2653 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2640 +label: "工程师" +value: "9" +data: App\Entity\Title {#2659 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2639 +label: "助理工程师" +value: "10" +data: App\Entity\Title {#2660 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2647 +label: "技术员" +value: "11" +data: App\Entity\Title {#2661 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2690 +label: "主任医师" +value: "12" +data: App\Entity\Title {#2662 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2691 +label: "副主任医师" +value: "13" +data: App\Entity\Title {#2663 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2692 +label: "主治医师" +value: "14" +data: App\Entity\Title {#2664 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2693 +label: "医师" +value: "15" +data: App\Entity\Title {#2665 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2694 +label: "医士" +value: "16" +data: App\Entity\Title {#2666 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2695 +label: "研究员" +value: "17" +data: App\Entity\Title {#2667 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2696 +label: "副研究员" +value: "18" +data: App\Entity\Title {#2668 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2697 +label: "助理研究员" +value: "19" +data: App\Entity\Title {#2669 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2698 +label: "研究实习员" +value: "20" +data: App\Entity\Title {#2670 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2699 +label: "高级实验师" +value: "21" +data: App\Entity\Title {#2671 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2700 +label: "实验师" +value: "22" +data: App\Entity\Title {#2293 #id: 22 #name: "实验师" } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2701 +label: "助理实验师" +value: "23" +data: App\Entity\Title {#2672 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2702 +label: "实验员" +value: "24" +data: App\Entity\Title {#2673 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2703 +label: "主任药师" +value: "25" +data: App\Entity\Title {#2674 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2704 +label: "副主任药师" +value: "26" +data: App\Entity\Title {#2675 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2705 +label: "主管药师" +value: "27" +data: App\Entity\Title {#2676 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2706 +label: "药师" +value: "28" +data: App\Entity\Title {#2677 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2707 +label: "药士" +value: "29" +data: App\Entity\Title {#2678 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2708 +label: "主任护师" +value: "30" +data: App\Entity\Title {#2679 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2709 +label: "副主任护师" +value: "31" +data: App\Entity\Title {#2680 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2710 +label: "主管护师" +value: "32" +data: App\Entity\Title {#2681 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2711 +label: "护师" +value: "33" +data: App\Entity\Title {#2682 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2712 +label: "护士" +value: "34" +data: App\Entity\Title {#2683 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2713 +label: "主任技师" +value: "35" +data: App\Entity\Title {#2684 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2714 +label: "副主任技师" +value: "36" +data: App\Entity\Title {#2685 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2715 +label: "主管技师" +value: "37" +data: App\Entity\Title {#2686 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2716 +label: "技师" +value: "38" +data: App\Entity\Title {#2687 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2717 +label: "技士" +value: "39" +data: App\Entity\Title {#2688 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2718 +label: "其他" +value: "40" +data: App\Entity\Title {#2689 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | App\Entity\Title {#2293 #id: 22 #name: "实验师" } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2634 -form: Symfony\Component\Form\Form {#2180 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2635 …5} |
full_name | "user_info[title]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_info_title" |
is_selected | Closure($choice, $value) {#2720 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1898 …} } |
label | "职称" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "title" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_user_info_title" |
valid | true |
value | "22" |
major
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "工程力学" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "专业" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1845 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1847 …} -namespace: Closure() {#1849 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1947 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} } |
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 | "专业" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | false |
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() {#1992 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1994 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_info_major" ] |
cache_key | "_user_info_major_text" |
compound | false |
data | "工程力学" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2721 -form: Symfony\Component\Form\Form {#2183 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2722 …5} |
full_name | "user_info[major]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_info_major" |
label | "专业" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "major" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_user_info_major" |
valid | true |
value | "工程力学" |
qualification
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"1"
|
Normalized Format | App\Entity\Qualification {#2309 #id: 1 #name: "博士研究生" } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
class | "App\Entity\Qualification" |
same as passed value |
em | "default" |
ContainerD1qxfIu\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#89 …2} |
label | "学历" |
same as passed value |
multiple | false |
false
|
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 | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1957 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2024 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2002 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2025 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2026 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2003 -om: ContainerD1qxfIu\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#89 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2004 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Qualification" |
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 {#1845 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1847 …} -namespace: Closure() {#1849 …} } |
data_class | null |
disabled | false |
em | ContainerD1qxfIu\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#89 …2} |
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 {#2003 -om: ContainerD1qxfIu\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#89 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2004 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "学历" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | false |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1993 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#2001 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_user_info_qualification" ] |
cache_key | "_user_info_qualification_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2726 +label: "博士研究生" +value: "1" +data: App\Entity\Qualification {#2309 #id: 1 #name: "博士研究生" } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2727 +label: "硕士研究生" +value: "2" +data: App\Entity\Qualification {#2735 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2738 +label: "大学本科" +value: "3" +data: App\Entity\Qualification {#2734 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2739 +label: "大学专科" +value: "4" +data: App\Entity\Qualification {#2733 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2747 +label: "中专" +value: "5" +data: App\Entity\Qualification {#2740 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2725 +label: "高中及其以下" +value: "6" +data: App\Entity\Qualification {#2745 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | App\Entity\Qualification {#2309 #id: 1 #name: "博士研究生" } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2724 -form: Symfony\Component\Form\Form {#2186 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2723 …5} |
full_name | "user_info[qualification]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_info_qualification" |
is_selected | Closure($choice, $value) {#2741 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1898 …} } |
label | "学历" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "qualification" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_user_info_qualification" |
valid | true |
value | "1" |
degree
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"1"
|
Normalized Format | App\Entity\Degree {#2318 #id: 1 #name: "博士" } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
class | "App\Entity\Degree" |
same as passed value |
em | "default" |
ContainerD1qxfIu\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#89 …2} |
label | "学位" |
same as passed value |
multiple | false |
false
|
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 | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1957 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2058 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2036 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2059 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2060 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2037 -om: ContainerD1qxfIu\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#89 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2038 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Degree" |
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 {#1845 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1847 …} -namespace: Closure() {#1849 …} } |
data_class | null |
disabled | false |
em | ContainerD1qxfIu\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#89 …2} |
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 {#2037 -om: ContainerD1qxfIu\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#89 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2038 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "学位" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | false |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2000 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#2035 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_user_info_degree" ] |
cache_key | "_user_info_degree_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2744 +label: "博士" +value: "1" +data: App\Entity\Degree {#2318 #id: 1 #name: "博士" } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2743 +label: "硕士" +value: "2" +data: App\Entity\Degree {#2754 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2757 +label: "学士" +value: "3" +data: App\Entity\Degree {#2753 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2758 +label: "无" +value: "4" +data: App\Entity\Degree {#2752 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | App\Entity\Degree {#2318 #id: 1 #name: "博士" } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2729 -form: Symfony\Component\Form\Form {#2189 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2728 …5} |
full_name | "user_info[degree]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_info_degree" |
is_selected | Closure($choice, $value) {#2736 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1898 …} } |
label | "学位" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "degree" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_user_info_degree" |
valid | true |
value | "1" |
phone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "0551-63607646" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "pattern" => "\d{3,4}-\d{7,8}.*" ] |
[ "pattern" => "\d{3,4}-\d{7,8}.*" ] |
help | "示例:0551-63601000" |
same as passed value |
label | "固定电话" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "pattern" => "\d{3,4}-\d{7,8}.*" ] |
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 {#1845 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1847 …} -namespace: Closure() {#1849 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2068 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | "示例:0551-63601000" |
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 | "固定电话" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | false |
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() {#2071 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#2069 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "pattern" => "\d{3,4}-\d{7,8}.*" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_info_phone" ] |
cache_key | "_user_info_phone_text" |
compound | false |
data | "0551-63607646" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2751 -form: Symfony\Component\Form\Form {#2192 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2760 …5} |
full_name | "user_info[phone]" |
help | "示例:0551-63601000" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_info_phone" |
label | "固定电话" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_user_info_phone" |
valid | true |
value | "0551-63607646" |
mobile
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "15846500181" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 11 "pattern" => "1\d{10,10}.*" ] |
[ "maxlength" => 11 "pattern" => "1\d{10,10}.*" ] |
label | "手机号" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 11 "pattern" => "1\d{10,10}.*" ] |
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 {#1845 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1847 …} -namespace: Closure() {#1849 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1889 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} } |
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 | "手机号" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | false |
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() {#2080 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#2078 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 11 "pattern" => "1\d{10,10}.*" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_info_mobile" ] |
cache_key | "_user_info_mobile_text" |
compound | false |
data | "15846500181" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2742 -form: Symfony\Component\Form\Form {#2195 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2748 …5} |
full_name | "user_info[mobile]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_info_mobile" |
label | "手机号" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "mobile" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_user_info_mobile" |
valid | true |
value | "15846500181" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "huoyy0747@ustc.edu.cn" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "电子邮箱" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1845 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1847 …} -namespace: Closure() {#1849 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2088 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} } |
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 enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "电子邮箱" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | false |
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() {#2087 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#2089 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_user_info_email" ] |
cache_key | "_user_info_email_email" |
compound | false |
data | "huoyy0747@ustc.edu.cn" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2759 -form: Symfony\Component\Form\Form {#2198 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2755 …5} |
full_name | "user_info[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_info_email" |
label | "电子邮箱" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_user_info_email" |
valid | true |
value | "huoyy0747@ustc.edu.cn" |
college
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"5"
|
Normalized Format | App\Entity\College {#2339 #id: 5 #name: "工程科学学院" #valid: true } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
class | "App\Entity\College" |
same as passed value |
em | "default" |
ContainerD1qxfIu\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#89 …2} |
label | "所在单位" |
same as passed value |
multiple | false |
false
|
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 | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1957 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2107 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2099 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2108 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2109 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2100 -om: ContainerD1qxfIu\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#89 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1283 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\College" |
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 {#1845 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1847 …} -namespace: Closure() {#1849 …} } |
data_class | null |
disabled | false |
em | ContainerD1qxfIu\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#89 …2} |
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 {#2100 -om: ContainerD1qxfIu\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#89 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1283 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "所在单位" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | false |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2095 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#2098 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_user_info_college" ] |
cache_key | "_user_info_college_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2761 +label: "少年班学院" +value: "1" +data: App\Entity\College {#2775 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2767 +label: "数学科学学院" +value: "2" +data: App\Entity\College {#2774 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2778 +label: "物理学院" +value: "3" +data: App\Entity\College {#2773 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2779 +label: "化学与材料科学学院" +value: "4" +data: App\Entity\College {#2780 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2787 +label: "工程科学学院" +value: "5" +data: App\Entity\College {#2339 #id: 5 #name: "工程科学学院" #valid: true } +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2762 +label: "信息科学技术学院" +value: "6" +data: App\Entity\College {#2785 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2772 +label: "地球和空间科学学院" +value: "7" +data: App\Entity\College {#2784 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2781 +label: "生命科学学院" +value: "8" +data: App\Entity\College {#2783 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2769 +label: "计算机科学与技术学院" +value: "9" +data: App\Entity\College {#2782 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2768 +label: "管理学院" +value: "10" +data: App\Entity\College {#2788 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2776 +label: "公共事务学院" +value: "11" +data: App\Entity\College {#2789 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2820 +label: "人文与社会科学学院" +value: "12" +data: App\Entity\College {#2790 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2821 +label: "研究生院" +value: "13" +data: App\Entity\College {#2791 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2822 +label: "教务处" +value: "14" +data: App\Entity\College {#2792 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2823 +label: "学生工作部" +value: "15" +data: App\Entity\College {#2793 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2824 +label: "国际合作与交流部" +value: "16" +data: App\Entity\College {#2794 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2825 +label: "图书馆" +value: "17" +data: App\Entity\College {#2795 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2826 +label: "网络信息中心" +value: "18" +data: App\Entity\College {#2796 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2827 +label: "软件学院" +value: "19" +data: App\Entity\College {#2797 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2828 +label: "苏州研究院" +value: "20" +data: App\Entity\College {#2798 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2829 +label: "先进研究院" +value: "21" +data: App\Entity\College {#2799 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2830 +label: "合肥微尺度物质科学国家研究中心" +value: "22" +data: App\Entity\College {#2800 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2831 +label: "大数据学院" +value: "23" +data: App\Entity\College {#2801 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2832 +label: "马克思主义学院" +value: "24" +data: App\Entity\College {#2802 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2833 +label: "人力资源部" +value: "25" +data: App\Entity\College {#2803 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2834 +label: "网络空间安全学院" +value: "26" +data: App\Entity\College {#2804 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2835 +label: "核科学技术学院" +value: "27" +data: App\Entity\College {#2805 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2836 +label: "本科生院" +value: "28" +data: App\Entity\College {#2806 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2837 +label: "环境科学与工程系" +value: "29" +data: App\Entity\College {#2807 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2838 +label: "外语教学中心" +value: "30" +data: App\Entity\College {#2808 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2839 +label: "体育教学中心" +value: "31" +data: App\Entity\College {#2809 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2840 +label: "通识教育中心" +value: "32" +data: App\Entity\College {#2810 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2841 +label: "艺术教学中心" +value: "33" +data: App\Entity\College {#2811 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2842 +label: "创新创业学院" +value: "34" +data: App\Entity\College {#2812 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2843 +label: "生命科学与医学部" +value: "35" +data: App\Entity\College {#2813 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2844 +label: "微电子学院" +value: "36" +data: App\Entity\College {#2814 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2845 +label: "通识艺术中心" +value: "37" +data: App\Entity\College {#2815 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2846 +label: "党政办公室" +value: "38" +data: App\Entity\College {#2816 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2847 +label: "财务处" +value: "39" +data: App\Entity\College {#2817 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2848 +label: "未来技术学院" +value: "40" +data: App\Entity\College {#2818 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2849 +label: "人工智能与数据科学学院" +value: "41" +data: App\Entity\College {#2819 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | App\Entity\College {#2339 #id: 5 #name: "工程科学学院" #valid: true } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2763 -form: Symfony\Component\Form\Form {#2201 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2764 …5} |
full_name | "user_info[college]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_info_college" |
is_selected | Closure($choice, $value) {#2851 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1898 …} } |
label | "所在单位" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "college" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_user_info_college" |
valid | true |
value | "5" |
address
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "中科大西区力四楼402" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
help | "示例:中国科学技术大学物理学院,中国科学技术大学附属第一医院" |
same as passed value |
label | "通讯地址" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1845 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1847 …} -namespace: Closure() {#1849 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2097 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | "示例:中国科学技术大学物理学院,中国科学技术大学附属第一医院" |
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 | "通讯地址" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | false |
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() {#2117 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#2119 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_info_address" ] |
cache_key | "_user_info_address_text" |
compound | false |
data | "中科大西区力四楼402" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2852 -form: Symfony\Component\Form\Form {#2204 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2853 …5} |
full_name | "user_info[address]" |
help | "示例:中国科学技术大学物理学院,中国科学技术大学附属第一医院" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_info_address" |
label | "通讯地址" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "address" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_user_info_address" |
valid | true |
value | "中科大西区力四楼402" |
zipcode
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "230027" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 6 "pattern" => "\d{6,6}.*" ] |
[ "maxlength" => 6 "pattern" => "\d{6,6}.*" ] |
label | "邮政编码" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 6 "pattern" => "\d{6,6}.*" ] |
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 {#1845 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1847 …} -namespace: Closure() {#1849 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2125 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} } |
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 | "邮政编码" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | false |
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() {#2129 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#2128 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 6 "pattern" => "\d{6,6}.*" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_info_zipcode" ] |
cache_key | "_user_info_zipcode_text" |
compound | false |
data | "230027" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2855 -form: Symfony\Component\Form\Form {#2207 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2854 …5} |
full_name | "user_info[zipcode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_info_zipcode" |
label | "邮政编码" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "zipcode" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_user_info_zipcode" |
valid | true |
value | "230027" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "6c956f3a332a66b16de8f9edd4e2.-83Bw4PXXwF3Eb8b5X9Ws5XC7xBeQe4hFvJJziXx5w4.yYCoie_6KGtCQdpC1Axj-KC0jmUBA6sWZqcn_FzEr2ePt4v37KALOAFj7g" |
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 | "6c956f3a332a66b16de8f9edd4e2.-83Bw4PXXwF3Eb8b5X9Ws5XC7xBeQe4hFvJJziXx5w4.yYCoie_6KGtCQdpC1Axj-KC0jmUBA6sWZqcn_FzEr2ePt4v37KALOAFj7g" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1845 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1846 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1847 …} -namespace: Closure() {#1849 …} } |
data | "6c956f3a332a66b16de8f9edd4e2.-83Bw4PXXwF3Eb8b5X9Ws5XC7xBeQe4hFvJJziXx5w4.yYCoie_6KGtCQdpC1Axj-KC0jmUBA6sWZqcn_FzEr2ePt4v37KALOAFj7g" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2860 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} } |
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 | [] |
legacy_error_messages | false |
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() {#2859 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1749 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#2861 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_user_info__token" ] |
cache_key | "_user_info__token_hidden" |
compound | false |
data | "6c956f3a332a66b16de8f9edd4e2.-83Bw4PXXwF3Eb8b5X9Ws5XC7xBeQe4hFvJJziXx5w4.yYCoie_6KGtCQdpC1Axj-KC0jmUBA6sWZqcn_FzEr2ePt4v37KALOAFj7g" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2871 -form: Symfony\Component\Form\Form {#2867 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2862 …5} |
full_name | "user_info[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_info__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_info__token" |
valid | true |
value | "6c956f3a332a66b16de8f9edd4e2.-83Bw4PXXwF3Eb8b5X9Ws5XC7xBeQe4hFvJJziXx5w4.yYCoie_6KGtCQdpC1Axj-KC0jmUBA6sWZqcn_FzEr2ePt4v37KALOAFj7g" |