Forms
form
"Symfony\Component\Form\Extension\Core\Type\FormType"
Errors
This form has no errors.
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 |
|---|---|---|
| data | [] |
[] |
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 {#896 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#929 …} -namespace: Closure() {#923 …} } |
| data | [] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#21814 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#21674 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#21812 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#21779 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#21678 …} $translationDomain: "validators" $message: Closure() {#21813 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_form" ] |
| cache_key | "_form_form" |
| compound | true |
| data | [] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#21828 -form: Symfony\Component\Form\Form {#21911 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#21811 …5} |
| full_name | "form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form" |
| valid | true |
| value | [] |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control input-sm" ] |
[ "class" => "form-control input-sm" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control input-sm" ] |
| 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 {#896 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#929 …} -namespace: Closure() {#923 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#21791 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#21674 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#21826 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#21779 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#21678 …} $translationDomain: "validators" $message: Closure() {#21790 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control input-sm" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_name" ] |
| cache_key | "_form_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#21975 -form: Symfony\Component\Form\Form {#21949 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#21978 …5} |
| full_name | "form[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_name" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_name" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control input-sm" ] |
[ "class" => "form-control input-sm" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control input-sm" ] |
| 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 {#896 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#929 …} -namespace: Closure() {#923 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#21786 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#21674 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#21784 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#21779 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#21678 …} $translationDomain: "validators" $message: Closure() {#21785 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control input-sm" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_email" ] |
| cache_key | "_form_email_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#21943 -form: Symfony\Component\Form\Form {#21952 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#21940 …5} |
| full_name | "form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_email" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_email" |
| valid | true |
| value | "" |
emailConfirmation
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control input-sm" ] |
[ "class" => "form-control input-sm" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control input-sm" ] |
| 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 {#896 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#929 …} -namespace: Closure() {#923 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#21801 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#21674 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#21803 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#21779 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#21678 …} $translationDomain: "validators" $message: Closure() {#21802 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control input-sm" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_emailConfirmation" ] |
| cache_key | "_form_emailConfirmation_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#21946 -form: Symfony\Component\Form\Form {#21955 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#21959 …5} |
| full_name | "form[emailConfirmation]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_emailConfirmation" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "emailConfirmation" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_emailConfirmation" |
| valid | true |
| value | "" |
date
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control input-sm" ] |
[ "class" => "form-control input-sm" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control input-sm" ] |
| 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 {#896 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#929 …} -namespace: Closure() {#923 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#21810 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#21674 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#21827 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#21779 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#21678 …} $translationDomain: "validators" $message: Closure() {#21823 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control input-sm" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_date" ] |
| cache_key | "_form_date_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#21906 -form: Symfony\Component\Form\Form {#21913 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#21897 …5} |
| full_name | "form[date]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_date" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "date" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_date" |
| valid | true |
| value | "" |
sqfeet
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control input-sm" ] |
[ "class" => "form-control input-sm" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control input-sm" ] |
| 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 {#896 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#929 …} -namespace: Closure() {#923 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#21834 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#21674 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#21836 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#21779 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#21678 …} $translationDomain: "validators" $message: Closure() {#21835 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control input-sm" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_sqfeet" ] |
| cache_key | "_form_sqfeet_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#21888 -form: Symfony\Component\Form\Form {#21916 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#21879 …5} |
| full_name | "form[sqfeet]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_sqfeet" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "sqfeet" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_sqfeet" |
| valid | true |
| value | "" |
zip
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control input-sm zipSelect2" ] |
[ "class" => "form-control input-sm zipSelect2" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control input-sm zipSelect2" ] |
| 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 {#896 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#929 …} -namespace: Closure() {#923 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#21843 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#21674 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#21845 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#21779 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#21678 …} $translationDomain: "validators" $message: Closure() {#21844 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control input-sm zipSelect2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_zip" ] |
| cache_key | "_form_zip_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#21861 -form: Symfony\Component\Form\Form {#21919 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#21846 …5} |
| full_name | "form[zip]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_zip" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "zip" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_zip" |
| valid | true |
| value | "" |
other
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | false |
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 {#896 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#929 …} -namespace: Closure() {#923 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#21853 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#21674 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#21860 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#21779 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#21678 …} $translationDomain: "validators" $message: Closure() {#21852 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_form_other" ] |
| cache_key | "_form_other_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#21837 -form: Symfony\Component\Form\Form {#21922 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#21825 …5} |
| full_name | "form[other]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_other" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "other" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_other" |
| valid | true |
| value | "" |
token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Symfony\Component\Security\Csrf\CsrfToken {#3132 -id: "form_csrf" -value: "b9a2646d0c4707a33e.kUlFrZc6JzLVQmwaesiIthEchHU7W6zv3z8wT7oZYaw._j525vkKQXGmIwEvJZDtjidX9zBMaM-9h0pcOdNbTMboAHL50HhrZ5Q0JQ" } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | Symfony\Component\Security\Csrf\CsrfToken {#3132 -id: "form_csrf" -value: "b9a2646d0c4707a33e.kUlFrZc6JzLVQmwaesiIthEchHU7W6zv3z8wT7oZYaw._j525vkKQXGmIwEvJZDtjidX9zBMaM-9h0pcOdNbTMboAHL50HhrZ5Q0JQ" } |
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 {#896 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#929 …} -namespace: Closure() {#923 …} } |
| data | Symfony\Component\Security\Csrf\CsrfToken {#3132 -id: "form_csrf" -value: "b9a2646d0c4707a33e.kUlFrZc6JzLVQmwaesiIthEchHU7W6zv3z8wT7oZYaw._j525vkKQXGmIwEvJZDtjidX9zBMaM-9h0pcOdNbTMboAHL50HhrZ5Q0JQ" } |
| data_class | "Symfony\Component\Security\Csrf\CsrfToken" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#21873 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#21674 …} use: { $class: "Symfony\Component\Security\Csrf\CsrfToken" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | 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() {#21878 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#21779 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#21678 …} $translationDomain: "validators" $message: Closure() {#21872 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_form_token" ] |
| cache_key | "_form_token_hidden" |
| compound | false |
| data | Symfony\Component\Security\Csrf\CsrfToken {#3132 -id: "form_csrf" -value: "b9a2646d0c4707a33e.kUlFrZc6JzLVQmwaesiIthEchHU7W6zv3z8wT7oZYaw._j525vkKQXGmIwEvJZDtjidX9zBMaM-9h0pcOdNbTMboAHL50HhrZ5Q0JQ" } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#21941 -form: Symfony\Component\Form\Form {#21925 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#21783 …5} |
| full_name | "form[token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_token" |
| valid | true |
| value | Symfony\Component\Security\Csrf\CsrfToken {#3132 -id: "form_csrf" -value: "b9a2646d0c4707a33e.kUlFrZc6JzLVQmwaesiIthEchHU7W6zv3z8wT7oZYaw._j525vkKQXGmIwEvJZDtjidX9zBMaM-9h0pcOdNbTMboAHL50HhrZ5Q0JQ" } |
route
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
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 | 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 {#896 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#929 …} -namespace: Closure() {#923 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#21885 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#21674 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | 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() {#21887 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#21779 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#21678 …} $translationDomain: "validators" $message: Closure() {#21886 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_form_route" ] |
| cache_key | "_form_route_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#21804 -form: Symfony\Component\Form\Form {#21928 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#21980 …5} |
| full_name | "form[route]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_route" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "route" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_route" |
| valid | true |
| value | "" |
routeparams
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
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 | 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 {#896 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#929 …} -namespace: Closure() {#923 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#21894 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#21674 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | 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() {#21896 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#21779 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#21678 …} $translationDomain: "validators" $message: Closure() {#21895 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_form_routeparams" ] |
| cache_key | "_form_routeparams_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#21981 -form: Symfony\Component\Form\Form {#21931 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#21982 …5} |
| full_name | "form[routeparams]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_routeparams" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "routeparams" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_routeparams" |
| valid | true |
| value | "" |
siteVersion
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
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 | 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 {#896 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#929 …} -namespace: Closure() {#923 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#21903 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#21674 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | 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() {#21905 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#21779 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#21678 …} $translationDomain: "validators" $message: Closure() {#21904 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_form_siteVersion" ] |
| cache_key | "_form_siteVersion_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#21983 -form: Symfony\Component\Form\Form {#21934 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#21984 …5} |
| full_name | "form[siteVersion]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_siteVersion" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "siteVersion" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_siteVersion" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "8d6a47b1724fb.7JX12e6vdK0ovPIPC3YDvt69rjX6dCqRYltjrOj8FOo.qN604NbBWd9M_ctBRRVBibHt4ESlTV68NWMp3pDEepmOzdiyluoHx36EkQ" |
| 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 | "8d6a47b1724fb.7JX12e6vdK0ovPIPC3YDvt69rjX6dCqRYltjrOj8FOo.qN604NbBWd9M_ctBRRVBibHt4ESlTV68NWMp3pDEepmOzdiyluoHx36EkQ" |
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 {#896 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#929 …} -namespace: Closure() {#923 …} } |
| data | "8d6a47b1724fb.7JX12e6vdK0ovPIPC3YDvt69rjX6dCqRYltjrOj8FOo.qN604NbBWd9M_ctBRRVBibHt4ESlTV68NWMp3pDEepmOzdiyluoHx36EkQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#21977 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#21674 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#21985 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#21779 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#21678 …} $translationDomain: "validators" $message: Closure() {#21986 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_form__token" ] |
| cache_key | "_form__token_hidden" |
| compound | false |
| data | "8d6a47b1724fb.7JX12e6vdK0ovPIPC3YDvt69rjX6dCqRYltjrOj8FOo.qN604NbBWd9M_ctBRRVBibHt4ESlTV68NWMp3pDEepmOzdiyluoHx36EkQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#21996 -form: Symfony\Component\Form\Form {#21992 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#21987 …5} |
| full_name | "form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form__token" |
| valid | true |
| value | "8d6a47b1724fb.7JX12e6vdK0ovPIPC3YDvt69rjX6dCqRYltjrOj8FOo.qN604NbBWd9M_ctBRRVBibHt4ESlTV68NWMp3pDEepmOzdiyluoHx36EkQ" |