Forms
-
user_contact_form
-
name_company
-
email
-
nip
-
phone
-
address
-
postalcode
-
city
-
country
-
_token
-
user_contact_form
Form type:
"Web\UsersBundle\Forms\UserContactForm"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#624 …} -namespace: Closure() {#626 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#648 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "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() {#650 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#344 …} $message: Closure() {#649 …} $translationDomain: "messages" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "user_contact_form" "_user_contact_form" ] |
| cache_key | "_user_contact_form_user_contact_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#745 -form: Symfony\Component\Form\Form {#750 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#651 …5} |
| full_name | "user_contact_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_contact_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "user_contact_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_contact_form" |
| valid | true |
| value | null |
name_company
Form type:
"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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#656 +payload: null +groups: ? +message: "users.validatdator.notblank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#656 +payload: null +groups: ? +message: "users.validatdator.notblank" +allowNull: false +normalizer: null } ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#656 +payload: null +groups: ? +message: "users.validatdator.notblank" +allowNull: false +normalizer: null } ] |
| 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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#624 …} -namespace: Closure() {#626 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#675 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#677 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#344 …} $message: Closure() {#676 …} $translationDomain: "messages" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_user_contact_form_name_company" ] |
| cache_key | "_user_contact_form_name_company_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#709 -form: Symfony\Component\Form\Form {#753 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#718 …5} |
| full_name | "user_contact_form[name_company]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_contact_form_name_company" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name_company" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_contact_form_name_company" |
| valid | true |
| value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#657 +payload: null +groups: ? +message: "users.validatdator.notblank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#658 +payload: null +groups: ? +message: "users.validatdator.incorrect.email" +pattern: "/[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}/" +htmlPattern: null +match: true +normalizer: null } Web\UsersBundle\Validators\NoInvalidSigns {#659 +payload: null +groups: ? +message: "users.validatdator.no.invalid.signs" } Web\UsersBundle\Validators\UniqueUserEmail {#660 +payload: null +groups: ? +message: "users.validatdator.email" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#657 +payload: null +groups: ? +message: "users.validatdator.notblank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#658 +payload: null +groups: ? +message: "users.validatdator.incorrect.email" +pattern: "/[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}/" +htmlPattern: null +match: true +normalizer: null } Web\UsersBundle\Validators\NoInvalidSigns {#659 +payload: null +groups: ? +message: "users.validatdator.no.invalid.signs" } Web\UsersBundle\Validators\UniqueUserEmail {#660 +payload: null +groups: ? +message: "users.validatdator.email" } ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#657 +payload: null +groups: ? +message: "users.validatdator.notblank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#658 +payload: null +groups: ? +message: "users.validatdator.incorrect.email" +pattern: "/[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}/" +htmlPattern: null +match: true +normalizer: null } Web\UsersBundle\Validators\NoInvalidSigns {#659 +payload: null +groups: ? +message: "users.validatdator.no.invalid.signs" } Web\UsersBundle\Validators\UniqueUserEmail {#660 +payload: null +groups: ? +message: "users.validatdator.email" } ] |
| 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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#624 …} -namespace: Closure() {#626 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#688 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| 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() {#690 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#344 …} $message: Closure() {#689 …} $translationDomain: "messages" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_user_contact_form_email" ] |
| cache_key | "_user_contact_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#700 -form: Symfony\Component\Form\Form {#756 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#691 …5} |
| full_name | "user_contact_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_contact_form_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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_contact_form_email" |
| valid | true |
| value | "" |
nip
Form type:
"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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#661 +payload: null +groups: ? +message: "users.validatdator.notblank" +allowNull: false +normalizer: null } Web\UsersBundle\Validators\Nip {#662 +payload: null +groups: ? +message: "users.validatdator.incorrect.nip" +messageLength: "users.validatdator.lenght.nip" +messageBlank: "users.validatdator.notblank.nip" +messageRexexp: "users.validatdator.permitted.nip" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#661 +payload: null +groups: ? +message: "users.validatdator.notblank" +allowNull: false +normalizer: null } Web\UsersBundle\Validators\Nip {#662 +payload: null +groups: ? +message: "users.validatdator.incorrect.nip" +messageLength: "users.validatdator.lenght.nip" +messageBlank: "users.validatdator.notblank.nip" +messageRexexp: "users.validatdator.permitted.nip" } ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#661 +payload: null +groups: ? +message: "users.validatdator.notblank" +allowNull: false +normalizer: null } Web\UsersBundle\Validators\Nip {#662 +payload: null +groups: ? +message: "users.validatdator.incorrect.nip" +messageLength: "users.validatdator.lenght.nip" +messageBlank: "users.validatdator.notblank.nip" +messageRexexp: "users.validatdator.permitted.nip" } ] |
| 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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#624 …} -namespace: Closure() {#626 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#697 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#699 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#344 …} $message: Closure() {#698 …} $translationDomain: "messages" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_user_contact_form_nip" ] |
| cache_key | "_user_contact_form_nip_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#678 -form: Symfony\Component\Form\Form {#759 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#778 …5} |
| full_name | "user_contact_form[nip]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_contact_form_nip" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nip" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_contact_form_nip" |
| valid | true |
| value | "" |
phone
Form type:
"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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#663 +payload: null +groups: ? +message: "users.validatdator.notblank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#664 +payload: null +groups: ? +message: "users.validatdator.incorrect.phone" +pattern: "/^([0-9\(\)\/\+ \-]*)$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#663 +payload: null +groups: ? +message: "users.validatdator.notblank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#664 +payload: null +groups: ? +message: "users.validatdator.incorrect.phone" +pattern: "/^([0-9\(\)\/\+ \-]*)$/" +htmlPattern: null +match: true +normalizer: null } ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#663 +payload: null +groups: ? +message: "users.validatdator.notblank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#664 +payload: null +groups: ? +message: "users.validatdator.incorrect.phone" +pattern: "/^([0-9\(\)\/\+ \-]*)$/" +htmlPattern: null +match: true +normalizer: null } ] |
| 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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#624 …} -namespace: Closure() {#626 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#706 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#708 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#344 …} $message: Closure() {#707 …} $translationDomain: "messages" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_user_contact_form_phone" ] |
| cache_key | "_user_contact_form_phone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#780 -form: Symfony\Component\Form\Form {#762 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#781 …5} |
| full_name | "user_contact_form[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_contact_form_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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_contact_form_phone" |
| valid | true |
| value | "" |
address
Form type:
"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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#665 +payload: null +groups: ? +message: "users.validatdator.notblank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#665 +payload: null +groups: ? +message: "users.validatdator.notblank" +allowNull: false +normalizer: null } ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#665 +payload: null +groups: ? +message: "users.validatdator.notblank" +allowNull: false +normalizer: null } ] |
| 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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#624 …} -namespace: Closure() {#626 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#715 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#717 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#344 …} $message: Closure() {#716 …} $translationDomain: "messages" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_user_contact_form_address" ] |
| cache_key | "_user_contact_form_address_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#782 -form: Symfony\Component\Form\Form {#765 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#783 …5} |
| full_name | "user_contact_form[address]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_contact_form_address" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "address" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_contact_form_address" |
| valid | true |
| value | "" |
postalcode
Form type:
"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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#666 +payload: null +groups: ? +message: "users.validatdator.notblank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#667 +payload: null +groups: ? +message: "users.validatdator.incorrect.postalcode" +pattern: "/^(\d){2}-(\d){3}$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#666 +payload: null +groups: ? +message: "users.validatdator.notblank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#667 +payload: null +groups: ? +message: "users.validatdator.incorrect.postalcode" +pattern: "/^(\d){2}-(\d){3}$/" +htmlPattern: null +match: true +normalizer: null } ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#666 +payload: null +groups: ? +message: "users.validatdator.notblank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#667 +payload: null +groups: ? +message: "users.validatdator.incorrect.postalcode" +pattern: "/^(\d){2}-(\d){3}$/" +htmlPattern: null +match: true +normalizer: null } ] |
| 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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#624 …} -namespace: Closure() {#626 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#724 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#726 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#344 …} $message: Closure() {#725 …} $translationDomain: "messages" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_user_contact_form_postalcode" ] |
| cache_key | "_user_contact_form_postalcode_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#799 -form: Symfony\Component\Form\Form {#768 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#801 …5} |
| full_name | "user_contact_form[postalcode]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_contact_form_postalcode" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "postalcode" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_contact_form_postalcode" |
| valid | true |
| value | "" |
city
Form type:
"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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#668 +payload: null +groups: ? +message: "users.validatdator.notblank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#668 +payload: null +groups: ? +message: "users.validatdator.notblank" +allowNull: false +normalizer: null } ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#668 +payload: null +groups: ? +message: "users.validatdator.notblank" +allowNull: false +normalizer: null } ] |
| 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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#624 …} -namespace: Closure() {#626 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#733 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#735 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#344 …} $message: Closure() {#734 …} $translationDomain: "messages" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_user_contact_form_city" ] |
| cache_key | "_user_contact_form_city_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#802 -form: Symfony\Component\Form\Form {#771 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#803 …5} |
| full_name | "user_contact_form[city]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_contact_form_city" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "city" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_contact_form_city" |
| valid | true |
| value | "" |
country
Form type:
"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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#669 +payload: null +groups: ? +message: "users.validatdator.notblank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#669 +payload: null +groups: ? +message: "users.validatdator.notblank" +allowNull: false +normalizer: null } ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#669 +payload: null +groups: ? +message: "users.validatdator.notblank" +allowNull: false +normalizer: null } ] |
| 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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#624 …} -namespace: Closure() {#626 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#742 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#744 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#344 …} $message: Closure() {#743 …} $translationDomain: "messages" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_user_contact_form_country" ] |
| cache_key | "_user_contact_form_country_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#804 -form: Symfony\Component\Form\Form {#774 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#805 …5} |
| full_name | "user_contact_form[country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_contact_form_country" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "country" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_contact_form_country" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "ac0462dfb5f406.jTfXPXGD3Ve0Mg_YVNVwC9Qiqx2I0Z5Dq5aNfv_2_3k.3XXhfDvEqBTbS2egJJ4Jf5t64VrskN0O-sLKLI6MuhzEQe92N7S5YINQbA" |
| 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 | "ac0462dfb5f406.jTfXPXGD3Ve0Mg_YVNVwC9Qiqx2I0Z5Dq5aNfv_2_3k.3XXhfDvEqBTbS2egJJ4Jf5t64VrskN0O-sLKLI6MuhzEQe92N7S5YINQbA" |
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 {#622 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#623 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#624 …} -namespace: Closure() {#626 …} } |
| data | "ac0462dfb5f406.jTfXPXGD3Ve0Mg_YVNVwC9Qiqx2I0Z5Dq5aNfv_2_3k.3XXhfDvEqBTbS2egJJ4Jf5t64VrskN0O-sLKLI6MuhzEQe92N7S5YINQbA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#809 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#811 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#344 …} $message: Closure() {#810 …} $translationDomain: "messages" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_user_contact_form__token" ] |
| cache_key | "_user_contact_form__token_hidden" |
| compound | false |
| data | "ac0462dfb5f406.jTfXPXGD3Ve0Mg_YVNVwC9Qiqx2I0Z5Dq5aNfv_2_3k.3XXhfDvEqBTbS2egJJ4Jf5t64VrskN0O-sLKLI6MuhzEQe92N7S5YINQbA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#821 -form: Symfony\Component\Form\Form {#817 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#812 …5} |
| full_name | "user_contact_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_contact_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 | "_user_contact_form__token" |
| valid | true |
| value | "ac0462dfb5f406.jTfXPXGD3Ve0Mg_YVNVwC9Qiqx2I0Z5Dq5aNfv_2_3k.3XXhfDvEqBTbS2egJJ4Jf5t64VrskN0O-sLKLI6MuhzEQe92N7S5YINQbA" |