Forms
-
-
firstname
-
lastname
-
email
-
phone
-
-
first
-
second
-
-
addressStreet
-
addressCity
-
addressZipcode
-
addressCountry
-
_token
-
registration
Form type:
"App\Form\Web\Security\RegistrationType"
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 | [ App\Validator\Constraints\UniqueEntity {#870 +payload: null +entityClass: "App\Entity\User\User" +instance: null +fields: [ "email" ] +message: "registration.email_already_used" +extraData: [] } ] |
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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#851 …} } |
data_class | "App\Entity\User\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#872 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#650 …} use: { $class: "App\Entity\User\User" } } |
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 | "security" |
trim | true |
upload_max_size_message | Closure() {#874 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#853 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#658 …} $translationDomain: "validators" $message: Closure() {#873 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "registration" "_registration" ] |
cache_key | "_registration_registration" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#986 -form: Symfony\Component\Form\Form {#991 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#875 …5} |
full_name | "registration" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "registration" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "security" |
unique_block_prefix | "_registration" |
valid | true |
value | null |
firstname
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" => "registration.form.firstname" "class" => "form-control h-45px fs-13px" ] |
[ "placeholder" => "registration.form.firstname" "class" => "form-control h-45px fs-13px" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#880 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#880 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "registration.form.firstname" |
same as passed value |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
[ "class" => "d-flex align-items-center fs-13px" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "registration.form.firstname" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#880 +payload: null +message: "This value should not be blank." +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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#851 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#894 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#650 …} } |
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 | "registration.form.firstname" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
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() {#896 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#853 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#658 …} $translationDomain: "validators" $message: Closure() {#895 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "registration.form.firstname" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_firstname" ] |
cache_key | "_registration_firstname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#949 -form: Symfony\Component\Form\Form {#994 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#959 …5} |
full_name | "registration[firstname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_firstname" |
label | "registration.form.firstname" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstname" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "security" |
unique_block_prefix | "_registration_firstname" |
valid | true |
value | "" |
lastname
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" => "registration.form.lastname" "class" => "form-control h-45px fs-13px" ] |
[ "placeholder" => "registration.form.lastname" "class" => "form-control h-45px fs-13px" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#881 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#881 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "registration.form.lastname" |
same as passed value |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
[ "class" => "d-flex align-items-center fs-13px" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "registration.form.lastname" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#881 +payload: null +message: "This value should not be blank." +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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#851 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#903 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#650 …} } |
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 | "registration.form.lastname" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
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() {#905 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#853 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#658 …} $translationDomain: "validators" $message: Closure() {#904 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "registration.form.lastname" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_lastname" ] |
cache_key | "_registration_lastname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1030 -form: Symfony\Component\Form\Form {#997 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1021 …5} |
full_name | "registration[lastname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_lastname" |
label | "registration.form.lastname" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastname" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "security" |
unique_block_prefix | "_registration_lastname" |
valid | true |
value | "" |
Form type:
"App\Form\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" => "registration.form.email" "class" => "form-control h-45px fs-13px" ] |
[ "placeholder" => "registration.form.email" "class" => "form-control h-45px fs-13px" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#882 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#882 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } App\Validator\Constraints\Email {#924 +payload: null +messageInvalidAddress: "email.invalid_address" +messageInvalidCharacter: "email.invalid_character" } ] |
label | "registration.form.email" |
same as passed value |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
[ "class" => "d-flex align-items-center fs-13px" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "registration.form.email" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#882 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } App\Validator\Constraints\Email {#924 +payload: null +messageInvalidAddress: "email.invalid_address" +messageInvalidCharacter: "email.invalid_character" } ] |
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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#851 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#921 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#650 …} } |
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 | "registration.form.email" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
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() {#923 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#853 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#658 …} $translationDomain: "validators" $message: Closure() {#922 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "registration.form.email" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "app_email" "_registration_email" ] |
cache_key | "_registration_email_app_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#934 -form: Symfony\Component\Form\Form {#1000 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#925 …5} |
full_name | "registration[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_email" |
label | "registration.form.email" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
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 | "security" |
unique_block_prefix | "_registration_email" |
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 |
---|---|---|
attr | [ "placeholder" => "registration.form.phone" "class" => "form-control h-45px fs-13px" ] |
[ "placeholder" => "registration.form.phone" "class" => "form-control h-45px fs-13px" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#883 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#883 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "registration.form.phone" |
same as passed value |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
[ "class" => "d-flex align-items-center fs-13px" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "registration.form.phone" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#883 +payload: null +message: "This value should not be blank." +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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#851 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#931 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#650 …} } |
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 | "registration.form.phone" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
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() {#933 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#853 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#658 …} $translationDomain: "validators" $message: Closure() {#932 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "registration.form.phone" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_phone" ] |
cache_key | "_registration_phone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#906 -form: Symfony\Component\Form\Form {#1003 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#897 …5} |
full_name | "registration[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_phone" |
label | "registration.form.phone" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
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 | "security" |
unique_block_prefix | "_registration_phone" |
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 {#884 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#884 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
first_options | [ "label" => "registration.form.password" "attr" => [ "placeholder" => "registration.form.password" "class" => "form-control h-45px fs-13px" ] "label_attr" => [ "class" => "d-flex align-items-center fs-13px" ] ] |
[ "label" => "registration.form.password" "attr" => [ "placeholder" => "registration.form.password" "class" => "form-control h-45px fs-13px" ] "label_attr" => [ "class" => "d-flex align-items-center fs-13px" ] ] |
invalid_message | "registration.error.passwords_differ" |
same as passed value |
required | true |
same as passed value |
second_options | [ "label" => "registration.form.password_repeat" "attr" => [ "placeholder" => "registration.form.password" "class" => "form-control h-45px fs-13px" ] "label_attr" => [ "class" => "d-flex align-items-center fs-13px" ] ] |
[ "label" => "registration.form.password_repeat" "attr" => [ "placeholder" => "registration.form.password" "class" => "form-control h-45px fs-13px" ] "label_attr" => [ "class" => "d-flex align-items-center fs-13px" ] ] |
type | "App\Form\Type\UserPasswordType" |
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 {#884 +payload: null +message: "This value should not be blank." +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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#851 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#945 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#650 …} } |
error_bubbling | false |
error_mapping | [ "." => "first" ] |
extra_fields_message | "This form should not contain extra fields." |
first_name | "first" |
first_options | [ "label" => "registration.form.password" "attr" => [ "placeholder" => "registration.form.password" "class" => "form-control h-45px fs-13px" ] "label_attr" => [ "class" => "d-flex align-items-center fs-13px" ] ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "registration.error.passwords_differ" |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
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" => "registration.form.password_repeat" "attr" => [ "placeholder" => "registration.form.password" "class" => "form-control h-45px fs-13px" ] "label_attr" => [ "class" => "d-flex align-items-center fs-13px" ] ] |
setter | null |
translation_domain | null |
trim | true |
type | "App\Form\Type\UserPasswordType" |
upload_max_size_message | Closure() {#948 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#853 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#658 …} $translationDomain: "validators" $message: Closure() {#947 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_registration_plainPassword" ] |
cache_key | "_registration_plainPassword_repeated" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1056 -form: Symfony\Component\Form\Form {#1034 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1058 …5} |
full_name | "registration[plainPassword]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_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 | "security" |
unique_block_prefix | "_registration_plainPassword" |
valid | true |
value | [ "first" => null "second" => null ] |
first
Form type:
"App\Form\Type\UserPasswordType"
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" => "registration.form.password" "class" => "form-control h-45px fs-13px" ] |
[ "placeholder" => "registration.form.password" "class" => "form-control h-45px fs-13px" ] |
error_bubbling | false |
false
|
label | "registration.form.password" |
same as passed value |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
[ "class" => "d-flex align-items-center fs-13px" ] |
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 |
always_empty | true |
attr | [ "placeholder" => "registration.form.password" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ App\Validator\Constraints\UserPassword {#1020 +payload: null +messageLength: "user_password.invalid_length" +messagePattern: "user_password.invalid_pattern" } ] |
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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#851 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1017 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#650 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
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 | "registration.form.password" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
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 | false |
upload_max_size_message | Closure() {#1019 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#853 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#658 …} $translationDomain: "validators" $message: Closure() {#1018 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "registration.form.password" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "user_password" "_registration_plainPassword_first" ] |
cache_key | "_registration_plainPassword_first_user_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1085 -form: Symfony\Component\Form\Form {#1037 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1061 …5} |
full_name | "registration[plainPassword][first]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_plainPassword_first" |
label | "registration.form.password" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
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 | "security" |
unique_block_prefix | "_registration_plainPassword_first" |
valid | true |
value | "" |
second
Form type:
"App\Form\Type\UserPasswordType"
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" => "registration.form.password" "class" => "form-control h-45px fs-13px" ] |
[ "placeholder" => "registration.form.password" "class" => "form-control h-45px fs-13px" ] |
error_bubbling | false |
false
|
label | "registration.form.password_repeat" |
same as passed value |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
[ "class" => "d-flex align-items-center fs-13px" ] |
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 |
always_empty | true |
attr | [ "placeholder" => "registration.form.password" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ App\Validator\Constraints\UserPassword {#1029 +payload: null +messageLength: "user_password.invalid_length" +messagePattern: "user_password.invalid_pattern" } ] |
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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#851 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1026 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#650 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
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 | "registration.form.password_repeat" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
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 | false |
upload_max_size_message | Closure() {#1028 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#853 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#658 …} $translationDomain: "validators" $message: Closure() {#1027 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "registration.form.password" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "user_password" "_registration_plainPassword_second" ] |
cache_key | "_registration_plainPassword_second_user_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1087 -form: Symfony\Component\Form\Form {#1040 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1088 …5} |
full_name | "registration[plainPassword][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_plainPassword_second" |
label | "registration.form.password_repeat" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
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 | "security" |
unique_block_prefix | "_registration_plainPassword_second" |
valid | true |
value | "" |
addressStreet
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" => "registration.form.address_street" "class" => "form-control h-45px fs-13px" ] |
[ "placeholder" => "registration.form.address_street" "class" => "form-control h-45px fs-13px" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#885 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#885 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "registration.form.address_street" |
same as passed value |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
[ "class" => "d-flex align-items-center fs-13px" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "registration.form.address_street" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#885 +payload: null +message: "This value should not be blank." +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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#851 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#956 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#650 …} } |
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 | "registration.form.address_street" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
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() {#958 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#853 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#658 …} $translationDomain: "validators" $message: Closure() {#957 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "registration.form.address_street" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_addressStreet" ] |
cache_key | "_registration_addressStreet_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1059 -form: Symfony\Component\Form\Form {#1043 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1060 …5} |
full_name | "registration[addressStreet]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_addressStreet" |
label | "registration.form.address_street" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "addressStreet" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "security" |
unique_block_prefix | "_registration_addressStreet" |
valid | true |
value | "" |
addressCity
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" => "registration.form.address_city" "class" => "form-control h-45px fs-13px" ] |
[ "placeholder" => "registration.form.address_city" "class" => "form-control h-45px fs-13px" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#886 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#886 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "registration.form.address_city" |
same as passed value |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
[ "class" => "d-flex align-items-center fs-13px" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "registration.form.address_city" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#886 +payload: null +message: "This value should not be blank." +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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#851 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#965 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#650 …} } |
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 | "registration.form.address_city" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
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() {#967 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#853 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#658 …} $translationDomain: "validators" $message: Closure() {#966 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "registration.form.address_city" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_addressCity" ] |
cache_key | "_registration_addressCity_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1090 -form: Symfony\Component\Form\Form {#1046 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1089 …5} |
full_name | "registration[addressCity]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_addressCity" |
label | "registration.form.address_city" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "addressCity" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "security" |
unique_block_prefix | "_registration_addressCity" |
valid | true |
value | "" |
addressZipcode
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" => "registration.form.address_zipcode" "class" => "form-control h-45px fs-13px" ] |
[ "placeholder" => "registration.form.address_zipcode" "class" => "form-control h-45px fs-13px" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#887 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#887 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "registration.form.address_zipcode" |
same as passed value |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
[ "class" => "d-flex align-items-center fs-13px" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "registration.form.address_zipcode" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#887 +payload: null +message: "This value should not be blank." +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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#851 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#974 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#650 …} } |
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 | "registration.form.address_zipcode" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
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() {#976 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#853 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#658 …} $translationDomain: "validators" $message: Closure() {#975 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "registration.form.address_zipcode" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_addressZipcode" ] |
cache_key | "_registration_addressZipcode_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1091 -form: Symfony\Component\Form\Form {#1049 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1092 …5} |
full_name | "registration[addressZipcode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_addressZipcode" |
label | "registration.form.address_zipcode" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "addressZipcode" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "security" |
unique_block_prefix | "_registration_addressZipcode" |
valid | true |
value | "" |
addressCountry
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" => "registration.form.address_country" "class" => "form-control h-45px fs-13px" ] |
[ "placeholder" => "registration.form.address_country" "class" => "form-control h-45px fs-13px" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#888 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#888 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "registration.form.address_country" |
same as passed value |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
[ "class" => "d-flex align-items-center fs-13px" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "registration.form.address_country" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#888 +payload: null +message: "This value should not be blank." +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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#851 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#983 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#650 …} } |
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 | "registration.form.address_country" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
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() {#985 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#853 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#658 …} $translationDomain: "validators" $message: Closure() {#984 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "registration.form.address_country" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_addressCountry" ] |
cache_key | "_registration_addressCountry_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1093 -form: Symfony\Component\Form\Form {#1052 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1094 …5} |
full_name | "registration[addressCountry]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_addressCountry" |
label | "registration.form.address_country" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "addressCountry" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "security" |
unique_block_prefix | "_registration_addressCountry" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "be04d31fef4c27a11604.U0y0qELlsq4g8pbeShGQ-wKQnx13JIWDyalNp7sVURk.ICbf3hrcxvRFmNDsHl_xgUX76ntFF_aum8A7045saSoFe9H-INb3x0Hf-Q" |
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 | "be04d31fef4c27a11604.U0y0qELlsq4g8pbeShGQ-wKQnx13JIWDyalNp7sVURk.ICbf3hrcxvRFmNDsHl_xgUX76ntFF_aum8A7045saSoFe9H-INb3x0Hf-Q" |
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 {#847 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#848 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#851 …} } |
data | "be04d31fef4c27a11604.U0y0qELlsq4g8pbeShGQ-wKQnx13JIWDyalNp7sVURk.ICbf3hrcxvRFmNDsHl_xgUX76ntFF_aum8A7045saSoFe9H-INb3x0Hf-Q" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1098 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#650 …} } |
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() {#1100 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#853 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#658 …} $translationDomain: "validators" $message: Closure() {#1099 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_registration__token" ] |
cache_key | "_registration__token_hidden" |
compound | false |
data | "be04d31fef4c27a11604.U0y0qELlsq4g8pbeShGQ-wKQnx13JIWDyalNp7sVURk.ICbf3hrcxvRFmNDsHl_xgUX76ntFF_aum8A7045saSoFe9H-INb3x0Hf-Q" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1110 -form: Symfony\Component\Form\Form {#1106 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1101 …5} |
full_name | "registration[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration__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 | "security" |
unique_block_prefix | "_registration__token" |
valid | true |
value | "be04d31fef4c27a11604.U0y0qELlsq4g8pbeShGQ-wKQnx13JIWDyalNp7sVURk.ICbf3hrcxvRFmNDsHl_xgUX76ntFF_aum8A7045saSoFe9H-INb3x0Hf-Q" |