- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 33
- Events
- Routing
- Cache
- Translation 64
- Security
- Twig
- HTTP Client
- Doctrine 5
- Migrations
- E-mails
- Debug
- E-mails
- Notifications
- 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
contact
"App\Frontend\Form\ContactType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
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 {#6239 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#6241 …} -namespace: Closure() {#6243 …} } |
| data_class | "App\Backend\TicketBundle\Entity\TicketRequest" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6726 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6222 …} use: { $class: "App\Backend\TicketBundle\Entity\TicketRequest" } } |
| 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 | true |
| 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() {#6728 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6250 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#365 …} $translationDomain: "validators" $message: Closure() {#6727 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact" "_contact" ] |
| cache_key | "_contact_contact" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6773 -form: Symfony\Component\Form\Form {#6779 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6729 …5} |
| full_name | "contact" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contact" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact" |
| valid | true |
| value | null |
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
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "input" ] |
[ "class" => "input" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input" ] |
| 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 {#6239 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#6241 …} -namespace: Closure() {#6243 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6735 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6222 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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() {#6737 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6250 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#365 …} $translationDomain: "validators" $message: Closure() {#6736 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_name" ] |
| cache_key | "_contact_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6738 -form: Symfony\Component\Form\Form {#6782 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6747 …5} |
| full_name | "contact[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_name" |
| label | null |
| 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 | false |
| translation_domain | null |
| unique_block_prefix | "_contact_name" |
| valid | true |
| value | "" |
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
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "input" ] |
[ "class" => "input" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input" ] |
| 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 {#6239 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#6241 …} -namespace: Closure() {#6243 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6744 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6222 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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() {#6746 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6250 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#365 …} $translationDomain: "validators" $message: Closure() {#6745 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_phone" ] |
| cache_key | "_contact_phone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6798 -form: Symfony\Component\Form\Form {#6785 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6800 …5} |
| full_name | "contact[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_phone" |
| label | null |
| 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 | false |
| translation_domain | null |
| unique_block_prefix | "_contact_phone" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "input" ] |
[ "class" => "input" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input" ] |
| 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 {#6239 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#6241 …} -namespace: Closure() {#6243 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6753 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6222 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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() {#6755 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6250 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#365 …} $translationDomain: "validators" $message: Closure() {#6754 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contact_email" ] |
| cache_key | "_contact_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6801 -form: Symfony\Component\Form\Form {#6788 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6802 …5} |
| full_name | "contact[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_email" |
| label | null |
| 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 | false |
| translation_domain | null |
| unique_block_prefix | "_contact_email" |
| valid | true |
| value | "" |
age
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "input" ] |
[ "class" => "input" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input" ] |
| 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 {#6239 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#6241 …} -namespace: Closure() {#6243 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6762 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6222 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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() {#6764 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6250 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#365 …} $translationDomain: "validators" $message: Closure() {#6763 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_age" ] |
| cache_key | "_contact_age_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6803 -form: Symfony\Component\Form\Form {#6791 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6813 …5} |
| full_name | "contact[age]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_age" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "age" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_age" |
| valid | true |
| value | "" |
city
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "input" ] |
[ "class" => "input" ] |
| choices | [ "Cà Mau" => "Cà Mau" "Bạc Liêu" => "Bạc Liêu" "Sóc Trăng" => "Sóc Trăng" "Hậu Giang" => "Hậu Giang" "Cần Thơ" => "Cần Thơ" "Kiên Giang" => "Kiên Giang" "An Giang" => "An Giang" "Đồng Tháp" => "Đồng Tháp" "Vĩnh Long" => "Vĩnh Long" "Trà Vinh" => "Trà Vinh" "Bến Tre" => "Bến Tre" "Tiền Giang" => "Tiền Giang" "Long An" => "Long An" "Hồ Chí Minh" => "Hồ Chí Minh" "Bà Rịa - Vũng Tàu" => "Bà Rịa - Vũng Tàu" "Đồng Nai" => "Đồng Nai" "Bình Dương" => "Bình Dương" "Tây Ninh" => "Tây Ninh" "Bình Phước" => "Bình Phước" "Lâm Đồng" => "Lâm Đồng" "Đắk Nông" => "Đắk Nông" "Đắk Lắk" => "Đắk Lắk" "Gia Lai" => "Gia Lai" "Kon Tum" => "Kon Tum" "Bình Thuận" => "Bình Thuận" "Ninh Thuận" => "Ninh Thuận" "Khánh Hòa" => "Khánh Hòa" "hú Yên" => "hú Yên" "Bình Định" => "Bình Định" "Quảng Ngãi" => "Quảng Ngãi" "Quảng Nam" => "Quảng Nam" "Đà Nẵng" => "Đà Nẵng" "Thừa Thiên Huế" => "Thừa Thiên Huế" "Quảng Trị" => "Quảng Trị" "Quảng Bình" => "Quảng Bình" "Hà Tĩnh" => "Hà Tĩnh" "Nghệ An" => "Nghệ An" "Thanh Hóa" => "Thanh Hóa" "Ninh Bình" => "Ninh Bình" "Nam Định" => "Nam Định" "Hà Nam" => "Hà Nam" "Thái Bình" => "Thái Bình" "Hưng Yên" => "Hưng Yên" "Hải Phòng" => "Hải Phòng" "Hải Dương" => "Hải Dương" "Bắc Ninh" => "Bắc Ninh" "ĩnh Phúc" => "ĩnh Phúc" "Phú Thọ" => "Phú Thọ" "Bắc Giang" => "Bắc Giang" "Quảng Ninh" => "Quảng Ninh" "Lạng Sơn" => "Lạng Sơn" "Thái Nguyên" => "Thái Nguyên" "Hoà Bình" => "Hoà Bình" "Yên Bái" => "Yên Bái" "Sơn La" => "Sơn La" "Lai Châu" => "Lai Châu" "Điện Biên" => "Điện Biên" "Lào Cai" => "Lào Cai" "Tuyên Quang" => "Tuyên Quang" "Bắc Kạn" => "Bắc Kạn" "Cao Bằng" => "Cao Bằng" "Hà Giang" => "Hà Giang" "Hà Nội" => "Hà Nội" ] |
[ "Cà Mau" => "Cà Mau" "Bạc Liêu" => "Bạc Liêu" "Sóc Trăng" => "Sóc Trăng" "Hậu Giang" => "Hậu Giang" "Cần Thơ" => "Cần Thơ" "Kiên Giang" => "Kiên Giang" "An Giang" => "An Giang" "Đồng Tháp" => "Đồng Tháp" "Vĩnh Long" => "Vĩnh Long" "Trà Vinh" => "Trà Vinh" "Bến Tre" => "Bến Tre" "Tiền Giang" => "Tiền Giang" "Long An" => "Long An" "Hồ Chí Minh" => "Hồ Chí Minh" "Bà Rịa - Vũng Tàu" => "Bà Rịa - Vũng Tàu" "Đồng Nai" => "Đồng Nai" "Bình Dương" => "Bình Dương" "Tây Ninh" => "Tây Ninh" "Bình Phước" => "Bình Phước" "Lâm Đồng" => "Lâm Đồng" "Đắk Nông" => "Đắk Nông" "Đắk Lắk" => "Đắk Lắk" "Gia Lai" => "Gia Lai" "Kon Tum" => "Kon Tum" "Bình Thuận" => "Bình Thuận" "Ninh Thuận" => "Ninh Thuận" "Khánh Hòa" => "Khánh Hòa" "hú Yên" => "hú Yên" "Bình Định" => "Bình Định" "Quảng Ngãi" => "Quảng Ngãi" "Quảng Nam" => "Quảng Nam" "Đà Nẵng" => "Đà Nẵng" "Thừa Thiên Huế" => "Thừa Thiên Huế" "Quảng Trị" => "Quảng Trị" "Quảng Bình" => "Quảng Bình" "Hà Tĩnh" => "Hà Tĩnh" "Nghệ An" => "Nghệ An" "Thanh Hóa" => "Thanh Hóa" "Ninh Bình" => "Ninh Bình" "Nam Định" => "Nam Định" "Hà Nam" => "Hà Nam" "Thái Bình" => "Thái Bình" "Hưng Yên" => "Hưng Yên" "Hải Phòng" => "Hải Phòng" "Hải Dương" => "Hải Dương" "Bắc Ninh" => "Bắc Ninh" "ĩnh Phúc" => "ĩnh Phúc" "Phú Thọ" => "Phú Thọ" "Bắc Giang" => "Bắc Giang" "Quảng Ninh" => "Quảng Ninh" "Lạng Sơn" => "Lạng Sơn" "Thái Nguyên" => "Thái Nguyên" "Hoà Bình" => "Hoà Bình" "Yên Bái" => "Yên Bái" "Sơn La" => "Sơn La" "Lai Châu" => "Lai Châu" "Điện Biên" => "Điện Biên" "Lào Cai" => "Lào Cai" "Tuyên Quang" => "Tuyên Quang" "Bắc Kạn" => "Bắc Kạn" "Cao Bằng" => "Cao Bằng" "Hà Giang" => "Hà Giang" "Hà Nội" => "Hà Nội" ] |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input" ] |
| 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 | [ "Cà Mau" => "Cà Mau" "Bạc Liêu" => "Bạc Liêu" "Sóc Trăng" => "Sóc Trăng" "Hậu Giang" => "Hậu Giang" "Cần Thơ" => "Cần Thơ" "Kiên Giang" => "Kiên Giang" "An Giang" => "An Giang" "Đồng Tháp" => "Đồng Tháp" "Vĩnh Long" => "Vĩnh Long" "Trà Vinh" => "Trà Vinh" "Bến Tre" => "Bến Tre" "Tiền Giang" => "Tiền Giang" "Long An" => "Long An" "Hồ Chí Minh" => "Hồ Chí Minh" "Bà Rịa - Vũng Tàu" => "Bà Rịa - Vũng Tàu" "Đồng Nai" => "Đồng Nai" "Bình Dương" => "Bình Dương" "Tây Ninh" => "Tây Ninh" "Bình Phước" => "Bình Phước" "Lâm Đồng" => "Lâm Đồng" "Đắk Nông" => "Đắk Nông" "Đắk Lắk" => "Đắk Lắk" "Gia Lai" => "Gia Lai" "Kon Tum" => "Kon Tum" "Bình Thuận" => "Bình Thuận" "Ninh Thuận" => "Ninh Thuận" "Khánh Hòa" => "Khánh Hòa" "hú Yên" => "hú Yên" "Bình Định" => "Bình Định" "Quảng Ngãi" => "Quảng Ngãi" "Quảng Nam" => "Quảng Nam" "Đà Nẵng" => "Đà Nẵng" "Thừa Thiên Huế" => "Thừa Thiên Huế" "Quảng Trị" => "Quảng Trị" "Quảng Bình" => "Quảng Bình" "Hà Tĩnh" => "Hà Tĩnh" "Nghệ An" => "Nghệ An" "Thanh Hóa" => "Thanh Hóa" "Ninh Bình" => "Ninh Bình" "Nam Định" => "Nam Định" "Hà Nam" => "Hà Nam" "Thái Bình" => "Thái Bình" "Hưng Yên" => "Hưng Yên" "Hải Phòng" => "Hải Phòng" "Hải Dương" => "Hải Dương" "Bắc Ninh" => "Bắc Ninh" "ĩnh Phúc" => "ĩnh Phúc" "Phú Thọ" => "Phú Thọ" "Bắc Giang" => "Bắc Giang" "Quảng Ninh" => "Quảng Ninh" "Lạng Sơn" => "Lạng Sơn" "Thái Nguyên" => "Thái Nguyên" "Hoà Bình" => "Hoà Bình" "Yên Bái" => "Yên Bái" "Sơn La" => "Sơn La" "Lai Châu" => "Lai Châu" "Điện Biên" => "Điện Biên" "Lào Cai" => "Lào Cai" "Tuyên Quang" => "Tuyên Quang" "Bắc Kạn" => "Bắc Kạn" "Cao Bằng" => "Cao Bằng" "Hà Giang" => "Hà Giang" "Hà Nội" => "Hà Nội" ] |
| 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 {#6239 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#6241 …} -namespace: Closure() {#6243 …} } |
| 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 | "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 | true |
| 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 |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#6772 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6250 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#365 …} $translationDomain: "validators" $message: Closure() {#6771 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_contact_city" ] |
| cache_key | "_contact_city_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#6253 +label: "Cà Mau" +value: "Cà Mau" +data: "Cà Mau" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6352 +label: "Bạc Liêu" +value: "Bạc Liêu" +data: "Bạc Liêu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6359 +label: "Sóc Trăng" +value: "Sóc Trăng" +data: "Sóc Trăng" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6358 +label: "Hậu Giang" +value: "Hậu Giang" +data: "Hậu Giang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6354 +label: "Cần Thơ" +value: "Cần Thơ" +data: "Cần Thơ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6353 +label: "Kiên Giang" +value: "Kiên Giang" +data: "Kiên Giang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6364 +label: "An Giang" +value: "An Giang" +data: "An Giang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6374 +label: "Đồng Tháp" +value: "Đồng Tháp" +data: "Đồng Tháp" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6375 +label: "Vĩnh Long" +value: "Vĩnh Long" +data: "Vĩnh Long" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6388 +label: "Trà Vinh" +value: "Trà Vinh" +data: "Trà Vinh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6387 +label: "Bến Tre" +value: "Bến Tre" +data: "Bến Tre" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6389 +label: "Tiền Giang" +value: "Tiền Giang" +data: "Tiền Giang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6390 +label: "Long An" +value: "Long An" +data: "Long An" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6391 +label: "Hồ Chí Minh" +value: "Hồ Chí Minh" +data: "Hồ Chí Minh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6392 +label: "Bà Rịa - Vũng Tàu" +value: "Bà Rịa - Vũng Tàu" +data: "Bà Rịa - Vũng Tàu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6393 +label: "Đồng Nai" +value: "Đồng Nai" +data: "Đồng Nai" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6394 +label: "Bình Dương" +value: "Bình Dương" +data: "Bình Dương" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6395 +label: "Tây Ninh" +value: "Tây Ninh" +data: "Tây Ninh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6396 +label: "Bình Phước" +value: "Bình Phước" +data: "Bình Phước" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6397 +label: "Lâm Đồng" +value: "Lâm Đồng" +data: "Lâm Đồng" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6398 +label: "Đắk Nông" +value: "Đắk Nông" +data: "Đắk Nông" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6399 +label: "Đắk Lắk" +value: "Đắk Lắk" +data: "Đắk Lắk" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6400 +label: "Gia Lai" +value: "Gia Lai" +data: "Gia Lai" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6401 +label: "Kon Tum" +value: "Kon Tum" +data: "Kon Tum" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6402 +label: "Bình Thuận" +value: "Bình Thuận" +data: "Bình Thuận" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6403 +label: "Ninh Thuận" +value: "Ninh Thuận" +data: "Ninh Thuận" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6404 +label: "Khánh Hòa" +value: "Khánh Hòa" +data: "Khánh Hòa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6405 +label: "hú Yên" +value: "hú Yên" +data: "hú Yên" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6406 +label: "Bình Định" +value: "Bình Định" +data: "Bình Định" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6407 +label: "Quảng Ngãi" +value: "Quảng Ngãi" +data: "Quảng Ngãi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6408 +label: "Quảng Nam" +value: "Quảng Nam" +data: "Quảng Nam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6409 +label: "Đà Nẵng" +value: "Đà Nẵng" +data: "Đà Nẵng" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6410 +label: "Thừa Thiên Huế" +value: "Thừa Thiên Huế" +data: "Thừa Thiên Huế" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6411 +label: "Quảng Trị" +value: "Quảng Trị" +data: "Quảng Trị" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6412 +label: "Quảng Bình" +value: "Quảng Bình" +data: "Quảng Bình" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6413 +label: "Hà Tĩnh" +value: "Hà Tĩnh" +data: "Hà Tĩnh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6414 +label: "Nghệ An" +value: "Nghệ An" +data: "Nghệ An" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6415 +label: "Thanh Hóa" +value: "Thanh Hóa" +data: "Thanh Hóa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6416 +label: "Ninh Bình" +value: "Ninh Bình" +data: "Ninh Bình" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6417 +label: "Nam Định" +value: "Nam Định" +data: "Nam Định" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6418 +label: "Hà Nam" +value: "Hà Nam" +data: "Hà Nam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6419 +label: "Thái Bình" +value: "Thái Bình" +data: "Thái Bình" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6420 +label: "Hưng Yên" +value: "Hưng Yên" +data: "Hưng Yên" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6421 +label: "Hải Phòng" +value: "Hải Phòng" +data: "Hải Phòng" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6422 +label: "Hải Dương" +value: "Hải Dương" +data: "Hải Dương" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6423 +label: "Bắc Ninh" +value: "Bắc Ninh" +data: "Bắc Ninh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6424 +label: "ĩnh Phúc" +value: "ĩnh Phúc" +data: "ĩnh Phúc" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6425 +label: "Phú Thọ" +value: "Phú Thọ" +data: "Phú Thọ" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6426 +label: "Bắc Giang" +value: "Bắc Giang" +data: "Bắc Giang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6427 +label: "Quảng Ninh" +value: "Quảng Ninh" +data: "Quảng Ninh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6428 +label: "Lạng Sơn" +value: "Lạng Sơn" +data: "Lạng Sơn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6429 +label: "Thái Nguyên" +value: "Thái Nguyên" +data: "Thái Nguyên" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6430 +label: "Hoà Bình" +value: "Hoà Bình" +data: "Hoà Bình" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6431 +label: "Yên Bái" +value: "Yên Bái" +data: "Yên Bái" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6432 +label: "Sơn La" +value: "Sơn La" +data: "Sơn La" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6433 +label: "Lai Châu" +value: "Lai Châu" +data: "Lai Châu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6434 +label: "Điện Biên" +value: "Điện Biên" +data: "Điện Biên" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6435 +label: "Lào Cai" +value: "Lào Cai" +data: "Lào Cai" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6436 +label: "Tuyên Quang" +value: "Tuyên Quang" +data: "Tuyên Quang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6437 +label: "Bắc Kạn" +value: "Bắc Kạn" +data: "Bắc Kạn" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6438 +label: "Cao Bằng" +value: "Cao Bằng" +data: "Cao Bằng" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6439 +label: "Hà Giang" +value: "Hà Giang" +data: "Hà Giang" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6440 +label: "Hà Nội" +value: "Hà Nội" +data: "Hà Nội" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6815 -form: Symfony\Component\Form\Form {#6794 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6816 …5} |
| full_name | "contact[city]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_city" |
| is_selected | Closure($choice, $value) {#6817 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#6305 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "city" |
| placeholder | "" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_city" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "0a995b3ef28adf03488f1003be2d4.vLrqntbiMONQfymR5QMtUMiPKJ-ESRzOTwutVq0p-Zc.ifygxJ-9AbUlLF_zilB5Oo3DcfC1enuXFXriP9lAjO7L97nRpYdJ0Q8gHQ" |
| 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 | "0a995b3ef28adf03488f1003be2d4.vLrqntbiMONQfymR5QMtUMiPKJ-ESRzOTwutVq0p-Zc.ifygxJ-9AbUlLF_zilB5Oo3DcfC1enuXFXriP9lAjO7L97nRpYdJ0Q8gHQ" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#6239 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#6241 …} -namespace: Closure() {#6243 …} } |
| data | "0a995b3ef28adf03488f1003be2d4.vLrqntbiMONQfymR5QMtUMiPKJ-ESRzOTwutVq0p-Zc.ifygxJ-9AbUlLF_zilB5Oo3DcfC1enuXFXriP9lAjO7L97nRpYdJ0Q8gHQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6765 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6222 …} } |
| 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 | true |
| 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() {#6818 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6250 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#365 …} $translationDomain: "validators" $message: Closure() {#6819 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact__token" ] |
| cache_key | "_contact__token_hidden" |
| compound | false |
| data | "0a995b3ef28adf03488f1003be2d4.vLrqntbiMONQfymR5QMtUMiPKJ-ESRzOTwutVq0p-Zc.ifygxJ-9AbUlLF_zilB5Oo3DcfC1enuXFXriP9lAjO7L97nRpYdJ0Q8gHQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6829 -form: Symfony\Component\Form\Form {#6825 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6820 …5} |
| full_name | "contact[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact__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 | "_contact__token" |
| valid | true |
| value | "0a995b3ef28adf03488f1003be2d4.vLrqntbiMONQfymR5QMtUMiPKJ-ESRzOTwutVq0p-Zc.ifygxJ-9AbUlLF_zilB5Oo3DcfC1enuXFXriP9lAjO7L97nRpYdJ0Q8gHQ" |