Forms
-
create_account
-
civility
-
lastName
-
firstName
-
phoneNumber
-
phoneNumberMobile
-
emailContact
-
emailLogin
-
domainFunction
-
domain
-
__dynamic_error
-
function
-
-
companyName
-
siret
-
distributedBrands
-
agent
-
addressName
-
addressName2
-
postalCode
-
city
-
kbis
-
rib
-
email-repeat
-
_token
-
create_account
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 | [ "class" => "loadable form" "novalidate" => true "data-action" => "live#action" "data-live-action-param" => "save" "data-cy-create-account-form" => true ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4047 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4048 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4049 …} -namespace: Closure() {#4051 …} } |
data_class | "App\Ecom\Application\Form\Shop\User\Payload\CreateAccountPayload" |
disabled | false |
empty_data | Closure(FormInterface $form) {#4574 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Ecom\Application\Form\Shop\User\Payload\CreateAccountPayload" } } |
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 | "utilisateur" |
trim | true |
upload_max_size_message | Closure() {#4576 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4575 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "loadable form" "novalidate" => true "data-action" => "live#action" "data-live-action-param" => "save" "data-cy-create-account-form" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "create_account" "_create_account" ] |
cache_key | "_create_account_create_account" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4822 -form: Symfony\Component\Form\Form {#4828 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4577 …5} |
full_name | "create_account" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "create_account" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account" |
valid | true |
value | null |
civility
"Symfony\Component\Form\Extension\Core\Type\EnumType"
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 |
---|---|---|
choice_label | "value" |
same as passed value |
choices | [ App\Crm\Domain\Enum\Civilite {#4583 +name: "Monsieur" +value: "M." } App\Crm\Domain\Enum\Civilite {#4584 +name: "Madame" +value: "Mme." } ] |
[ App\Crm\Domain\Enum\Civilite {#4583 +name: "Monsieur" +value: "M." } App\Crm\Domain\Enum\Civilite {#4584 +name: "Madame" +value: "Mme." } ] |
class | "App\Crm\Domain\Enum\Civilite" |
same as passed value |
label | "compte.creation.formulaire.civilite" |
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 |
choice_attr | null |
choice_filter | null |
choice_label | "value" |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | Closure(?BackedEnum $choice): ?string {#4608 returnType: "?string" class: "Symfony\Component\Form\Extension\Core\Type\EnumType" } |
choices | [ App\Crm\Domain\Enum\Civilite {#4583 +name: "Monsieur" +value: "M." } App\Crm\Domain\Enum\Civilite {#4584 +name: "Madame" +value: "Mme." } ] |
class | "App\Crm\Domain\Enum\Civilite" |
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 {#4047 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4048 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4049 …} -namespace: Closure() {#4051 …} } |
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 | "compte.creation.formulaire.civilite" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
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 | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#4607 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4605 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "civility" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "enum" "_create_account_civility" ] |
cache_key | "_create_account_civility_enum" |
choice_translation_domain | "utilisateur" |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4720 +label: "M." +value: "M." +data: App\Crm\Domain\Enum\Civilite {#4583 +name: "Monsieur" +value: "M." } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4729 +label: "Mme." +value: "Mme." +data: App\Crm\Domain\Enum\Civilite {#4584 +name: "Madame" +value: "Mme." } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4770 -form: Symfony\Component\Form\Form {#4831 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4780 …5} |
full_name | "create_account[civility]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_civility" |
is_selected | Closure($choice, $value) {#4747 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "compte.creation.formulaire.civilite" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "civility" |
placeholder | "..." |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_civility" |
valid | true |
value | "" |
lastName
"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 |
---|---|---|
label | "compte.creation.formulaire.nom" |
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 | 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 {#4047 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4048 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4049 …} -namespace: Closure() {#4051 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4621 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 | "compte.creation.formulaire.nom" |
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() {#4623 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4622 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "lastName" "placeholder" => "..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_create_account_lastName" ] |
cache_key | "_create_account_lastName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4668 -form: Symfony\Component\Form\Form {#4834 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4756 …5} |
full_name | "create_account[lastName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_lastName" |
label | "compte.creation.formulaire.nom" |
label_attr | [] |
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 | "utilisateur" |
unique_block_prefix | "_create_account_lastName" |
valid | true |
value | "" |
firstName
"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 |
---|---|---|
label | "compte.creation.formulaire.prenom" |
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 | 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 {#4047 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4048 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4049 …} -namespace: Closure() {#4051 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4630 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 | "compte.creation.formulaire.prenom" |
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() {#4632 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4631 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "firstName" "placeholder" => "..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_create_account_firstName" ] |
cache_key | "_create_account_firstName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4655 -form: Symfony\Component\Form\Form {#4837 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4710 …5} |
full_name | "create_account[firstName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_firstName" |
label | "compte.creation.formulaire.prenom" |
label_attr | [] |
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 | "utilisateur" |
unique_block_prefix | "_create_account_firstName" |
valid | true |
value | "" |
phoneNumber
"Symfony\Component\Form\Extension\Core\Type\TelType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "compte.creation.formulaire.tel.label" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4047 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4048 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4049 …} -namespace: Closure() {#4051 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4643 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please provide a valid phone number." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "compte.creation.formulaire.tel.label" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4645 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4644 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "phoneNumber" "placeholder" => "..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "_create_account_phoneNumber" ] |
cache_key | "_create_account_phoneNumber_tel" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4738 -form: Symfony\Component\Form\Form {#4840 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4646 …5} |
full_name | "create_account[phoneNumber]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_phoneNumber" |
label | "compte.creation.formulaire.tel.label" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phoneNumber" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_phoneNumber" |
valid | true |
value | "" |
phoneNumberMobile
"Symfony\Component\Form\Extension\Core\Type\TelType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "compte.creation.formulaire.tel2" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4047 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4048 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4049 …} -namespace: Closure() {#4051 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4652 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please provide a valid phone number." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "compte.creation.formulaire.tel2" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4654 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4653 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "phoneNumberMobile" "placeholder" => "..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "_create_account_phoneNumberMobile" ] |
cache_key | "_create_account_phoneNumberMobile_tel" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4633 -form: Symfony\Component\Form\Form {#4843 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4624 …5} |
full_name | "create_account[phoneNumberMobile]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_phoneNumberMobile" |
label | "compte.creation.formulaire.tel2" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phoneNumberMobile" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_phoneNumberMobile" |
valid | true |
value | "" |
emailContact
"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 |
---|---|---|
label | "compte.creation.formulaire.email_contact" |
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 | 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 {#4047 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4048 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4049 …} -namespace: Closure() {#4051 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4665 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 | "compte.creation.formulaire.email_contact" |
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() {#4667 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4666 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "emailContact" "placeholder" => "..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_create_account_emailContact" ] |
cache_key | "_create_account_emailContact_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4609 -form: Symfony\Component\Form\Form {#4846 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4903 …5} |
full_name | "create_account[emailContact]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_emailContact" |
label | "compte.creation.formulaire.email_contact" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "emailContact" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_emailContact" |
valid | true |
value | "" |
emailLogin
"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 |
---|---|---|
label | "compte.creation.formulaire.email_connexion" |
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 | 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 {#4047 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4048 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4049 …} -namespace: Closure() {#4051 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4674 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 | "compte.creation.formulaire.email_connexion" |
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() {#4676 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4675 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "emailLogin" "placeholder" => "..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_create_account_emailLogin" ] |
cache_key | "_create_account_emailLogin_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4905 -form: Symfony\Component\Form\Form {#4849 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4906 …5} |
full_name | "create_account[emailLogin]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_emailLogin" |
label | "compte.creation.formulaire.email_connexion" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "emailLogin" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_emailLogin" |
valid | true |
value | "" |
domainFunction
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4047 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4048 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4049 …} -namespace: Closure() {#4051 …} } |
data_class | "App\Ecom\Application\Form\Shop\User\Payload\EtablissementDomainFunctionPayload" |
disabled | false |
empty_data | Closure(FormInterface $form) {#4691 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Ecom\Application\Form\Shop\User\Payload\EtablissementDomainFunctionPayload" } } |
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 | "utilisateur" |
trim | true |
upload_max_size_message | Closure() {#4693 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4692 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "domainFunction" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "etablissement_function" "_create_account_domainFunction" ] |
cache_key | "_create_account_domainFunction_etablissement_function" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4907 -form: Symfony\Component\Form\Form {#4863 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4908 …5} |
full_name | "create_account[domainFunction]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_domainFunction" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "domainFunction" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_domainFunction" |
valid | true |
value | null |
domain
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 |
---|---|---|
choices | [ "Administration" => 13 "Après-vente" => 11 "Autres" => 19 "Commerce" => 10 "Direction" => 7 "GCR CISCAR" => 193 "Informatique" => 14 "Location" => 20 "Marketing" => 9 "Partenaire" => 17 "Pièces de rechange" => 12 "RENAULT - Constructeur" => 18 "Ressources humaines" => 8 ] |
[ "Administration" => 13 "Après-vente" => 11 "Autres" => 19 "Commerce" => 10 "Direction" => 7 "GCR CISCAR" => 193 "Informatique" => 14 "Location" => 20 "Marketing" => 9 "Partenaire" => 17 "Pièces de rechange" => 12 "RENAULT - Constructeur" => 18 "Ressources humaines" => 8 ] |
label | "compte.creation.formulaire.domaine_activite" |
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 |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Administration" => 13 "Après-vente" => 11 "Autres" => 19 "Commerce" => 10 "Direction" => 7 "GCR CISCAR" => 193 "Informatique" => 14 "Location" => 20 "Marketing" => 9 "Partenaire" => 17 "Pièces de rechange" => 12 "RENAULT - Constructeur" => 18 "Ressources humaines" => 8 ] |
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 {#4047 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4048 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4049 …} -namespace: Closure() {#4051 …} } |
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 | "compte.creation.formulaire.domaine_activite" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
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 | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#4854 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4853 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_create_account_domainFunction_domain" ] |
cache_key | "_create_account_domainFunction_domain_choice" |
choice_translation_domain | "utilisateur" |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4987 +label: "Administration" +value: "13" +data: 13 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4988 +label: "Après-vente" +value: "11" +data: 11 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4989 +label: "Autres" +value: "19" +data: 19 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4990 +label: "Commerce" +value: "10" +data: 10 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4991 +label: "Direction" +value: "7" +data: 7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4992 +label: "GCR CISCAR" +value: "193" +data: 193 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4993 +label: "Informatique" +value: "14" +data: 14 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4994 +label: "Location" +value: "20" +data: 20 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4995 +label: "Marketing" +value: "9" +data: 9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4996 +label: "Partenaire" +value: "17" +data: 17 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4997 +label: "Pièces de rechange" +value: "12" +data: 12 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4998 +label: "RENAULT - Constructeur" +value: "18" +data: 18 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4999 +label: "Ressources humaines" +value: "8" +data: 8 +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4986 -form: Symfony\Component\Form\Form {#4866 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4985 …5} |
full_name | "create_account[domainFunction][domain]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_domainFunction_domain" |
is_selected | Closure($choice, $value) {#5001 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "compte.creation.formulaire.domaine_activite" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "domain" |
placeholder | "..." |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_domainFunction_domain" |
valid | true |
value | "" |
__dynamic_error
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 |
---|---|---|
auto_initialize | false |
false
|
error_bubbling | false |
false
|
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4047 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4048 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4049 …} -namespace: Closure() {#4051 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4930 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 | "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() {#4932 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4931 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_create_account_domainFunction___dynamic_error" ] |
cache_key | "_create_account_domainFunction___dynamic_error_hidden" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5002 -form: Symfony\Component\Form\Form {#4938 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5003 …5} |
full_name | "create_account[domainFunction][__dynamic_error]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_domainFunction___dynamic_error" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "__dynamic_error" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_domainFunction___dynamic_error" |
valid | true |
value | "" |
function
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 |
---|---|---|
choices | [] |
[] |
disabled | true |
same as passed value |
label | "compte.creation.formulaire.fonction" |
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 |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [] |
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 {#4047 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4048 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4049 …} -namespace: Closure() {#4051 …} } |
data_class | null |
disabled | true |
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 | "compte.creation.formulaire.fonction" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
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 | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#4952 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4951 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_create_account_domainFunction_function" ] |
cache_key | "_create_account_domainFunction_function_choice" |
choice_translation_domain | "utilisateur" |
choice_translation_parameters | [] |
choices | [] |
compound | false |
data | null |
disabled | true |
errors | Symfony\Component\Form\FormErrorIterator {#5004 -form: Symfony\Component\Form\Form {#4961 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#5005 …5} |
full_name | "create_account[domainFunction][function]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_domainFunction_function" |
is_selected | Closure($choice, $value) {#5007 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "compte.creation.formulaire.fonction" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "function" |
placeholder | "..." |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_domainFunction_function" |
valid | true |
value | "" |
companyName
"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 |
---|---|---|
label | "compte.creation.formulaire.raison_sociale" |
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 | 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 {#4047 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4048 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4049 …} -namespace: Closure() {#4051 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4708 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 | "compte.creation.formulaire.raison_sociale" |
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() {#4711 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4704 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "companyName" "placeholder" => "..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_create_account_companyName" ] |
cache_key | "_create_account_companyName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4982 -form: Symfony\Component\Form\Form {#4869 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4984 …5} |
full_name | "create_account[companyName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_companyName" |
label | "compte.creation.formulaire.raison_sociale" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "companyName" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_companyName" |
valid | true |
value | "" |
siret
"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 |
---|---|---|
label | "compte.creation.formulaire.siret" |
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 | 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 {#4047 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4048 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4049 …} -namespace: Closure() {#4051 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4717 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 | "compte.creation.formulaire.siret" |
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() {#4719 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4718 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "siret" "placeholder" => "..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_create_account_siret" ] |
cache_key | "_create_account_siret_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5009 -form: Symfony\Component\Form\Form {#4872 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5008 …5} |
full_name | "create_account[siret]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_siret" |
label | "compte.creation.formulaire.siret" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "siret" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_siret" |
valid | true |
value | "" |
distributedBrands
"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 |
---|---|---|
label | "compte.creation.formulaire.marques" |
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 | 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 {#4047 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4048 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4049 …} -namespace: Closure() {#4051 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4726 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 | "compte.creation.formulaire.marques" |
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() {#4728 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4727 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "distributedBrands" "placeholder" => "..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_create_account_distributedBrands" ] |
cache_key | "_create_account_distributedBrands_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5010 -form: Symfony\Component\Form\Form {#4875 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5011 …5} |
full_name | "create_account[distributedBrands]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_distributedBrands" |
label | "compte.creation.formulaire.marques" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "distributedBrands" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_distributedBrands" |
valid | true |
value | "" |
agent
"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 |
---|---|---|
label | "compte.creation.formulaire.agent" |
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 | 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 {#4047 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4048 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4049 …} -namespace: Closure() {#4051 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4735 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 | "compte.creation.formulaire.agent" |
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() {#4737 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4736 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "agent" "placeholder" => "..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_create_account_agent" ] |
cache_key | "_create_account_agent_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5012 -form: Symfony\Component\Form\Form {#4878 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5013 …5} |
full_name | "create_account[agent]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_agent" |
label | "compte.creation.formulaire.agent" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "agent" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_agent" |
valid | true |
value | "" |
addressName
"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 |
---|---|---|
label | "compte.creation.formulaire.adresse" |
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 | 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 {#4047 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4048 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4049 …} -namespace: Closure() {#4051 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4744 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 | "compte.creation.formulaire.adresse" |
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() {#4746 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4745 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "addressName" "placeholder" => "..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_create_account_addressName" ] |
cache_key | "_create_account_addressName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5014 -form: Symfony\Component\Form\Form {#4881 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5015 …5} |
full_name | "create_account[addressName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_addressName" |
label | "compte.creation.formulaire.adresse" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "addressName" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_addressName" |
valid | true |
value | "" |
addressName2
"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 |
---|---|---|
label | "compte.creation.formulaire.complement_adresse" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4047 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4048 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4049 …} -namespace: Closure() {#4051 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4753 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 | "compte.creation.formulaire.complement_adresse" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4755 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4754 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "addressName2" "placeholder" => "..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_create_account_addressName2" ] |
cache_key | "_create_account_addressName2_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5016 -form: Symfony\Component\Form\Form {#4884 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5017 …5} |
full_name | "create_account[addressName2]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_addressName2" |
label | "compte.creation.formulaire.complement_adresse" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "addressName2" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_addressName2" |
valid | true |
value | "" |
postalCode
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 |
---|---|---|
label | "compte.creation.formulaire.code_postal" |
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 | 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 {#4047 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4048 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4049 …} -namespace: Closure() {#4051 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4767 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 |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "number" |
invalid_message | "Please enter a number." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "compte.creation.formulaire.code_postal" |
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 |
rounding_mode | 6 |
row_attr | [] |
scale | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4769 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4768 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "inputmode" => "decimal" "data-cy-create-account-form-field" => "postalCode" "placeholder" => "..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_create_account_postalCode" ] |
cache_key | "_create_account_postalCode_number" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5018 -form: Symfony\Component\Form\Form {#4887 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5019 …5} |
full_name | "create_account[postalCode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_postalCode" |
label | "compte.creation.formulaire.code_postal" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "postalCode" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_postalCode" |
valid | true |
value | "" |
city
"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 |
---|---|---|
label | "compte.creation.formulaire.ville" |
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 | 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 {#4047 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4048 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4049 …} -namespace: Closure() {#4051 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4777 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 | "compte.creation.formulaire.ville" |
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() {#4779 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4778 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "city" "placeholder" => "..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_create_account_city" ] |
cache_key | "_create_account_city_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5020 -form: Symfony\Component\Form\Form {#4890 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5021 …5} |
full_name | "create_account[city]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_city" |
label | "compte.creation.formulaire.ville" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "city" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_city" |
valid | true |
value | "" |
kbis
"App\Ecom\Application\Form\Common\LiveFileType"
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 |
---|---|---|
label | "compte.creation.formulaire.kbis" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | true |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4047 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4048 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4049 …} -namespace: Closure() {#4051 …} } |
data_class | "Symfony\Component\HttpFoundation\File\File" |
disabled | false |
empty_data | null |
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 select a valid file." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "compte.creation.formulaire.kbis" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
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() {#4797 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4796 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "kbis" "placeholder" => "..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "live_file" "_create_account_kbis" ] |
cache_key | "_create_account_kbis_live_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5022 -form: Symfony\Component\Form\Form {#4893 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5023 …5} |
full_name | "create_account[kbis]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_kbis" |
label | "compte.creation.formulaire.kbis" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
live_file | true |
method | "POST" |
multipart | true |
name | "kbis" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
type | "file" |
unique_block_prefix | "_create_account_kbis" |
valid | true |
value | "" |
rib
"App\Ecom\Application\Form\Common\LiveFileType"
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 |
---|---|---|
label | "compte.creation.formulaire.rib" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | true |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4047 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4048 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4049 …} -namespace: Closure() {#4051 …} } |
data_class | "Symfony\Component\HttpFoundation\File\File" |
disabled | false |
empty_data | null |
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 select a valid file." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "compte.creation.formulaire.rib" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
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() {#4806 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4805 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "rib" "placeholder" => "..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "live_file" "_create_account_rib" ] |
cache_key | "_create_account_rib_live_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5027 -form: Symfony\Component\Form\Form {#4896 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5026 …5} |
full_name | "create_account[rib]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_rib" |
label | "compte.creation.formulaire.rib" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
live_file | true |
method | "POST" |
multipart | true |
name | "rib" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
type | "file" |
unique_block_prefix | "_create_account_rib" |
valid | true |
value | "" |
email-repeat
"Eo\HoneypotBundle\Form\Type\HoneypotType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "hide" ] |
[ "class" => "hide" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "hide" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
causesError | 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 {#4047 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4048 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4049 …} -namespace: Closure() {#4051 …} } |
data | "" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4819 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | 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() {#4821 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#4820 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "hide" "data-cy-create-account-form-field" => "email-repeat" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "honeypot" "_create_account_email-repeat" ] |
cache_key | "_create_account_email-repeat_honeypot" |
compound | false |
data | "" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5029 -form: Symfony\Component\Form\Form {#4899 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5028 …5} |
full_name | "create_account[email-repeat]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account_email-repeat" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email-repeat" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | "utilisateur" |
unique_block_prefix | "_create_account_email-repeat" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "50370fc7686.Kp8dRfoH6-T47htNDDyvt28WIvK80fX8Nh5sAgSHDkQ.eesvAq19rKaclyoJW0bl3j4hRYXdqbiEZigDZXHMejBurSkBgD-0rbe0Tg" |
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 | "50370fc7686.Kp8dRfoH6-T47htNDDyvt28WIvK80fX8Nh5sAgSHDkQ.eesvAq19rKaclyoJW0bl3j4hRYXdqbiEZigDZXHMejBurSkBgD-0rbe0Tg" |
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 {#4047 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4048 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4049 …} -namespace: Closure() {#4051 …} } |
data | "50370fc7686.Kp8dRfoH6-T47htNDDyvt28WIvK80fX8Nh5sAgSHDkQ.eesvAq19rKaclyoJW0bl3j4hRYXdqbiEZigDZXHMejBurSkBgD-0rbe0Tg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4807 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() {#5030 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2270 …} $message: Closure() {#5031 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-cy-create-account-form-field" => "_token" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_create_account__token" ] |
cache_key | "_create_account__token_hidden" |
compound | false |
data | "50370fc7686.Kp8dRfoH6-T47htNDDyvt28WIvK80fX8Nh5sAgSHDkQ.eesvAq19rKaclyoJW0bl3j4hRYXdqbiEZigDZXHMejBurSkBgD-0rbe0Tg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5041 -form: Symfony\Component\Form\Form {#5037 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5032 …5} |
full_name | "create_account[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "create_account__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 | "utilisateur" |
unique_block_prefix | "_create_account__token" |
valid | true |
value | "50370fc7686.Kp8dRfoH6-T47htNDDyvt28WIvK80fX8Nh5sAgSHDkQ.eesvAq19rKaclyoJW0bl3j4hRYXdqbiEZigDZXHMejBurSkBgD-0rbe0Tg" |