Forms
-
artisan_registration
-
username
-
email
-
password
-
first
-
second
-
-
phone
-
accountType
-
register
-
_token
-
artisan_registration
Form type:
"App\Form\ArtisanRegistrationType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\User {#825 -id: null -email: null -roles: [] -password: null -firstName: null -lastName: null -whatsappNumber: null -phone: null -address: null -avatar: null -createdAt: null -updatedAt: null -artisan: null -reviews: Doctrine\Common\Collections\ArrayCollection {#868 …} -username: null -ville: null -region: null -client: null -wishlists: Doctrine\Common\Collections\ArrayCollection {#830 …} } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\User {#825 -id: null -email: null -roles: [] -password: null -firstName: null -lastName: null -whatsappNumber: null -phone: null -address: null -avatar: null -createdAt: null -updatedAt: null -artisan: null -reviews: Doctrine\Common\Collections\ArrayCollection {#868 …} -username: null -ville: null -region: null -client: null -wishlists: Doctrine\Common\Collections\ArrayCollection {#830 …} } |
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\SameOriginCsrfTokenManager {#646 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#108 …} -logger: Monolog\Logger {#150 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#647 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data | App\Entity\User {#825 -id: null -email: null -roles: [] -password: null -firstName: null -lastName: null -whatsappNumber: null -phone: null -address: null -avatar: null -createdAt: null -updatedAt: null -artisan: null -reviews: Doctrine\Common\Collections\ArrayCollection {#868 …} -username: null -ville: null -region: null -client: null -wishlists: Doctrine\Common\Collections\ArrayCollection {#830 …} } |
data_class | "App\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#900 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\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 | null |
trim | true |
upload_max_size_message | Closure() {#898 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#245 …} $message: Closure() {#899 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "artisan_registration" "_artisan_registration" ] |
cache_key | "_artisan_registration_artisan_registration" |
compound | true |
data | App\Entity\User {#825 -id: null -email: null -roles: [] -password: null -firstName: null -lastName: null -whatsappNumber: null -phone: null -address: null -avatar: null -createdAt: null -updatedAt: null -artisan: null -reviews: Doctrine\Common\Collections\ArrayCollection {#868 …} -username: null -ville: null -region: null -client: null -wishlists: Doctrine\Common\Collections\ArrayCollection {#830 …} } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#914 -errors: [] -form: Symfony\Component\Form\Form {#980 …} } |
form | Symfony\Component\Form\FormView {#897 …5} |
full_name | "artisan_registration" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "artisan_registration" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "artisan_registration" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_artisan_registration" |
valid | true |
value | App\Entity\User {#825 -id: null -email: null -roles: [] -password: null -firstName: null -lastName: null -whatsappNumber: null -phone: null -address: null -avatar: null -createdAt: null -updatedAt: null -artisan: null -reviews: Doctrine\Common\Collections\ArrayCollection {#868 …} -username: null -ville: null -region: null -client: null -wishlists: Doctrine\Common\Collections\ArrayCollection {#830 …} } |
username
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" => "user.form.placeholder.username" ] |
[ "placeholder" => "user.form.placeholder.username" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#943 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#878 +payload: null +groups: ? ?array +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: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +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: 30 +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#943 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#878 +payload: null +groups: ? ?array +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: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +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: 30 +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
label | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "user.form.placeholder.username" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#943 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#878 +payload: null +groups: ? ?array +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: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +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: 30 +min: 3 +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\SameOriginCsrfTokenManager {#646 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#108 …} -logger: Monolog\Logger {#150 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#647 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#895 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
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() {#910 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#245 …} $message: Closure() {#896 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "user.form.placeholder.username" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_artisan_registration_username" ] |
cache_key | "_artisan_registration_username_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1061 -errors: [] -form: Symfony\Component\Form\Form {#1039 …} } |
form | Symfony\Component\Form\FormView {#1063 …5} |
full_name | "artisan_registration[username]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "artisan_registration_username" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "username" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_artisan_registration_username" |
valid | true |
value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "registration.email" "class" => "form-control" ] |
[ "placeholder" => "registration.email" "class" => "form-control" ] |
label | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "registration.email" "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#646 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#108 …} -logger: Monolog\Logger {#150 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#647 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#872 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
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() {#913 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#245 …} $message: Closure() {#826 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "registration.email" "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_artisan_registration_email" ] |
cache_key | "_artisan_registration_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1060 -errors: [] -form: Symfony\Component\Form\Form {#1036 …} } |
form | Symfony\Component\Form\FormView {#1059 …5} |
full_name | "artisan_registration[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "artisan_registration_email" |
label | false |
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 | "_artisan_registration_email" |
valid | true |
value | "" |
password
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 {#888 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#887 +payload: null +groups: ? ?array +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: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +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: 30 +min: 8 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#888 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#887 +payload: null +groups: ? ?array +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: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +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: 30 +min: 8 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
first_options | [ "label" => false "attr" => [ "placeholder" => "user.form.placeholder.password" "class" => "form-control" ] ] |
[ "label" => false "attr" => [ "placeholder" => "user.form.placeholder.password" "class" => "form-control" ] ] |
invalid_message | "The password fields must match." |
same as passed value |
options | [ "attr" => [ "class" => "form-control" ] ] |
[ "attr" => [ "class" => "form-control" ] ] |
required | true |
same as passed value |
second_options | [ "label" => false "attr" => [ "placeholder" => "user.form.placeholder.confirmpassword" "class" => "form-control" ] ] |
[ "label" => false "attr" => [ "placeholder" => "user.form.placeholder.confirmpassword" "class" => "form-control" ] ] |
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 {#888 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#887 +payload: null +groups: ? ?array +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: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +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: 30 +min: 8 +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\SameOriginCsrfTokenManager {#646 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#108 …} -logger: Monolog\Logger {#150 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#647 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#925 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" => false "attr" => [ "placeholder" => "user.form.placeholder.password" "class" => "form-control" ] ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The password fields must match." |
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 | [ "attr" => [ "class" => "form-control" ] ] |
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" => false "attr" => [ "placeholder" => "user.form.placeholder.confirmpassword" "class" => "form-control" ] ] |
setter | null |
translation_domain | null |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
upload_max_size_message | Closure() {#880 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#245 …} $message: Closure() {#881 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_artisan_registration_password" ] |
cache_key | "_artisan_registration_password_repeated" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1056 -errors: [] -form: Symfony\Component\Form\Form {#996 …} } |
form | Symfony\Component\Form\FormView {#1027 …5} |
full_name | "artisan_registration[password]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "artisan_registration_password" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "password" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_artisan_registration_password" |
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" => "user.form.placeholder.password" "class" => "form-control" ] |
[ "placeholder" => "user.form.placeholder.password" "class" => "form-control" ] |
error_bubbling | false |
same as passed value |
label | false |
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 |
always_empty | true |
attr | [ "placeholder" => "user.form.placeholder.password" "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#646 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#108 …} -logger: Monolog\Logger {#150 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#647 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
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." |
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 | false |
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 | false |
upload_max_size_message | Closure() {#1046 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#245 …} $message: Closure() {#1047 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "user.form.placeholder.password" "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_artisan_registration_password_first" ] |
cache_key | "_artisan_registration_password_first_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#922 -errors: [] -form: Symfony\Component\Form\Form {#993 …} } |
form | Symfony\Component\Form\FormView {#933 …5} |
full_name | "artisan_registration[password][first]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "artisan_registration_password_first" |
label | false |
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 | "_artisan_registration_password_first" |
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" => "user.form.placeholder.confirmpassword" "class" => "form-control" ] |
[ "placeholder" => "user.form.placeholder.confirmpassword" "class" => "form-control" ] |
error_bubbling | false |
same as passed value |
label | false |
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 |
always_empty | true |
attr | [ "placeholder" => "user.form.placeholder.confirmpassword" "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#646 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#108 …} -logger: Monolog\Logger {#150 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#647 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1003 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
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 | false |
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 | false |
upload_max_size_message | Closure() {#1001 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#245 …} $message: Closure() {#1002 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "user.form.placeholder.confirmpassword" "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_artisan_registration_password_second" ] |
cache_key | "_artisan_registration_password_second_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1000 -errors: [] -form: Symfony\Component\Form\Form {#990 …} } |
form | Symfony\Component\Form\FormView {#1008 …5} |
full_name | "artisan_registration[password][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "artisan_registration_password_second" |
label | false |
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 | "_artisan_registration_password_second" |
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.phone" "class" => "form-control" ] |
[ "placeholder" => "registration.phone" "class" => "form-control" ] |
label | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "registration.phone" "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#646 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#108 …} -logger: Monolog\Logger {#150 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#647 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#930 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
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() {#932 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#245 …} $message: Closure() {#929 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "registration.phone" "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_artisan_registration_phone" ] |
cache_key | "_artisan_registration_phone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#979 -errors: [] -form: Symfony\Component\Form\Form {#987 …} } |
form | Symfony\Component\Form\FormView {#961 …5} |
full_name | "artisan_registration[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "artisan_registration_phone" |
label | false |
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 | "_artisan_registration_phone" |
valid | true |
value | "" |
accountType
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control select" ] |
[ "class" => "form-control select" ] |
choices | [ "registration.type_compte.options.artisan" => "Artisan" "registration.type_compte.options.client" => "Client" ] |
[ "registration.type_compte.options.artisan" => "Artisan" "registration.type_compte.options.client" => "Client" ] |
expanded | false |
same as passed value |
label | "registration.type_compte.title" |
same as passed value |
mapped | false |
same as passed value |
multiple | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control select" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_lazy | false |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "registration.type_compte.options.artisan" => "Artisan" "registration.type_compte.options.client" => "Client" ] |
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\SameOriginCsrfTokenManager {#646 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#108 …} -logger: Monolog\Logger {#150 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#647 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "registration.type_compte.title" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
multiple | false |
placeholder | null |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#960 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#245 …} $message: Closure() {#958 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control select" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_artisan_registration_accountType" ] |
cache_key | "_artisan_registration_accountType_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1025 +data: "Artisan" +value: "Artisan" +label: "registration.type_compte.options.artisan" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1068 +data: "Client" +value: "Client" +label: "registration.type_compte.options.client" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1020 -errors: [] -form: Symfony\Component\Form\Form {#984 …} } |
expanded | false |
form | Symfony\Component\Form\FormView {#870 …5} |
full_name | "artisan_registration[accountType]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "artisan_registration_accountType" |
is_selected | Closure($choice, $value) {#1026 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "registration.type_compte.title" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "accountType" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_artisan_registration_accountType" |
valid | true |
value | "" |
register
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
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "theme-btn-1 btn reverse-color btn-block" ] |
[ "class" => "theme-btn-1 btn reverse-color btn-block" ] |
label | "تسجيل" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "theme-btn-1 btn reverse-color btn-block" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "تسجيل" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Vars
Variable | Value |
---|---|
attr | [ "class" => "theme-btn-1 btn reverse-color btn-block" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_artisan_registration_register" ] |
cache_key | "_artisan_registration_register_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#1065 …5} |
full_name | "artisan_registration[register]" |
id | "artisan_registration_register" |
label | "تسجيل" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "register" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_artisan_registration_register" |
value | null |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "csrf-token" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
block_prefix | "csrf_token" |
same as passed value |
data | "csrf-token" |
same as passed value |
mapped | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-controller" => "csrf-protection" ] |
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\SameOriginCsrfTokenManager {#646 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#108 …} -logger: Monolog\Logger {#150 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#647 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data | "csrf-token" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1019 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() {#1072 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#245 …} $message: Closure() {#1069 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-controller" => "csrf-protection" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_artisan_registration__token" ] |
cache_key | "_artisan_registration__token_hidden" |
compound | false |
data | "csrf-token" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1082 -errors: [] -form: Symfony\Component\Form\Form {#1078 …} } |
form | Symfony\Component\Form\FormView {#1073 …5} |
full_name | "artisan_registration[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "artisan_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 | null |
unique_block_prefix | "_artisan_registration__token" |
valid | true |
value | "csrf-token" |