- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 12
- Events
- Routing
- Cache
- Translation 12
- Security
- Twig
- HTTP Client 2
- Doctrine
- Debug
- Messages
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
companyName
-
-
first
-
second
-
-
-
first
-
second
-
-
phoneNumber
-
-
0
-
1
-
-
hasAdditionalInformation
-
additionalInformation
-
optinBrand
-
optinPhone
-
optinProcess
-
referent
-
_token
-
user_register
"App\Form\User\UserRegisterType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Model\User\User {#626 #id: null -email: null -identity: App\Model\User\Identity {#707 …} -roles: [] -password: null -plainPassword: null -addressesHome: [] -addressesDelivery: [] -optinBrand: null -optinProcess: null -optinPhone: null -optinSales: null -companyName: null -siret: null -referralCode: null -token: null -ibans: [] -additionalInformation: [] -phoneNumber: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Model\User\User {#626 #id: null -email: null -identity: App\Model\User\Identity {#707 …} -roles: [] -password: null -plainPassword: null -addressesHome: [] -addressesDelivery: [] -optinBrand: null -optinProcess: null -optinPhone: null -optinSales: null -companyName: null -siret: null -referralCode: null -token: null -ibans: [] -additionalInformation: [] -phoneNumber: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#51 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#79 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#80 …} -namespace: Closure() {#27 …} } |
data | App\Model\User\User {#626 #id: null -email: null -identity: App\Model\User\Identity {#707 …} -roles: [] -password: null -plainPassword: null -addressesHome: [] -addressesDelivery: [] -optinBrand: null -optinProcess: null -optinPhone: null -optinSales: null -companyName: null -siret: null -referralCode: null -token: null -ibans: [] -additionalInformation: [] -phoneNumber: null } |
data_class | "App\Model\User\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#710 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#540 …} use: { $class: "App\Model\User\User" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#708 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#681 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#709 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "user_register" "_user_register" ] |
cache_key | "_user_register_user_register" |
compound | true |
data | App\Model\User\User {#626 #id: null -email: null -identity: App\Model\User\Identity {#707 …} -roles: [] -password: null -plainPassword: null -addressesHome: [] -addressesDelivery: [] -optinBrand: null -optinProcess: null -optinPhone: null -optinSales: null -companyName: null -siret: null -referralCode: null -token: null -ibans: [] -additionalInformation: [] -phoneNumber: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#967 -form: Symfony\Component\Form\Form {#909 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#903 …5} |
full_name | "user_register" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_register" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "user_register" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_register" |
valid | true |
value | App\Model\User\User {#626 #id: null -email: null -identity: App\Model\User\Identity {#707 …} -roles: [] -password: null -plainPassword: null -addressesHome: [] -addressesDelivery: [] -optinBrand: null -optinProcess: null -optinPhone: null -optinSales: null -companyName: null -siret: null -referralCode: null -token: null -ibans: [] -additionalInformation: [] -phoneNumber: null } |
companyName
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#760 +message: "La raison sociale est obligatoire." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#762 +maxMessage: "La raison sociale ne peut pas dépasser {{ limit }} caractères." +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: 50 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#760 +message: "La raison sociale est obligatoire." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#762 +maxMessage: "La raison sociale ne peut pas dépasser {{ limit }} caractères." +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: 50 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
label | "form.register.company_name" |
same as passed value |
required | true |
same as passed value |
translation_domain | "form" |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#760 +message: "La raison sociale est obligatoire." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#762 +maxMessage: "La raison sociale ne peut pas dépasser {{ limit }} caractères." +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: 50 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#51 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#79 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#80 …} -namespace: Closure() {#27 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#739 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#540 …} } |
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 | "form.register.company_name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | "form" |
trim | true |
upload_max_size_message | Closure() {#737 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#681 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#738 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_register_companyName" ] |
cache_key | "_user_register_companyName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1042 -form: Symfony\Component\Form\Form {#923 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1044 …5} |
full_name | "user_register[companyName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_register_companyName" |
label | "form.register.company_name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "companyName" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_user_register_companyName" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\RepeatedType"
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 |
---|---|---|
first_options | [ "label" => "form.register.email.first" "translation_domain" => "form" "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#765 +message: "Votre adresse email est obligatoire." +allowNull: false +normalizer: null +payload: null } ] ] |
[ "label" => "form.register.email.first" "translation_domain" => "form" "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#765 +message: "Votre adresse email est obligatoire." +allowNull: false +normalizer: null +payload: null } ] ] |
invalid_message | "register.email.match" |
same as passed value |
second_options | [ "label" => "form.register.email.second" "translation_domain" => "form" "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#688 +message: "La confirmation de votre adressse email est obligatoire." +allowNull: false +normalizer: null +payload: null } ] ] |
[ "label" => "form.register.email.second" "translation_domain" => "form" "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#688 +message: "La confirmation de votre adressse email est obligatoire." +allowNull: false +normalizer: null +payload: null } ] ] |
translation_domain | "form" |
same as passed value |
type | "Symfony\Component\Form\Extension\Core\Type\EmailType" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#51 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#79 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#80 …} -namespace: Closure() {#27 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#752 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#540 …} } |
error_bubbling | false |
error_mapping | [ "." => "first" ] |
extra_fields_message | "This form should not contain extra fields." |
first_name | "first" |
first_options | [ "label" => "form.register.email.first" "translation_domain" => "form" "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#765 +message: "Votre adresse email est obligatoire." +allowNull: false +normalizer: null +payload: null } ] ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "register.email.match" |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
options | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
second_name | "second" |
second_options | [ "label" => "form.register.email.second" "translation_domain" => "form" "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#688 +message: "La confirmation de votre adressse email est obligatoire." +allowNull: false +normalizer: null +payload: null } ] ] |
setter | null |
translation_domain | "form" |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\EmailType" |
upload_max_size_message | Closure() {#746 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#681 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#747 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_user_register_email" ] |
cache_key | "_user_register_email_repeated" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#691 -form: Symfony\Component\Form\Form {#949 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#935 …5} |
full_name | "user_register[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_register_email" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_user_register_email" |
valid | true |
value | [ "first" => null "second" => null ] |
first
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#765 +message: "Votre adresse email est obligatoire." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#765 +message: "Votre adresse email est obligatoire." +allowNull: false +normalizer: null +payload: null } ] |
error_bubbling | false |
false
|
label | "form.register.email.first" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
translation_domain | "form" |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#765 +message: "Votre adresse email est obligatoire." +allowNull: false +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#51 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#79 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#80 …} -namespace: Closure() {#27 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#927 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#540 …} } |
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 | "form.register.email.first" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | "form" |
trim | true |
upload_max_size_message | Closure() {#934 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#681 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#928 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_user_register_email_first" ] |
cache_key | "_user_register_email_first_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#879 -form: Symfony\Component\Form\Form {#952 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#894 …5} |
full_name | "user_register[email][first]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_register_email_first" |
label | "form.register.email.first" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "first" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_user_register_email_first" |
valid | true |
value | "" |
second
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#688 +message: "La confirmation de votre adressse email est obligatoire." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#688 +message: "La confirmation de votre adressse email est obligatoire." +allowNull: false +normalizer: null +payload: null } ] |
error_bubbling | false |
false
|
label | "form.register.email.second" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
translation_domain | "form" |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#688 +message: "La confirmation de votre adressse email est obligatoire." +allowNull: false +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#51 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#79 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#80 …} -namespace: Closure() {#27 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#941 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#540 …} } |
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 | "form.register.email.second" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | "form" |
trim | true |
upload_max_size_message | Closure() {#943 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#681 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#942 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_user_register_email_second" ] |
cache_key | "_user_register_email_second_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#875 -form: Symfony\Component\Form\Form {#955 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#847 …5} |
full_name | "user_register[email][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_register_email_second" |
label | "form.register.email.second" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "second" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_user_register_email_second" |
valid | true |
value | "" |
plainPassword
"Symfony\Component\Form\Extension\Core\Type\RepeatedType"
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 |
---|---|---|
first_options | [ "label" => "form.register.password.first" "translation_domain" => "form" "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#685 +message: "Votre mot de passe est obligatoire." +allowNull: false +normalizer: null +payload: null } ] ] |
[ "label" => "form.register.password.first" "translation_domain" => "form" "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#685 +message: "Votre mot de passe est obligatoire." +allowNull: false +normalizer: null +payload: null } ] ] |
invalid_message | "register.password.match" |
same as passed value |
second_options | [ "label" => "form.register.password.second" "translation_domain" => "form" "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#722 +message: "La confirmation de votre mot de passe est obligatoire." +allowNull: false +normalizer: null +payload: null } ] ] |
[ "label" => "form.register.password.second" "translation_domain" => "form" "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#722 +message: "La confirmation de votre mot de passe est obligatoire." +allowNull: false +normalizer: null +payload: null } ] ] |
translation_domain | "form" |
same as passed value |
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 | [] |
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 {#51 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#79 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#80 …} -namespace: Closure() {#27 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#775 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#540 …} } |
error_bubbling | false |
error_mapping | [ "." => "first" ] |
extra_fields_message | "This form should not contain extra fields." |
first_name | "first" |
first_options | [ "label" => "form.register.password.first" "translation_domain" => "form" "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#685 +message: "Votre mot de passe est obligatoire." +allowNull: false +normalizer: null +payload: null } ] ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "register.password.match" |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
options | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
second_name | "second" |
second_options | [ "label" => "form.register.password.second" "translation_domain" => "form" "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#722 +message: "La confirmation de votre mot de passe est obligatoire." +allowNull: false +normalizer: null +payload: null } ] ] |
setter | null |
translation_domain | "form" |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
upload_max_size_message | Closure() {#773 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#681 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#774 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_user_register_plainPassword" ] |
cache_key | "_user_register_plainPassword_repeated" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#944 -form: Symfony\Component\Form\Form {#979 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#763 …5} |
full_name | "user_register[plainPassword]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_register_plainPassword" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "plainPassword" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_user_register_plainPassword" |
valid | true |
value | [ "first" => null "second" => null ] |
first
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#685 +message: "Votre mot de passe est obligatoire." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#685 +message: "Votre mot de passe est obligatoire." +allowNull: false +normalizer: null +payload: null } ] |
error_bubbling | false |
false
|
label | "form.register.password.first" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
translation_domain | "form" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#685 +message: "Votre mot de passe est obligatoire." +allowNull: false +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#51 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#79 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#80 …} -namespace: Closure() {#27 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#959 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#540 …} } |
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 | "form.register.password.first" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | "form" |
trim | false |
upload_max_size_message | Closure() {#966 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#681 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#960 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_user_register_plainPassword_first" ] |
cache_key | "_user_register_plainPassword_first_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#999 -form: Symfony\Component\Form\Form {#982 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1008 …5} |
full_name | "user_register[plainPassword][first]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_register_plainPassword_first" |
label | "form.register.password.first" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "first" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_user_register_plainPassword_first" |
valid | true |
value | "" |
second
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#722 +message: "La confirmation de votre mot de passe est obligatoire." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#722 +message: "La confirmation de votre mot de passe est obligatoire." +allowNull: false +normalizer: null +payload: null } ] |
error_bubbling | false |
false
|
label | "form.register.password.second" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
translation_domain | "form" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#722 +message: "La confirmation de votre mot de passe est obligatoire." +allowNull: false +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#51 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#79 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#80 …} -namespace: Closure() {#27 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#972 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#540 …} } |
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 | "form.register.password.second" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | "form" |
trim | false |
upload_max_size_message | Closure() {#974 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#681 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#973 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_user_register_plainPassword_second" ] |
cache_key | "_user_register_plainPassword_second_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#787 -form: Symfony\Component\Form\Form {#985 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#777 …5} |
full_name | "user_register[plainPassword][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_register_plainPassword_second" |
label | "form.register.password.second" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "second" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_user_register_plainPassword_second" |
valid | true |
value | "" |
phoneNumber
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\Regex {#721 +message: "Le numéro de téléphone est incorrect" +pattern: "/^((\+)33|0)[1-9](\d{2}){4}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#679 +message: "Le numéro de téléphone est obligatoire." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#721 +message: "Le numéro de téléphone est incorrect" +pattern: "/^((\+)33|0)[1-9](\d{2}){4}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#679 +message: "Le numéro de téléphone est obligatoire." +allowNull: false +normalizer: null +payload: null } ] |
label | "form.register.number_phone" |
same as passed value |
translation_domain | "form" |
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 | [ Symfony\Component\Validator\Constraints\Regex {#721 +message: "Le numéro de téléphone est incorrect" +pattern: "/^((\+)33|0)[1-9](\d{2}){4}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#679 +message: "Le numéro de téléphone est obligatoire." +allowNull: false +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#51 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#79 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#80 …} -namespace: Closure() {#27 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#784 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#540 …} } |
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 | "form.register.number_phone" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | "form" |
trim | true |
upload_max_size_message | Closure() {#786 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#681 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#785 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_register_phoneNumber" ] |
cache_key | "_user_register_phoneNumber_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#808 -form: Symfony\Component\Form\Form {#988 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#828 …5} |
full_name | "user_register[phoneNumber]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_register_phoneNumber" |
label | "form.register.number_phone" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phoneNumber" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_user_register_phoneNumber" |
valid | true |
value | "" |
optinSales
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 | [ "Oui" => true "Non" => false ] |
[ "Oui" => true "Non" => false ] |
constraints | [ Symfony\Component\Validator\Constraints\NotNull {#462 +message: "Veuillez sélectionner une option." +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotNull {#462 +message: "Veuillez sélectionner une option." +payload: null } ] |
expanded | true |
same as passed value |
label | "form.register.optin.sales" |
same as passed value |
multiple | false |
false
|
required | true |
same as passed value |
translation_domain | "form" |
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 | "form" |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Oui" => true "Non" => false ] |
compound | true |
constraints | [ Symfony\Component\Validator\Constraints\NotNull {#462 +message: "Veuillez sélectionner une option." +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#51 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#79 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#80 …} -namespace: Closure() {#27 …} } |
data_class | null |
disabled | false |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
expanded | true |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "form.register.optin.sales" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
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 | "form" |
trim | false |
upload_max_size_message | Closure() {#806 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#681 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#805 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_user_register_optinSales" ] |
cache_key | "_user_register_optinSales_choice" |
choice_translation_domain | "form" |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#814 +label: "Oui" +value: "1" +data: true +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#813 +label: "Non" +value: "0" +data: false +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1046 -form: Symfony\Component\Form\Form {#1014 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#975 …5} |
full_name | "user_register[optinSales]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_register_optinSales" |
is_selected | Closure($choice, $value) {#1106 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#792 …} } |
label | "form.register.optin.sales" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "optinSales" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_user_register_optinSales" |
valid | true |
value | "" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Oui" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | "form" |
same as passed value |
value | "1" |
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 | "entry" |
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 {#51 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#79 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#80 …} -namespace: Closure() {#27 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#824 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#820 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#818 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Oui" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | "form" |
trim | true |
upload_max_size_message | Closure() {#993 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#681 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#992 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_user_register_optinSales_entry" ] |
cache_key | "_user_register_optinSales_entry_radio" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1113 -form: Symfony\Component\Form\Form {#1017 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1112 …5} |
full_name | "user_register[optinSales]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_register_optinSales_0" |
label | "Oui" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "0" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_user_register_optinSales_entry" |
valid | true |
value | "1" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Non" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | "form" |
same as passed value |
value | "0" |
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 | "entry" |
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 {#51 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#79 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#80 …} -namespace: Closure() {#27 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#824 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#820 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#818 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Non" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | "form" |
trim | true |
upload_max_size_message | Closure() {#1007 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#681 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#1006 …} } } |
validation_groups | null |
value | "0" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_user_register_optinSales_entry" ] |
cache_key | "_user_register_optinSales_entry_radio" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1114 -form: Symfony\Component\Form\Form {#1020 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1115 …5} |
full_name | "user_register[optinSales]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_register_optinSales_1" |
label | "Non" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "1" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_user_register_optinSales_entry" |
valid | true |
value | "0" |
hasAdditionalInformation
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 |
---|---|---|
label | "Veuillez cocher cette case si vous commandez déjà chez un grossiste" |
same as passed value |
translation_domain | "form" |
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 {#51 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#79 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#80 …} -namespace: Closure() {#27 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#824 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#820 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#818 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Veuillez cocher cette case si vous commandez déjà chez un grossiste" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | "form" |
trim | true |
upload_max_size_message | Closure() {#831 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#681 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#829 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_register_hasAdditionalInformation" ] |
cache_key | "_user_register_hasAdditionalInformation_checkbox" |
checked | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1111 -form: Symfony\Component\Form\Form {#1023 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1110 …5} |
full_name | "user_register[hasAdditionalInformation]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_register_hasAdditionalInformation" |
label | "Veuillez cocher cette case si vous commandez déjà chez un grossiste" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "hasAdditionalInformation" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_user_register_hasAdditionalInformation" |
valid | true |
value | "1" |
additionalInformation
"Symfony\Component\Form\Extension\Core\Type\CollectionType"
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 |
---|---|---|
allow_add | true |
same as passed value |
allow_delete | true |
same as passed value |
entry_options | [ "label" => false ] |
[ "label" => false "block_name" => "entry" ] |
entry_type | "App\Form\User\AddInformationType" |
same as passed value |
label | false |
false
|
translation_domain | "form" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_add | true |
allow_delete | true |
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 {#51 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#79 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#80 …} -namespace: Closure() {#27 …} } |
data_class | null |
delete_empty | false |
disabled | false |
empty_data | Closure(FormInterface $form) {#844 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#540 …} } |
entry_options | [ "label" => false "block_name" => "entry" ] |
entry_type | "App\Form\User\AddInformationType" |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 |
prototype | true |
prototype_data | null |
prototype_name | "__name__" |
required | true |
row_attr | [] |
setter | null |
translation_domain | "form" |
trim | true |
upload_max_size_message | Closure() {#846 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#681 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#839 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
allow_add | true |
allow_delete | true |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "collection" "_user_register_additionalInformation" ] |
cache_key | "_user_register_additionalInformation_collection" |
compound | true |
data | [] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1117 -form: Symfony\Component\Form\Form {#1026 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1116 …5} |
full_name | "user_register[additionalInformation]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_register_additionalInformation" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "additionalInformation" |
priority | 0 |
prototype | Symfony\Component\Form\FormView {#1118 …5} |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_user_register_additionalInformation" |
valid | true |
value | [] |
optinBrand
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 |
---|---|---|
label | "form.register.optin.brand" |
same as passed value |
translation_domain | "form" |
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 {#51 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#79 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#80 …} -namespace: Closure() {#27 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#824 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#820 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#818 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "form.register.optin.brand" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | "form" |
trim | true |
upload_max_size_message | Closure() {#878 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#681 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#869 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_register_optinBrand" ] |
cache_key | "_user_register_optinBrand_checkbox" |
checked | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1121 -form: Symfony\Component\Form\Form {#1029 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1120 …5} |
full_name | "user_register[optinBrand]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_register_optinBrand" |
label | "form.register.optin.brand" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "optinBrand" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_user_register_optinBrand" |
valid | true |
value | "1" |
optinPhone
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 |
---|---|---|
label | "form.register.optin.phone" |
same as passed value |
translation_domain | "form" |
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 {#51 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#79 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#80 …} -namespace: Closure() {#27 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#824 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#820 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#818 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "form.register.optin.phone" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | "form" |
trim | true |
upload_max_size_message | Closure() {#885 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#681 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#884 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_register_optinPhone" ] |
cache_key | "_user_register_optinPhone_checkbox" |
checked | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1125 -form: Symfony\Component\Form\Form {#1032 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1124 …5} |
full_name | "user_register[optinPhone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_register_optinPhone" |
label | "form.register.optin.phone" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "optinPhone" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_user_register_optinPhone" |
valid | true |
value | "1" |
optinProcess
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#680 +message: "register.optin.process.required" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#680 +message: "register.optin.process.required" +allowNull: false +normalizer: null +payload: null } ] |
label | "form.register.optin.process" |
same as passed value |
translation_domain | "form" |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#680 +message: "register.optin.process.required" +allowNull: false +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#51 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#79 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#80 …} -namespace: Closure() {#27 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#824 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#820 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#818 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "form.register.optin.process" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | "form" |
trim | true |
upload_max_size_message | Closure() {#893 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#681 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#892 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_register_optinProcess" ] |
cache_key | "_user_register_optinProcess_checkbox" |
checked | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1126 -form: Symfony\Component\Form\Form {#1035 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1127 …5} |
full_name | "user_register[optinProcess]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_register_optinProcess" |
label | "form.register.optin.process" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "optinProcess" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_user_register_optinProcess" |
valid | true |
value | "1" |
referent
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 | Closure(Referent $referent) {#724 class: "App\Form\User\UserRegisterType" this: App\Form\User\UserRegisterType {#538 …} } |
same as passed value |
choice_value | Closure(?Referent $referent) {#699 class: "App\Form\User\UserRegisterType" this: App\Form\User\UserRegisterType {#538 …} } |
same as passed value |
choices | [ App\Model\User\Referent {#756 -id: "02735bad-34c6-4889-b84b-915036dbe378" -firstName: null -lastName: null -complement: null -companyName: "Boulangerie / Pâtisserie" } App\Model\User\Referent {#728 -id: "0412de74-869b-4e1d-8d62-9493b8d883bd" -firstName: null -lastName: null -complement: null -companyName: "Epicerie" } App\Model\User\Referent {#753 -id: "1bff5687-f4e6-4ba7-9198-9ccd7bf98e0b" -firstName: null -lastName: null -complement: null -companyName: "Tabacs & presse" } App\Model\User\Referent {#727 -id: "1d019824-72cd-4cee-b47b-3fe7e19f5248" -firstName: null -lastName: null -complement: null -companyName: "Cinéma & loisirs" } App\Model\User\Referent {#693 -id: "2405df46-b0f7-46ca-b107-b0c512ce4dc6" -firstName: null -lastName: null -complement: null -companyName: "Gestionnaires distributeurs automatiques" } App\Model\User\Referent {#726 -id: "28b5d3e5-877c-4f7c-8d06-664616fa92d2" -firstName: null -lastName: null -complement: null -companyName: "Cafés, hôtels & restaurants" } App\Model\User\Referent {#755 -id: "42d43836-80d5-4608-9b45-542429f9ab8a" -firstName: null -lastName: null -complement: null -companyName: "Stations-services" } App\Model\User\Referent {#684 -id: "700854e5-c8aa-4bd6-8619-7407dc5cf24d" -firstName: null -lastName: null -complement: null -companyName: "Autres" } ] |
[ App\Model\User\Referent {#756 -id: "02735bad-34c6-4889-b84b-915036dbe378" -firstName: null -lastName: null -complement: null -companyName: "Boulangerie / Pâtisserie" } App\Model\User\Referent {#728 -id: "0412de74-869b-4e1d-8d62-9493b8d883bd" -firstName: null -lastName: null -complement: null -companyName: "Epicerie" } App\Model\User\Referent {#753 -id: "1bff5687-f4e6-4ba7-9198-9ccd7bf98e0b" -firstName: null -lastName: null -complement: null -companyName: "Tabacs & presse" } App\Model\User\Referent {#727 -id: "1d019824-72cd-4cee-b47b-3fe7e19f5248" -firstName: null -lastName: null -complement: null -companyName: "Cinéma & loisirs" } App\Model\User\Referent {#693 -id: "2405df46-b0f7-46ca-b107-b0c512ce4dc6" -firstName: null -lastName: null -complement: null -companyName: "Gestionnaires distributeurs automatiques" } App\Model\User\Referent {#726 -id: "28b5d3e5-877c-4f7c-8d06-664616fa92d2" -firstName: null -lastName: null -complement: null -companyName: "Cafés, hôtels & restaurants" } App\Model\User\Referent {#755 -id: "42d43836-80d5-4608-9b45-542429f9ab8a" -firstName: null -lastName: null -complement: null -companyName: "Stations-services" } App\Model\User\Referent {#684 -id: "700854e5-c8aa-4bd6-8619-7407dc5cf24d" -firstName: null -lastName: null -complement: null -companyName: "Autres" } ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#697 +message: "register.referent.required" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#697 +message: "register.referent.required" +allowNull: false +normalizer: null +payload: null } ] |
expanded | false |
false
|
label | "form.register.referent" |
same as passed value |
multiple | false |
false
|
placeholder | "Sélectionnez votre activité" |
same as passed value |
translation_domain | "form" |
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 | Closure(Referent $referent) {#724 class: "App\Form\User\UserRegisterType" this: App\Form\User\UserRegisterType {#538 …} } |
choice_loader | null |
choice_name | null |
choice_translation_domain | "form" |
choice_translation_parameters | [] |
choice_value | Closure(?Referent $referent) {#699 class: "App\Form\User\UserRegisterType" this: App\Form\User\UserRegisterType {#538 …} } |
choices | [ App\Model\User\Referent {#756 -id: "02735bad-34c6-4889-b84b-915036dbe378" -firstName: null -lastName: null -complement: null -companyName: "Boulangerie / Pâtisserie" } App\Model\User\Referent {#728 -id: "0412de74-869b-4e1d-8d62-9493b8d883bd" -firstName: null -lastName: null -complement: null -companyName: "Epicerie" } App\Model\User\Referent {#753 -id: "1bff5687-f4e6-4ba7-9198-9ccd7bf98e0b" -firstName: null -lastName: null -complement: null -companyName: "Tabacs & presse" } App\Model\User\Referent {#727 -id: "1d019824-72cd-4cee-b47b-3fe7e19f5248" -firstName: null -lastName: null -complement: null -companyName: "Cinéma & loisirs" } App\Model\User\Referent {#693 -id: "2405df46-b0f7-46ca-b107-b0c512ce4dc6" -firstName: null -lastName: null -complement: null -companyName: "Gestionnaires distributeurs automatiques" } App\Model\User\Referent {#726 -id: "28b5d3e5-877c-4f7c-8d06-664616fa92d2" -firstName: null -lastName: null -complement: null -companyName: "Cafés, hôtels & restaurants" } App\Model\User\Referent {#755 -id: "42d43836-80d5-4608-9b45-542429f9ab8a" -firstName: null -lastName: null -complement: null -companyName: "Stations-services" } App\Model\User\Referent {#684 -id: "700854e5-c8aa-4bd6-8619-7407dc5cf24d" -firstName: null -lastName: null -complement: null -companyName: "Autres" } ] |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#697 +message: "register.referent.required" +allowNull: false +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#51 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#79 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#80 …} -namespace: Closure() {#27 …} } |
data_class | null |
disabled | false |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "form.register.referent" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Sélectionnez votre activité" |
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 | "form" |
trim | false |
upload_max_size_message | Closure() {#902 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#681 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#901 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_user_register_referent" ] |
cache_key | "_user_register_referent_choice" |
choice_translation_domain | "form" |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1130 +label: "Boulangerie / Pâtisserie" +value: "/api/referents/02735bad-34c6-4889-b84b-915036dbe378" +data: App\Model\User\Referent {#756 -id: "02735bad-34c6-4889-b84b-915036dbe378" -firstName: null -lastName: null -complement: null -companyName: "Boulangerie / Pâtisserie" } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1131 +label: "Epicerie" +value: "/api/referents/0412de74-869b-4e1d-8d62-9493b8d883bd" +data: App\Model\User\Referent {#728 -id: "0412de74-869b-4e1d-8d62-9493b8d883bd" -firstName: null -lastName: null -complement: null -companyName: "Epicerie" } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1132 +label: "Tabacs & presse" +value: "/api/referents/1bff5687-f4e6-4ba7-9198-9ccd7bf98e0b" +data: App\Model\User\Referent {#753 -id: "1bff5687-f4e6-4ba7-9198-9ccd7bf98e0b" -firstName: null -lastName: null -complement: null -companyName: "Tabacs & presse" } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1133 +label: "Cinéma & loisirs" +value: "/api/referents/1d019824-72cd-4cee-b47b-3fe7e19f5248" +data: App\Model\User\Referent {#727 -id: "1d019824-72cd-4cee-b47b-3fe7e19f5248" -firstName: null -lastName: null -complement: null -companyName: "Cinéma & loisirs" } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1134 +label: "Gestionnaires distributeurs automatiques" +value: "/api/referents/2405df46-b0f7-46ca-b107-b0c512ce4dc6" +data: App\Model\User\Referent {#693 -id: "2405df46-b0f7-46ca-b107-b0c512ce4dc6" -firstName: null -lastName: null -complement: null -companyName: "Gestionnaires distributeurs automatiques" } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1135 +label: "Cafés, hôtels & restaurants" +value: "/api/referents/28b5d3e5-877c-4f7c-8d06-664616fa92d2" +data: App\Model\User\Referent {#726 -id: "28b5d3e5-877c-4f7c-8d06-664616fa92d2" -firstName: null -lastName: null -complement: null -companyName: "Cafés, hôtels & restaurants" } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1136 +label: "Stations-services" +value: "/api/referents/42d43836-80d5-4608-9b45-542429f9ab8a" +data: App\Model\User\Referent {#755 -id: "42d43836-80d5-4608-9b45-542429f9ab8a" -firstName: null -lastName: null -complement: null -companyName: "Stations-services" } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1137 +label: "Autres" +value: "/api/referents/700854e5-c8aa-4bd6-8619-7407dc5cf24d" +data: App\Model\User\Referent {#684 -id: "700854e5-c8aa-4bd6-8619-7407dc5cf24d" -firstName: null -lastName: null -complement: null -companyName: "Autres" } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1128 -form: Symfony\Component\Form\Form {#1038 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1129 …5} |
full_name | "user_register[referent]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_register_referent" |
is_selected | Closure($choice, $value) {#1139 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#792 …} } |
label | "form.register.referent" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "referent" |
placeholder | "Sélectionnez votre activité" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "form" |
unique_block_prefix | "_user_register_referent" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "7bcc7d5dc8ac80c4e823855e.l4Cr1JzBBC3_Y9Ep4iFZfMc_29az0jbdHrEEvkxR3Kw.9NPpo66UPGaRPLJ9r3k9DKlX47SAmHCnZPJW_w1gq5Xc-OyR-bUxY6wPkA" |
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 | "7bcc7d5dc8ac80c4e823855e.l4Cr1JzBBC3_Y9Ep4iFZfMc_29az0jbdHrEEvkxR3Kw.9NPpo66UPGaRPLJ9r3k9DKlX47SAmHCnZPJW_w1gq5Xc-OyR-bUxY6wPkA" |
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 {#51 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#79 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#80 …} -namespace: Closure() {#27 …} } |
data | "7bcc7d5dc8ac80c4e823855e.l4Cr1JzBBC3_Y9Ep4iFZfMc_29az0jbdHrEEvkxR3Kw.9NPpo66UPGaRPLJ9r3k9DKlX47SAmHCnZPJW_w1gq5Xc-OyR-bUxY6wPkA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1141 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#540 …} } |
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 | [] |
legacy_error_messages | true |
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() {#1145 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#681 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#1138 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_user_register__token" ] |
cache_key | "_user_register__token_hidden" |
compound | false |
data | "7bcc7d5dc8ac80c4e823855e.l4Cr1JzBBC3_Y9Ep4iFZfMc_29az0jbdHrEEvkxR3Kw.9NPpo66UPGaRPLJ9r3k9DKlX47SAmHCnZPJW_w1gq5Xc-OyR-bUxY6wPkA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1155 -form: Symfony\Component\Form\Form {#1151 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1146 …5} |
full_name | "user_register[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_register__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 | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_register__token" |
valid | true |
value | "7bcc7d5dc8ac80c4e823855e.l4Cr1JzBBC3_Y9Ep4iFZfMc_29az0jbdHrEEvkxR3Kw.9NPpo66UPGaRPLJ9r3k9DKlX47SAmHCnZPJW_w1gq5Xc-OyR-bUxY6wPkA" |