Forms
-
customer_form
-
name
-
ci
-
phone
-
email
-
acceptPrivacyPolicy
-
_token
-
customer_form
Form type:
"App\CrediFast\Infrastructure\Form\CustomerForm"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\CrediFast\Infrastructure\Form\Data\CustomerFormFields {#1720 +name: "" +ci: null +phone: "" +email: "" } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\CrediFast\Infrastructure\Form\Data\CustomerFormFields {#1720 +name: "" +ci: null +phone: "" +email: "" } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#230 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#229 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#228 …} -namespace: Closure() {#226 …} } |
data | App\CrediFast\Infrastructure\Form\Data\CustomerFormFields {#1720 +name: "" +ci: null +phone: "" +email: "" } |
data_class | "App\CrediFast\Infrastructure\Form\Data\CustomerFormFields" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1865 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\CrediFast\Infrastructure\Form\Data\CustomerFormFields" } } |
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() {#1867 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1756 …} $message: Closure() {#1866 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "customer_form" "_customer_form" ] |
cache_key | "_customer_form_customer_form" |
compound | true |
data | App\CrediFast\Infrastructure\Form\Data\CustomerFormFields {#1720 +name: "" +ci: null +phone: "" +email: "" } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1927 -form: Symfony\Component\Form\Form {#1936 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1868 …5} |
full_name | "customer_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "customer_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "customer_form" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_customer_form" |
valid | true |
value | App\CrediFast\Infrastructure\Form\Data\CustomerFormFields {#1720 +name: "" +ci: null +phone: "" +email: "" } |
name
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 | "" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "" "class" => "form-control" ] |
[ "placeholder" => "" "class" => "form-control" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "" "class" => "form-control" ] |
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 {#230 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#229 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#228 …} -namespace: Closure() {#226 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1878 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() {#1880 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1756 …} $message: Closure() {#1879 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "" "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_customer_form_name" ] |
cache_key | "_customer_form_name_text" |
compound | false |
data | "" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1881 -form: Symfony\Component\Form\Form {#1939 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1890 …5} |
full_name | "customer_form[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "customer_form_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 | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_customer_form_name" |
valid | true |
value | "" |
ci
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 |
---|---|---|
attr | [ "placeholder" => "Documento sin puntos ni guiones" "class" => "form-control" ] |
[ "placeholder" => "Documento sin puntos ni guiones" "class" => "form-control" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Documento sin puntos ni guiones" "class" => "form-control" ] |
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 {#230 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#229 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#228 …} -namespace: Closure() {#226 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1887 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() {#1889 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1756 …} $message: Closure() {#1888 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Documento sin puntos ni guiones" "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_customer_form_ci" ] |
cache_key | "_customer_form_ci_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1955 -form: Symfony\Component\Form\Form {#1942 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1957 …5} |
full_name | "customer_form[ci]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "customer_form_ci" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "ci" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_customer_form_ci" |
valid | true |
value | "" |
phone
Form type:
"Symfony\Component\Form\Extension\Core\Type\TelType"
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 |
---|---|---|
attr | [ "placeholder" => "" "class" => "form-control" ] |
[ "placeholder" => "" "class" => "form-control" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "" "class" => "form-control" ] |
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 {#230 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#229 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#228 …} -namespace: Closure() {#226 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1900 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 provide a valid phone number." |
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() {#1902 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1756 …} $message: Closure() {#1901 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "" "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "_customer_form_phone" ] |
cache_key | "_customer_form_phone_tel" |
compound | false |
data | "" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1958 -form: Symfony\Component\Form\Form {#1945 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1959 …5} |
full_name | "customer_form[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "customer_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 | "_customer_form_phone" |
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 | "" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "" "class" => "form-control" ] |
[ "placeholder" => "" "class" => "form-control" ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "" "class" => "form-control" ] |
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 {#230 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#229 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#228 …} -namespace: Closure() {#226 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1913 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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1915 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1756 …} $message: Closure() {#1914 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "" "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_customer_form_email" ] |
cache_key | "_customer_form_email_email" |
compound | false |
data | "" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1960 -form: Symfony\Component\Form\Form {#1948 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1978 …5} |
full_name | "customer_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "customer_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 | "_customer_form_email" |
valid | true |
value | "" |
acceptPrivacyPolicy
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved 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 | 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 {#230 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#229 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#228 …} -namespace: Closure() {#226 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1925 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#1926 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1928 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1756 …} $message: Closure() {#1930 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_customer_form_acceptPrivacyPolicy" ] |
cache_key | "_customer_form_acceptPrivacyPolicy_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1980 -form: Symfony\Component\Form\Form {#1951 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1981 …5} |
full_name | "customer_form[acceptPrivacyPolicy]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "customer_form_acceptPrivacyPolicy" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "acceptPrivacyPolicy" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_customer_form_acceptPrivacyPolicy" |
valid | true |
value | "1" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "65e9b0d98.CAkCkjp5xLZhY04p1gLTMF6VI2NDHCXEbKYVEpvAX9M.XVZD1khBsNwFAAxDunWKWWr9UAkEc2eeI-pvZOKEartNWkDTVTfz_SU2IQ" |
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 | "65e9b0d98.CAkCkjp5xLZhY04p1gLTMF6VI2NDHCXEbKYVEpvAX9M.XVZD1khBsNwFAAxDunWKWWr9UAkEc2eeI-pvZOKEartNWkDTVTfz_SU2IQ" |
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 {#230 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#229 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#228 …} -namespace: Closure() {#226 …} } |
data | "65e9b0d98.CAkCkjp5xLZhY04p1gLTMF6VI2NDHCXEbKYVEpvAX9M.XVZD1khBsNwFAAxDunWKWWr9UAkEc2eeI-pvZOKEartNWkDTVTfz_SU2IQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1998 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() {#2000 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1756 …} $message: Closure() {#1999 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_customer_form__token" ] |
cache_key | "_customer_form__token_hidden" |
compound | false |
data | "65e9b0d98.CAkCkjp5xLZhY04p1gLTMF6VI2NDHCXEbKYVEpvAX9M.XVZD1khBsNwFAAxDunWKWWr9UAkEc2eeI-pvZOKEartNWkDTVTfz_SU2IQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2010 -form: Symfony\Component\Form\Form {#2006 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2001 …5} |
full_name | "customer_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "customer_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 | "_customer_form__token" |
valid | true |
value | "65e9b0d98.CAkCkjp5xLZhY04p1gLTMF6VI2NDHCXEbKYVEpvAX9M.XVZD1khBsNwFAAxDunWKWWr9UAkEc2eeI-pvZOKEartNWkDTVTfz_SU2IQ" |