Forms
-
registration_form
-
fullName
-
vatNumber
-
IDCard
-
contactInfo
-
email
-
address
-
postalCode
-
phone
-
-
plainPassword
-
first
-
second
-
-
_token
-
registration_form
Form type:
"App\Form\Type\Civilian\RegistrationFormType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Common\CivilianUser {#802 #password: ? ?string #fullName: ? string #active: false -verified: false -id: ? int -vatNumber: null -IDCard: ? string -contactInfo: ? App\Entity\Common\ContactInfo -createdAt: ? DateTimeImmutable } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Common\CivilianUser {#802 #password: ? ?string #fullName: ? string #active: false -verified: false -id: ? int -vatNumber: null -IDCard: ? string -contactInfo: ? App\Entity\Common\ContactInfo -createdAt: ? DateTimeImmutable } |
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 {#856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#857 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#858 …} -namespace: Closure() {#860 …} } |
data | App\Entity\Common\CivilianUser {#802 #password: ? ?string #fullName: ? string #active: false -verified: false -id: ? int -vatNumber: null -IDCard: ? string -contactInfo: ? App\Entity\Common\ContactInfo -createdAt: ? DateTimeImmutable } |
data_class | "App\Entity\Common\CivilianUser" |
disabled | false |
empty_data | Closure(FormInterface $form) {#873 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Common\CivilianUser" } } |
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() {#882 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#475 …} $message: Closure() {#881 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "registration_form" "_registration_form" ] |
cache_key | "_registration_form_registration_form" |
compound | true |
data | App\Entity\Common\CivilianUser {#802 #password: ? ?string #fullName: ? string #active: false -verified: false -id: ? int -vatNumber: null -IDCard: ? string -contactInfo: ? App\Entity\Common\ContactInfo -createdAt: ? DateTimeImmutable } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#965 -form: Symfony\Component\Form\Form {#957 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#883 …5} |
full_name | "registration_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "registration_form" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form" |
valid | true |
value | App\Entity\Common\CivilianUser {#802 #password: ? ?string #fullName: ? string #active: false -verified: false -id: ? int -vatNumber: null -IDCard: ? string -contactInfo: ? App\Entity\Common\ContactInfo -createdAt: ? DateTimeImmutable } |
fullName
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" => "Full Name" ] |
[ "placeholder" => "Full Name" ] |
label | "Full Name" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "placeholder" => "Full Name" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#857 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#858 …} -namespace: Closure() {#860 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#896 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 | "Full Name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#892 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#475 …} $message: Closure() {#894 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Full Name" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_fullName" ] |
cache_key | "_registration_form_fullName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1080 -form: Symfony\Component\Form\Form {#993 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1083 …5} |
full_name | "registration_form[fullName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_fullName" |
label | "Full Name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "fullName" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_fullName" |
uses_autocomplete | false |
valid | true |
value | "" |
vatNumber
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" => "VAT Number" ] |
[ "placeholder" => "VAT Number" ] |
label | "VAT Number" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "placeholder" => "VAT Number" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#857 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#858 …} -namespace: Closure() {#860 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#912 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 | "VAT Number" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#950 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#475 …} $message: Closure() {#913 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "VAT Number" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_vatNumber" ] |
cache_key | "_registration_form_vatNumber_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1059 -form: Symfony\Component\Form\Form {#996 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1061 …5} |
full_name | "registration_form[vatNumber]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_vatNumber" |
label | "VAT Number" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "vatNumber" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_vatNumber" |
uses_autocomplete | false |
valid | true |
value | "" |
IDCard
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" => "ID Card" ] |
[ "placeholder" => "ID Card" ] |
label | "ID Card" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "placeholder" => "ID Card" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#857 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#858 …} -namespace: Closure() {#860 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#886 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 | "ID Card" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#884 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#475 …} $message: Closure() {#885 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "ID Card" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_IDCard" ] |
cache_key | "_registration_form_IDCard_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1066 -form: Symfony\Component\Form\Form {#999 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1067 …5} |
full_name | "registration_form[IDCard]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_IDCard" |
label | "ID Card" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "IDCard" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_IDCard" |
uses_autocomplete | false |
valid | true |
value | "" |
contactInfo
Form type:
"App\Form\Type\Common\ContactInfoType"
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 {#856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#857 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#858 …} -namespace: Closure() {#860 …} } |
data_class | "App\Entity\Common\ContactInfo" |
disabled | false |
empty_data | Closure(FormInterface $form) {#921 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Common\ContactInfo" } } |
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() {#926 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#475 …} $message: Closure() {#920 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "contact_info" "_registration_form_contactInfo" ] |
cache_key | "_registration_form_contactInfo_contact_info" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#942 -form: Symfony\Component\Form\Form {#1011 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1043 …5} |
full_name | "registration_form[contactInfo]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_contactInfo" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "contactInfo" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_contactInfo" |
valid | true |
value | null |
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 |
---|---|---|
attr | [ "placeholder" => "Email" ] |
[ "placeholder" => "Email" ] |
label | "Email" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "placeholder" => "Email" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#857 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#858 …} -namespace: Closure() {#860 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#959 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 | "Email" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#964 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#475 …} $message: Closure() {#958 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Email" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_registration_form_contactInfo_email" ] |
cache_key | "_registration_form_contactInfo_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#983 -form: Symfony\Component\Form\Form {#1014 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1006 …5} |
full_name | "registration_form[contactInfo][email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_contactInfo_email" |
label | "Email" |
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 | "_registration_form_contactInfo_email" |
uses_autocomplete | false |
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 |
---|---|---|
attr | [ "placeholder" => "Address" ] |
[ "placeholder" => "Address" ] |
label | "Address" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "placeholder" => "Address" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#857 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#858 …} -namespace: Closure() {#860 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#971 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 | "Address" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#973 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#475 …} $message: Closure() {#972 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Address" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_contactInfo_address" ] |
cache_key | "_registration_form_contactInfo_address_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#974 -form: Symfony\Component\Form\Form {#1017 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#893 …5} |
full_name | "registration_form[contactInfo][address]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_contactInfo_address" |
label | "Address" |
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 | "_registration_form_contactInfo_address" |
uses_autocomplete | false |
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 |
---|---|---|
attr | [ "placeholder" => "Postal Code" ] |
[ "placeholder" => "Postal Code" ] |
label | "Postal Code" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "placeholder" => "Postal Code" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#857 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#858 …} -namespace: Closure() {#860 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#980 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 | "Postal Code" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#982 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#475 …} $message: Closure() {#981 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Postal Code" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_contactInfo_postalCode" ] |
cache_key | "_registration_form_contactInfo_postalCode_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1060 -form: Symfony\Component\Form\Form {#1020 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#952 …5} |
full_name | "registration_form[contactInfo][postalCode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_contactInfo_postalCode" |
label | "Postal Code" |
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 | "_registration_form_contactInfo_postalCode" |
uses_autocomplete | false |
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 | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Phone" ] |
[ "placeholder" => "Phone" ] |
label | "Phone" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "placeholder" => "Phone" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#857 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#858 …} -namespace: Closure() {#860 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#994 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 | "Phone" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1005 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#475 …} $message: Closure() {#989 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Phone" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "_registration_form_contactInfo_phone" ] |
cache_key | "_registration_form_contactInfo_phone_tel" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#914 -form: Symfony\Component\Form\Form {#1023 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1093 …5} |
full_name | "registration_form[contactInfo][phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_contactInfo_phone" |
label | "Phone" |
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 | "_registration_form_contactInfo_phone" |
uses_autocomplete | false |
valid | true |
value | "" |
plainPassword
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#944 +payload: null +groups: ? +message: "Please enter a password." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#911 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Your password should be at least {{ limit }} characters." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 6 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#944 +payload: null +groups: ? +message: "Please enter a password." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#911 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Your password should be at least {{ limit }} characters." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 6 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
first_options | [ "label" => "Password" "attr" => [ "placeholder" => "Password" ] ] |
[ "label" => "Password" "attr" => [ "placeholder" => "Password" ] ] |
mapped | false |
same as passed value |
second_options | [ "label" => "Repeat Password" "attr" => [ "placeholder" => "Repeat Password" ] ] |
[ "label" => "Repeat Password" "attr" => [ "placeholder" => "Repeat Password" ] ] |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#944 +payload: null +groups: ? +message: "Please enter a password." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#911 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Your password should be at least {{ limit }} characters." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 6 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
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 {#856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#857 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#858 …} -namespace: Closure() {#860 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#935 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [ "." => "first" ] |
extra_fields_message | "This form should not contain extra fields." |
first_name | "first" |
first_options | [ "label" => "Password" "attr" => [ "placeholder" => "Password" ] ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The values do not match." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
options | [] |
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 | [] |
second_name | "second" |
second_options | [ "label" => "Repeat Password" "attr" => [ "placeholder" => "Repeat Password" ] ] |
setter | null |
translation_domain | null |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
upload_max_size_message | Closure() {#941 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#475 …} $message: Closure() {#933 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_registration_form_plainPassword" ] |
cache_key | "_registration_form_plainPassword_repeated" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1029 -form: Symfony\Component\Form\Form {#1047 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#927 …5} |
full_name | "registration_form[plainPassword]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_plainPassword" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "plainPassword" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_plainPassword" |
valid | true |
value | [ "first" => null "second" => null ] |
first
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" => "Password" ] |
[ "placeholder" => "Password" ] |
error_bubbling | false |
same as passed value |
label | "Password" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
always_empty | true |
attr | [ "placeholder" => "Password" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#857 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#858 …} -namespace: Closure() {#860 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1033 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
form_attr | false |
getter | null |
hash_property_path | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The password is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Password" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1028 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#475 …} $message: Closure() {#1027 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Password" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_registration_form_plainPassword_first" ] |
cache_key | "_registration_form_plainPassword_first_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1103 -form: Symfony\Component\Form\Form {#1050 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1102 …5} |
full_name | "registration_form[plainPassword][first]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_plainPassword_first" |
label | "Password" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "first" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_plainPassword_first" |
uses_autocomplete | false |
valid | true |
value | "" |
second
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" => "Repeat Password" ] |
[ "placeholder" => "Repeat Password" ] |
error_bubbling | false |
same as passed value |
label | "Repeat Password" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
always_empty | true |
attr | [ "placeholder" => "Repeat Password" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#857 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#858 …} -namespace: Closure() {#860 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1040 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
form_attr | false |
getter | null |
hash_property_path | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The password is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Repeat Password" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
sanitize_html | false |
sanitizer | null |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1042 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#475 …} $message: Closure() {#1041 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Repeat Password" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_registration_form_plainPassword_second" ] |
cache_key | "_registration_form_plainPassword_second_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1104 -form: Symfony\Component\Form\Form {#1053 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1105 …5} |
full_name | "registration_form[plainPassword][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_plainPassword_second" |
label | "Repeat Password" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "second" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_plainPassword_second" |
uses_autocomplete | false |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "828aa594468545566.0A_U2VgP9wShPD3JEf247sXirO4KIz9WRGOo4cUFFeE.5FqHlDpHn230fUWxU47yjfKg7r5zamgDEQ2YlvdvRa2WOLKabFe6fOpbXg" |
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 | "828aa594468545566.0A_U2VgP9wShPD3JEf247sXirO4KIz9WRGOo4cUFFeE.5FqHlDpHn230fUWxU47yjfKg7r5zamgDEQ2YlvdvRa2WOLKabFe6fOpbXg" |
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 {#856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#857 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#858 …} -namespace: Closure() {#860 …} } |
data | "828aa594468545566.0A_U2VgP9wShPD3JEf247sXirO4KIz9WRGOo4cUFFeE.5FqHlDpHn230fUWxU47yjfKg7r5zamgDEQ2YlvdvRa2WOLKabFe6fOpbXg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1107 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() {#1111 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#475 …} $message: Closure() {#1101 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_registration_form__token" ] |
cache_key | "_registration_form__token_hidden" |
compound | false |
data | "828aa594468545566.0A_U2VgP9wShPD3JEf247sXirO4KIz9WRGOo4cUFFeE.5FqHlDpHn230fUWxU47yjfKg7r5zamgDEQ2YlvdvRa2WOLKabFe6fOpbXg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1121 -form: Symfony\Component\Form\Form {#1117 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1112 …5} |
full_name | "registration_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_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 | "_registration_form__token" |
valid | true |
value | "828aa594468545566.0A_U2VgP9wShPD3JEf247sXirO4KIz9WRGOo4cUFFeE.5FqHlDpHn230fUWxU47yjfKg7r5zamgDEQ2YlvdvRa2WOLKabFe6fOpbXg" |