- Request / Response
- Performance
- Validator
- Forms
- 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
user
"App\Form\UserType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\User {#1706 #adminCollege: null #role: "ROLE_APPLICANT" #userInfo: Proxies\__CG__\App\Entity\UserInfo {#1703 …} #name: "程万" #id: 1202 #username: "10642" } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\User {#1706 #adminCollege: null #role: "ROLE_APPLICANT" #userInfo: Proxies\__CG__\App\Entity\UserInfo {#1703 …} #name: "程万" #id: 1202 #username: "10642" } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "id" => "user_form" ] |
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 {#1856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1857 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1858 …} -namespace: Closure() {#1860 …} } |
data | App\Entity\User {#1706 #adminCollege: null #role: "ROLE_APPLICANT" #userInfo: Proxies\__CG__\App\Entity\UserInfo {#1703 …} #name: "程万" #id: 1202 #username: "10642" } |
data_class | "App\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1877 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1760 …} use: { $class: "App\Entity\User" } } |
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() {#1878 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1760 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1876 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "id" => "user_form" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "user" "_user" ] |
cache_key | "_user_user" |
compound | true |
data | App\Entity\User {#1706 #adminCollege: null #role: "ROLE_APPLICANT" #userInfo: Proxies\__CG__\App\Entity\UserInfo {#1703 …} #name: "程万" #id: 1202 #username: "10642" } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1932 -form: Symfony\Component\Form\Form {#1939 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1879 …5} |
full_name | "user" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "user" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user" |
valid | true |
value | App\Entity\User {#1706 #adminCollege: null #role: "ROLE_APPLICANT" #userInfo: Proxies\__CG__\App\Entity\UserInfo {#1703 …} #name: "程万" #id: 1202 #username: "10642" } |
role
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "ROLE_APPLICANT" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "教师" => "ROLE_APPLICANT" "院系管理员" => "ROLE_ADMIN" "系统管理员" => "ROLE_SUPER" ] |
[ "教师" => "ROLE_APPLICANT" "院系管理员" => "ROLE_ADMIN" "系统管理员" => "ROLE_SUPER" ] |
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 | [ "教师" => "ROLE_APPLICANT" "院系管理员" => "ROLE_ADMIN" "系统管理员" => "ROLE_SUPER" ] |
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 {#1856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1857 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1858 …} -namespace: Closure() {#1860 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "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() {#1898 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1760 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1900 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_user_role" ] |
cache_key | "_user_role_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2064 +label: "教师" +value: "ROLE_APPLICANT" +data: "ROLE_APPLICANT" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2065 +label: "院系管理员" +value: "ROLE_ADMIN" +data: "ROLE_ADMIN" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2066 +label: "系统管理员" +value: "ROLE_SUPER" +data: "ROLE_SUPER" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | "ROLE_APPLICANT" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2063 -form: Symfony\Component\Form\Form {#1942 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2062 …5} |
full_name | "user[role]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_role" |
is_selected | Closure($choice, $value) {#2084 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1885 …} } |
label | "角色" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "role" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_role" |
valid | true |
value | "ROLE_APPLICANT" |
adminCollege
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
class | "App\Entity\College" |
same as passed value |
label | "管理院系" |
same as passed value |
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 |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1918 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1929 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1921 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1930 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1931 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1922 -om: ContainerBykbw1h\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#90 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1286 …} -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 {#1856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1857 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1858 …} -namespace: Closure() {#1860 …} } |
data_class | null |
disabled | false |
em | ContainerBykbw1h\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#90 …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 {#1922 -om: ContainerBykbw1h\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#90 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1286 …} -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 | "" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1919 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1760 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1916 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_user_adminCollege" ] |
cache_key | "_user_adminCollege_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2087 +label: "少年班学院" +value: "1" +data: App\Entity\College {#2096 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2089 +label: "数学科学学院" +value: "2" +data: App\Entity\College {#2102 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2100 +label: "物理学院" +value: "3" +data: App\Entity\College {#2107 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2101 +label: "化学与材料科学学院" +value: "4" +data: App\Entity\College {#2106 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2109 +label: "工程科学学院" +value: "5" +data: App\Entity\College {#2105 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2088 +label: "信息科学技术学院" +value: "6" +data: App\Entity\College {#2104 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2094 +label: "地球和空间科学学院" +value: "7" +data: App\Entity\College {#2110 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2103 +label: "生命科学学院" +value: "8" +data: App\Entity\College {#2111 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2091 +label: "计算机科学与技术学院" +value: "9" +data: App\Entity\College {#2112 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2090 +label: "管理学院" +value: "10" +data: App\Entity\College {#2113 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2098 +label: "公共事务学院" +value: "11" +data: App\Entity\College {#2114 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2144 +label: "人文与社会科学学院" +value: "12" +data: App\Entity\College {#2115 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2145 +label: "研究生院" +value: "13" +data: App\Entity\College {#2116 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2146 +label: "教务处" +value: "14" +data: Proxies\__CG__\App\Entity\College {#1642 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2147 +label: "学生工作部" +value: "15" +data: App\Entity\College {#2117 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2148 +label: "国际合作与交流部" +value: "16" +data: App\Entity\College {#2118 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2149 +label: "图书馆" +value: "17" +data: App\Entity\College {#2119 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2150 +label: "网络信息中心" +value: "18" +data: App\Entity\College {#2120 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2151 +label: "软件学院" +value: "19" +data: App\Entity\College {#2121 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2152 +label: "苏州研究院" +value: "20" +data: App\Entity\College {#2122 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2153 +label: "先进研究院" +value: "21" +data: App\Entity\College {#2123 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2154 +label: "合肥微尺度物质科学国家研究中心" +value: "22" +data: App\Entity\College {#2124 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2155 +label: "大数据学院" +value: "23" +data: App\Entity\College {#2125 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2156 +label: "马克思主义学院" +value: "24" +data: App\Entity\College {#2126 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2157 +label: "人力资源部" +value: "25" +data: App\Entity\College {#2127 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2158 +label: "网络空间安全学院" +value: "26" +data: App\Entity\College {#2128 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2159 +label: "核科学技术学院" +value: "27" +data: App\Entity\College {#2129 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2160 +label: "本科生院" +value: "28" +data: App\Entity\College {#2130 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2161 +label: "环境科学与工程系" +value: "29" +data: App\Entity\College {#2131 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2162 +label: "外语教学中心" +value: "30" +data: App\Entity\College {#2132 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2163 +label: "体育教学中心" +value: "31" +data: App\Entity\College {#2133 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2164 +label: "通识教育中心" +value: "32" +data: App\Entity\College {#2134 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2165 +label: "艺术教学中心" +value: "33" +data: App\Entity\College {#2135 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2166 +label: "创新创业学院" +value: "34" +data: App\Entity\College {#2136 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2167 +label: "生命科学与医学部" +value: "35" +data: App\Entity\College {#2137 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2168 +label: "微电子学院" +value: "36" +data: App\Entity\College {#2138 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2169 +label: "通识艺术中心" +value: "37" +data: App\Entity\College {#2139 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2170 +label: "党政办公室" +value: "38" +data: App\Entity\College {#2140 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2171 +label: "财务处" +value: "39" +data: App\Entity\College {#2141 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2172 +label: "未来技术学院" +value: "40" +data: App\Entity\College {#2142 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2173 +label: "人工智能与数据科学学院" +value: "41" +data: App\Entity\College {#2143 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2085 -form: Symfony\Component\Form\Form {#1945 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2086 …5} |
full_name | "user[adminCollege]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_adminCollege" |
is_selected | Closure($choice, $value) {#2175 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1885 …} } |
label | "管理院系" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "adminCollege" |
placeholder | "" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_adminCollege" |
valid | true |
value | "" |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "程万" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
auto_initialize | false |
false
|
disabled | true |
same as passed value |
label | "姓名" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
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 {#1856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1857 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1858 …} -namespace: Closure() {#1860 …} } |
data_class | null |
disabled | true |
empty_data | Closure(FormInterface $form) {#2048 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1760 …} } |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2049 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1760 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1977 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_name" ] |
cache_key | "_user_name_text" |
compound | false |
data | "程万" |
disabled | true |
errors | Symfony\Component\Form\FormErrorIterator {#2176 -form: Symfony\Component\Form\Form {#2046 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2177 …5} |
full_name | "user[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_name" |
label | "姓名" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_name" |
valid | true |
value | "程万" |
username
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "10642" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 20 ] |
[ "maxlength" => 20 ] |
auto_initialize | false |
false
|
disabled | true |
same as passed value |
label | "工资号" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 20 ] |
attr_translation_parameters | [] |
auto_initialize | false |
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 {#1856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1857 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1858 …} -namespace: Closure() {#1860 …} } |
data_class | null |
disabled | true |
empty_data | Closure(FormInterface $form) {#1974 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1760 …} } |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2056 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1760 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#2008 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 20 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_username" ] |
cache_key | "_user_username_text" |
compound | false |
data | "10642" |
disabled | true |
errors | Symfony\Component\Form\FormErrorIterator {#2178 -form: Symfony\Component\Form\Form {#2009 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2179 …5} |
full_name | "user[username]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_username" |
label | "工资号" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "username" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_username" |
valid | true |
value | "10642" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "3e4eba4d82e90b230.cEmzpfcF8tucBNhxCm60ycM5fXujPi13VqjHkWjZ2og.EyPx38VLw5WkR5M8XCWMnKxrOU3yUG4BHsCC-DGylekTH8vLolCtsfJduw" |
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 | "3e4eba4d82e90b230.cEmzpfcF8tucBNhxCm60ycM5fXujPi13VqjHkWjZ2og.EyPx38VLw5WkR5M8XCWMnKxrOU3yUG4BHsCC-DGylekTH8vLolCtsfJduw" |
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 {#1856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1857 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1858 …} -namespace: Closure() {#1860 …} } |
data | "3e4eba4d82e90b230.cEmzpfcF8tucBNhxCm60ycM5fXujPi13VqjHkWjZ2og.EyPx38VLw5WkR5M8XCWMnKxrOU3yUG4BHsCC-DGylekTH8vLolCtsfJduw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2184 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1760 …} } |
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() {#2183 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1760 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#2185 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_user__token" ] |
cache_key | "_user__token_hidden" |
compound | false |
data | "3e4eba4d82e90b230.cEmzpfcF8tucBNhxCm60ycM5fXujPi13VqjHkWjZ2og.EyPx38VLw5WkR5M8XCWMnKxrOU3yUG4BHsCC-DGylekTH8vLolCtsfJduw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2195 -form: Symfony\Component\Form\Form {#2191 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2186 …5} |
full_name | "user[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user__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__token" |
valid | true |
value | "3e4eba4d82e90b230.cEmzpfcF8tucBNhxCm60ycM5fXujPi13VqjHkWjZ2og.EyPx38VLw5WkR5M8XCWMnKxrOU3yUG4BHsCC-DGylekTH8vLolCtsfJduw" |