- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation 17
- Security
- Twig
- HTTP Client
- Doctrine 1
- E-mails
- 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
-
-
email
-
password
-
_token
-
-
-
parent
-
content
-
_token
-
-
-
firstname
-
lastname
-
email
-
-
first
-
second
-
-
recaptcha
-
secteur
-
company
-
fonction
-
_token
-
form
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2710 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2330 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2732 …} -namespace: Closure() {#2130 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4681 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2327 …} } |
| 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() {#4675 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2592 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#4680 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_form" ] |
| cache_key | "_form_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4727 -form: Symfony\Component\Form\Form {#4715 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4725 …5} |
| full_name | "form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form" |
| valid | true |
| value | null |
"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 |
|---|---|---|
| attr | [ "class" => "auth-form-input" ] |
[ "class" => "auth-form-input" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4690 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#4691 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4690 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#4691 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "auth-form-input" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4690 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#4691 +message: "This value is not a valid email address." +mode: null +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 {#2710 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2330 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2732 …} -namespace: Closure() {#2130 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4694 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2327 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#4696 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2592 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#4695 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "auth-form-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_form_email" ] |
| cache_key | "_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4734 -form: Symfony\Component\Form\Form {#4718 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4730 …5} |
| full_name | "form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_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 | null |
| unique_block_prefix | "_form_email" |
| valid | true |
| value | "" |
password
"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 |
|---|---|---|
| attr | [ "class" => "auth-form-input" ] |
[ "class" => "auth-form-input" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4692 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4692 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "class" => "auth-form-input" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4692 +message: "This value should not be blank." +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 {#2710 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2330 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2732 …} -namespace: Closure() {#2130 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4708 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2327 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 | false |
| upload_max_size_message | Closure() {#4710 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2592 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#4707 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "auth-form-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_form_password" ] |
| cache_key | "_form_password_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4736 -form: Symfony\Component\Form\Form {#4721 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4737 …5} |
| full_name | "form[password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_password" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_password" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "c202294dbd892f47.j1q6NgEBlE4i4Xb_zf1a8iVtz3SvsWDda9EXwlsf9T4.yCCXbGt0-wVtliXGuagtpGYu9wCfglScXKt5jQlGsVLNLupxOGjYeRCbOw" |
| 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 | "c202294dbd892f47.j1q6NgEBlE4i4Xb_zf1a8iVtz3SvsWDda9EXwlsf9T4.yCCXbGt0-wVtliXGuagtpGYu9wCfglScXKt5jQlGsVLNLupxOGjYeRCbOw" |
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 {#2710 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2330 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2732 …} -namespace: Closure() {#2130 …} } |
| data | "c202294dbd892f47.j1q6NgEBlE4i4Xb_zf1a8iVtz3SvsWDda9EXwlsf9T4.yCCXbGt0-wVtliXGuagtpGYu9wCfglScXKt5jQlGsVLNLupxOGjYeRCbOw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4728 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2327 …} } |
| 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() {#4738 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2592 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#4739 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_form__token" ] |
| cache_key | "_form__token_hidden" |
| compound | false |
| data | "c202294dbd892f47.j1q6NgEBlE4i4Xb_zf1a8iVtz3SvsWDda9EXwlsf9T4.yCCXbGt0-wVtliXGuagtpGYu9wCfglScXKt5jQlGsVLNLupxOGjYeRCbOw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4749 -form: Symfony\Component\Form\Form {#4745 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4740 …5} |
| full_name | "form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form__token" |
| valid | true |
| value | "c202294dbd892f47.j1q6NgEBlE4i4Xb_zf1a8iVtz3SvsWDda9EXwlsf9T4.yCCXbGt0-wVtliXGuagtpGYu9wCfglScXKt5jQlGsVLNLupxOGjYeRCbOw" |
add_comment_mobile
"App\Form\AddCommentMobileType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Comment {#2848 -id: null -user: null -author_name: null -author_email: null -content: null -article: null -parent: null -answers: Doctrine\Common\Collections\ArrayCollection {#2850 …} -commentLikes: Doctrine\Common\Collections\ArrayCollection {#2851 …} -created_at: null -updated_at: null -deleted_at: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Comment {#2848 -id: null -user: null -author_name: null -author_email: null -content: null -article: null -parent: null -answers: Doctrine\Common\Collections\ArrayCollection {#2850 …} -commentLikes: Doctrine\Common\Collections\ArrayCollection {#2851 …} -created_at: null -updated_at: null -deleted_at: 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 {#2710 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2330 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2732 …} -namespace: Closure() {#2130 …} } |
| data | App\Entity\Comment {#2848 -id: null -user: null -author_name: null -author_email: null -content: null -article: null -parent: null -answers: Doctrine\Common\Collections\ArrayCollection {#2850 …} -commentLikes: Doctrine\Common\Collections\ArrayCollection {#2851 …} -created_at: null -updated_at: null -deleted_at: null } |
| data_class | "App\Entity\Comment" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2873 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2327 …} use: { $class: "App\Entity\Comment" } } |
| 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() {#2875 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2592 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#2874 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "add_comment_mobile" "_add_comment_mobile" ] |
| cache_key | "_add_comment_mobile_add_comment_mobile" |
| compound | true |
| data | App\Entity\Comment {#2848 -id: null -user: null -author_name: null -author_email: null -content: null -article: null -parent: null -answers: Doctrine\Common\Collections\ArrayCollection {#2850 …} -commentLikes: Doctrine\Common\Collections\ArrayCollection {#2851 …} -created_at: null -updated_at: null -deleted_at: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3200 -form: Symfony\Component\Form\Form {#2900 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3185 …5} |
| full_name | "add_comment_mobile" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "add_comment_mobile" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "add_comment_mobile" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_add_comment_mobile" |
| valid | true |
| value | App\Entity\Comment {#2848 -id: null -user: null -author_name: null -author_email: null -content: null -article: null -parent: null -answers: Doctrine\Common\Collections\ArrayCollection {#2850 …} -commentLikes: Doctrine\Common\Collections\ArrayCollection {#2851 …} -created_at: null -updated_at: null -deleted_at: null } |
parent
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
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 |
|---|---|---|
| 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 | 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 {#2710 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2330 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2732 …} -namespace: Closure() {#2130 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2883 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2327 …} } |
| 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() {#2885 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2592 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#2884 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_add_comment_mobile_parent" ] |
| cache_key | "_add_comment_mobile_parent_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3103 -form: Symfony\Component\Form\Form {#2903 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3094 …5} |
| full_name | "add_comment_mobile[parent]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "add_comment_mobile_parent" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "parent" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_add_comment_mobile_parent" |
| valid | true |
| value | "" |
content
"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 {#2881 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2881 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
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 {#2881 +message: "This value should not be blank." +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 {#2710 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2330 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2732 …} -namespace: Closure() {#2130 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2892 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2327 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#2894 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2592 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#2893 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_add_comment_mobile_content" ] |
| cache_key | "_add_comment_mobile_content_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3122 -form: Symfony\Component\Form\Form {#2906 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3124 …5} |
| full_name | "add_comment_mobile[content]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "add_comment_mobile_content" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "content" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_add_comment_mobile_content" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "d5277a7e389a4ecefbfe8a9261.-SndIAuSvtaBEw8Gz3O0wIj_ZZ3L-BZlhctBTb1WMWw.zx62bH_20aPYe2t2tTj8g7qsLtiUgUkQwY4zLMp7fz62YoRhfb_Tp9ZfeA" |
| 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 | "d5277a7e389a4ecefbfe8a9261.-SndIAuSvtaBEw8Gz3O0wIj_ZZ3L-BZlhctBTb1WMWw.zx62bH_20aPYe2t2tTj8g7qsLtiUgUkQwY4zLMp7fz62YoRhfb_Tp9ZfeA" |
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 {#2710 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2330 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2732 …} -namespace: Closure() {#2130 …} } |
| data | "d5277a7e389a4ecefbfe8a9261.-SndIAuSvtaBEw8Gz3O0wIj_ZZ3L-BZlhctBTb1WMWw.zx62bH_20aPYe2t2tTj8g7qsLtiUgUkQwY4zLMp7fz62YoRhfb_Tp9ZfeA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3132 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2327 …} } |
| 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() {#3116 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2592 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#3092 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_add_comment_mobile__token" ] |
| cache_key | "_add_comment_mobile__token_hidden" |
| compound | false |
| data | "d5277a7e389a4ecefbfe8a9261.-SndIAuSvtaBEw8Gz3O0wIj_ZZ3L-BZlhctBTb1WMWw.zx62bH_20aPYe2t2tTj8g7qsLtiUgUkQwY4zLMp7fz62YoRhfb_Tp9ZfeA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3100 -form: Symfony\Component\Form\Form {#3121 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3098 …5} |
| full_name | "add_comment_mobile[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "add_comment_mobile__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 | "_add_comment_mobile__token" |
| valid | true |
| value | "d5277a7e389a4ecefbfe8a9261.-SndIAuSvtaBEw8Gz3O0wIj_ZZ3L-BZlhctBTb1WMWw.zx62bH_20aPYe2t2tTj8g7qsLtiUgUkQwY4zLMp7fz62YoRhfb_Tp9ZfeA" |
register
"App\Form\RegisterType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#5057 -id: null -userCategories: Doctrine\Common\Collections\ArrayCollection {#5056 …} -pseudo: null -secteur: null -company: null -fonction: null -email: null -password: null -auth_activation_token: null -auth_password_token: null -activated_at: null -facebook_id: null -google_id: null -linkedin_id: null -stripe_customer_id: null -complement_adresse: null -created_at: null -updated_at: null -deleted_at: null -role: null -articles: Doctrine\Common\Collections\ArrayCollection {#5058 …} -suggestedArticles: Doctrine\Common\Collections\ArrayCollection {#4769 …} -articlesViewed: Doctrine\Common\Collections\ArrayCollection {#5059 …} -firstname: null -lastname: null -phone: null -address: null -zipcode: null -city: null -country: null -legacy_id: null -is_digital_premium: 0 -userOffers: Doctrine\Common\Collections\ArrayCollection {#5062 …} -documents: Doctrine\Common\Collections\ArrayCollection {#5063 …} -avatar: null -bio: null -facebook_url: null -linkedin_url: null -twitter_url: null -instagram_url: null -youtube_url: null -journey: null -likes: Doctrine\Common\Collections\ArrayCollection {#5068 …} -users_cart: Doctrine\Common\Collections\ArrayCollection {#5066 …} -users_favoris: Doctrine\Common\Collections\ArrayCollection {#5069 …} -user_articles: Doctrine\Common\Collections\ArrayCollection {#5070 …} -receive_contact_messages: 0 -card: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\User {#5057 -id: null -userCategories: Doctrine\Common\Collections\ArrayCollection {#5056 …} -pseudo: null -secteur: null -company: null -fonction: null -email: null -password: null -auth_activation_token: null -auth_password_token: null -activated_at: null -facebook_id: null -google_id: null -linkedin_id: null -stripe_customer_id: null -complement_adresse: null -created_at: null -updated_at: null -deleted_at: null -role: null -articles: Doctrine\Common\Collections\ArrayCollection {#5058 …} -suggestedArticles: Doctrine\Common\Collections\ArrayCollection {#4769 …} -articlesViewed: Doctrine\Common\Collections\ArrayCollection {#5059 …} -firstname: null -lastname: null -phone: null -address: null -zipcode: null -city: null -country: null -legacy_id: null -is_digital_premium: 0 -userOffers: Doctrine\Common\Collections\ArrayCollection {#5062 …} -documents: Doctrine\Common\Collections\ArrayCollection {#5063 …} -avatar: null -bio: null -facebook_url: null -linkedin_url: null -twitter_url: null -instagram_url: null -youtube_url: null -journey: null -likes: Doctrine\Common\Collections\ArrayCollection {#5068 …} -users_cart: Doctrine\Common\Collections\ArrayCollection {#5066 …} -users_favoris: Doctrine\Common\Collections\ArrayCollection {#5069 …} -user_articles: Doctrine\Common\Collections\ArrayCollection {#5070 …} -receive_contact_messages: 0 -card: 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 {#2710 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2330 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2732 …} -namespace: Closure() {#2130 …} } |
| data | App\Entity\User {#5057 -id: null -userCategories: Doctrine\Common\Collections\ArrayCollection {#5056 …} -pseudo: null -secteur: null -company: null -fonction: null -email: null -password: null -auth_activation_token: null -auth_password_token: null -activated_at: null -facebook_id: null -google_id: null -linkedin_id: null -stripe_customer_id: null -complement_adresse: null -created_at: null -updated_at: null -deleted_at: null -role: null -articles: Doctrine\Common\Collections\ArrayCollection {#5058 …} -suggestedArticles: Doctrine\Common\Collections\ArrayCollection {#4769 …} -articlesViewed: Doctrine\Common\Collections\ArrayCollection {#5059 …} -firstname: null -lastname: null -phone: null -address: null -zipcode: null -city: null -country: null -legacy_id: null -is_digital_premium: 0 -userOffers: Doctrine\Common\Collections\ArrayCollection {#5062 …} -documents: Doctrine\Common\Collections\ArrayCollection {#5063 …} -avatar: null -bio: null -facebook_url: null -linkedin_url: null -twitter_url: null -instagram_url: null -youtube_url: null -journey: null -likes: Doctrine\Common\Collections\ArrayCollection {#5068 …} -users_cart: Doctrine\Common\Collections\ArrayCollection {#5066 …} -users_favoris: Doctrine\Common\Collections\ArrayCollection {#5069 …} -user_articles: Doctrine\Common\Collections\ArrayCollection {#5070 …} -receive_contact_messages: 0 -card: null } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5089 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2327 …} use: { $class: "App\Entity\User" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#5091 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2592 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5090 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "register" "_register" ] |
| cache_key | "_register_register" |
| compound | true |
| data | App\Entity\User {#5057 -id: null -userCategories: Doctrine\Common\Collections\ArrayCollection {#5056 …} -pseudo: null -secteur: null -company: null -fonction: null -email: null -password: null -auth_activation_token: null -auth_password_token: null -activated_at: null -facebook_id: null -google_id: null -linkedin_id: null -stripe_customer_id: null -complement_adresse: null -created_at: null -updated_at: null -deleted_at: null -role: null -articles: Doctrine\Common\Collections\ArrayCollection {#5058 …} -suggestedArticles: Doctrine\Common\Collections\ArrayCollection {#4769 …} -articlesViewed: Doctrine\Common\Collections\ArrayCollection {#5059 …} -firstname: null -lastname: null -phone: null -address: null -zipcode: null -city: null -country: null -legacy_id: null -is_digital_premium: 0 -userOffers: Doctrine\Common\Collections\ArrayCollection {#5062 …} -documents: Doctrine\Common\Collections\ArrayCollection {#5063 …} -avatar: null -bio: null -facebook_url: null -linkedin_url: null -twitter_url: null -instagram_url: null -youtube_url: null -journey: null -likes: Doctrine\Common\Collections\ArrayCollection {#5068 …} -users_cart: Doctrine\Common\Collections\ArrayCollection {#5066 …} -users_favoris: Doctrine\Common\Collections\ArrayCollection {#5069 …} -user_articles: Doctrine\Common\Collections\ArrayCollection {#5070 …} -receive_contact_messages: 0 -card: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5192 -form: Symfony\Component\Form\Form {#5197 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5092 …5} |
| full_name | "register" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "register" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register" |
| valid | true |
| value | App\Entity\User {#5057 -id: null -userCategories: Doctrine\Common\Collections\ArrayCollection {#5056 …} -pseudo: null -secteur: null -company: null -fonction: null -email: null -password: null -auth_activation_token: null -auth_password_token: null -activated_at: null -facebook_id: null -google_id: null -linkedin_id: null -stripe_customer_id: null -complement_adresse: null -created_at: null -updated_at: null -deleted_at: null -role: null -articles: Doctrine\Common\Collections\ArrayCollection {#5058 …} -suggestedArticles: Doctrine\Common\Collections\ArrayCollection {#4769 …} -articlesViewed: Doctrine\Common\Collections\ArrayCollection {#5059 …} -firstname: null -lastname: null -phone: null -address: null -zipcode: null -city: null -country: null -legacy_id: null -is_digital_premium: 0 -userOffers: Doctrine\Common\Collections\ArrayCollection {#5062 …} -documents: Doctrine\Common\Collections\ArrayCollection {#5063 …} -avatar: null -bio: null -facebook_url: null -linkedin_url: null -twitter_url: null -instagram_url: null -youtube_url: null -journey: null -likes: Doctrine\Common\Collections\ArrayCollection {#5068 …} -users_cart: Doctrine\Common\Collections\ArrayCollection {#5066 …} -users_favoris: Doctrine\Common\Collections\ArrayCollection {#5069 …} -user_articles: Doctrine\Common\Collections\ArrayCollection {#5070 …} -receive_contact_messages: 0 -card: null } |
firstname
"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 |
|---|---|---|
| attr | [ "class" => "register-form-input" ] |
[ "class" => "register-form-input" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5097 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5097 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "register-form-input" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5097 +message: "This value should not be blank." +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 {#2710 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2330 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2732 …} -namespace: Closure() {#2130 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5103 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2327 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#5105 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2592 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5104 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "register-form-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_firstname" ] |
| cache_key | "_register_firstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5140 -form: Symfony\Component\Form\Form {#5200 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5150 …5} |
| full_name | "register[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_firstname" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_firstname" |
| valid | true |
| value | "" |
lastname
"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 |
|---|---|---|
| attr | [ "class" => "register-form-input" ] |
[ "class" => "register-form-input" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5098 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5098 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "register-form-input" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5098 +message: "This value should not be blank." +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 {#2710 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2330 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2732 …} -namespace: Closure() {#2130 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5112 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2327 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#5114 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2592 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5113 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "register-form-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_lastname" ] |
| cache_key | "_register_lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5221 -form: Symfony\Component\Form\Form {#5203 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5213 …5} |
| full_name | "register[lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_lastname" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_lastname" |
| valid | true |
| value | "" |
"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 |
|---|---|---|
| attr | [ "class" => "register-form-input" ] |
[ "class" => "register-form-input" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5099 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5100 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5099 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5100 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
| label | null |
null
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "register-form-input" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5099 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5100 +message: "This value is not a valid email address." +mode: null +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 {#2710 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2330 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2732 …} -namespace: Closure() {#2130 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5121 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2327 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#5123 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2592 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5122 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "register-form-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_register_email" ] |
| cache_key | "_register_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5124 -form: Symfony\Component\Form\Form {#5206 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5115 …5} |
| full_name | "register[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "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 | null |
| unique_block_prefix | "_register_email" |
| valid | true |
| value | "" |
password
"Symfony\Component\Form\Extension\Core\Type\RepeatedType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format |
[ "first" => "" "second" => "" ] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5101 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5101 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
| invalid_message | "Les mots de passe saisis ne sont pas identiques." |
same as passed value |
| options | [ "attr" => [ "class" => "register-form-input" ] ] |
[ "attr" => [ "class" => "register-form-input" ] ] |
| required | true |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#5101 +message: "This value should not be blank." +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 {#2710 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2330 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2732 …} -namespace: Closure() {#2130 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5136 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2327 …} } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Les mots de passe saisis ne sont pas identiques." |
| 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 | [ "attr" => [ "class" => "register-form-input" ] ] |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#5139 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2592 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5138 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_register_password" ] |
| cache_key | "_register_password_repeated" |
| compound | true |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5106 -form: Symfony\Component\Form\Form {#5225 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5247 …5} |
| full_name | "register[password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_password" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_password" |
| valid | true |
| value | [ "first" => "" "second" => "" ] |
first
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "register-form-input" ] |
[ "class" => "register-form-input" ] |
| error_bubbling | false |
false
|
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "class" => "register-form-input" ] |
| 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 {#2710 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2330 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2732 …} -namespace: Closure() {#2130 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5210 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2327 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 | false |
| upload_max_size_message | Closure() {#5212 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2592 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5211 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "register-form-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_register_password_first" ] |
| cache_key | "_register_password_first_password" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5252 -form: Symfony\Component\Form\Form {#5228 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5251 …5} |
| full_name | "register[password][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_password_first" |
| label | null |
| 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 | null |
| unique_block_prefix | "_register_password_first" |
| valid | true |
| value | "" |
second
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "register-form-input" ] |
[ "class" => "register-form-input" ] |
| error_bubbling | false |
false
|
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "class" => "register-form-input" ] |
| 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 {#2710 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2330 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2732 …} -namespace: Closure() {#2130 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5218 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2327 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 | false |
| upload_max_size_message | Closure() {#5220 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2592 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5219 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "register-form-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_register_password_second" ] |
| cache_key | "_register_password_second_password" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5286 -form: Symfony\Component\Form\Form {#5231 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5290 …5} |
| full_name | "register[password][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_password_second" |
| label | null |
| 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 | null |
| unique_block_prefix | "_register_password_second" |
| valid | true |
| value | "" |
recaptcha
"EWZ\Bundle\RecaptchaBundle\Form\Type\EWZRecaptchaV3Type"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "g-recaptcha" "data-callback" => "auth_register" ] |
[ "class" => "g-recaptcha" "data-callback" => "auth_register" ] |
| label | false |
false
|
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| action_name | "form" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "g-recaptcha" "data-callback" => "auth_register" ] |
| 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 {#2710 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2330 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2732 …} -namespace: Closure() {#2130 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5147 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2327 …} } |
| 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 | 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 | [] |
| script_nonce_csp | "" |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5149 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2592 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5148 …} } } |
| validation_groups | [
"Default"
] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "g-recaptcha" "data-callback" => "auth_register" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "ewz_recaptcha" "_register_recaptcha" ] |
| cache_key | "_register_recaptcha_ewz_recaptcha" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5249 -form: Symfony\Component\Form\Form {#5234 …} -errors: [] } |
| ewz_recaptcha_api_host | "www.google.com" |
| ewz_recaptcha_api_uri | "https://www.google.com/recaptcha/api.js" |
| ewz_recaptcha_enabled | false |
| form | Symfony\Component\Form\FormView {#5250 …5} |
| full_name | "register[recaptcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_recaptcha" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "recaptcha" |
| priority | 0 |
| public_key | "6Lf4Fr4dAAAAAIZ3h0_tvYQHXh5qqEjYT1VquUuX" |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_recaptcha" |
| valid | true |
| value | "" |
secteur
"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 |
|---|---|---|
| attr | [ "class" => "register-form-input" ] |
[ "class" => "register-form-input" ] |
| choices | [ "Administration" => "Administration" "Aéroports" => "Aéroports" "Banques, Assurances, Financement" => "Banques, Assurances, Financement" "Cabinet conseil" => "Cabinet conseil" "Compagnies aériennes" => "Compagnies aériennes" "Education, Formation, Recherche" => "Education, Formation, Recherche" "Forces armées" => "Forces armées" "Industrie aéronautique" => "Industrie aéronautique" "Industrie de défense" => "Industrie de défense" "Ingénierie" => "Ingénierie" "Logistique" => "Logistique" "Maintenance" => "Maintenance" "Médias, Communication" => "Médias, Communication" "Organisations internationales" => "Organisations internationales" "Spatial" => "Spatial" "Etudiants" => "Etudiants" ] |
[ "Administration" => "Administration" "Aéroports" => "Aéroports" "Banques, Assurances, Financement" => "Banques, Assurances, Financement" "Cabinet conseil" => "Cabinet conseil" "Compagnies aériennes" => "Compagnies aériennes" "Education, Formation, Recherche" => "Education, Formation, Recherche" "Forces armées" => "Forces armées" "Industrie aéronautique" => "Industrie aéronautique" "Industrie de défense" => "Industrie de défense" "Ingénierie" => "Ingénierie" "Logistique" => "Logistique" "Maintenance" => "Maintenance" "Médias, Communication" => "Médias, Communication" "Organisations internationales" => "Organisations internationales" "Spatial" => "Spatial" "Etudiants" => "Etudiants" ] |
| multiple | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "register-form-input" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Administration" => "Administration" "Aéroports" => "Aéroports" "Banques, Assurances, Financement" => "Banques, Assurances, Financement" "Cabinet conseil" => "Cabinet conseil" "Compagnies aériennes" => "Compagnies aériennes" "Education, Formation, Recherche" => "Education, Formation, Recherche" "Forces armées" => "Forces armées" "Industrie aéronautique" => "Industrie aéronautique" "Industrie de défense" => "Industrie de défense" "Ingénierie" => "Ingénierie" "Logistique" => "Logistique" "Maintenance" => "Maintenance" "Médias, Communication" => "Médias, Communication" "Organisations internationales" => "Organisations internationales" "Spatial" => "Spatial" "Etudiants" => "Etudiants" ] |
| 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 {#2710 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2330 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2732 …} -namespace: Closure() {#2130 …} } |
| 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 | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5169 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2592 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5168 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "register-form-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_register_secteur" ] |
| cache_key | "_register_secteur_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5293 +label: "Administration" +value: "Administration" +data: "Administration" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5294 +label: "Aéroports" +value: "Aéroports" +data: "Aéroports" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5295 +label: "Banques, Assurances, Financement" +value: "Banques, Assurances, Financement" +data: "Banques, Assurances, Financement" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5296 +label: "Cabinet conseil" +value: "Cabinet conseil" +data: "Cabinet conseil" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5297 +label: "Compagnies aériennes" +value: "Compagnies aériennes" +data: "Compagnies aériennes" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5298 +label: "Education, Formation, Recherche" +value: "Education, Formation, Recherche" +data: "Education, Formation, Recherche" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5299 +label: "Forces armées" +value: "Forces armées" +data: "Forces armées" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5300 +label: "Industrie aéronautique" +value: "Industrie aéronautique" +data: "Industrie aéronautique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5301 +label: "Industrie de défense" +value: "Industrie de défense" +data: "Industrie de défense" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5302 +label: "Ingénierie" +value: "Ingénierie" +data: "Ingénierie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5303 +label: "Logistique" +value: "Logistique" +data: "Logistique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5304 +label: "Maintenance" +value: "Maintenance" +data: "Maintenance" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5305 +label: "Médias, Communication" +value: "Médias, Communication" +data: "Médias, Communication" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5306 +label: "Organisations internationales" +value: "Organisations internationales" +data: "Organisations internationales" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5307 +label: "Spatial" +value: "Spatial" +data: "Spatial" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5308 +label: "Etudiants" +value: "Etudiants" +data: "Etudiants" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5292 -form: Symfony\Component\Form\Form {#5237 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5291 …5} |
| full_name | "register[secteur]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_secteur" |
| is_selected | Closure($choice, $value) {#5310 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5155 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "secteur" |
| placeholder | "" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_secteur" |
| valid | true |
| value | "" |
company
"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 |
|---|---|---|
| attr | [ "class" => "register-form-input" ] |
[ "class" => "register-form-input" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "register-form-input" ] |
| 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 {#2710 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2330 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2732 …} -namespace: Closure() {#2130 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5180 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2327 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5182 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2592 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5181 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "register-form-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_company" ] |
| cache_key | "_register_company_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5311 -form: Symfony\Component\Form\Form {#5240 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5312 …5} |
| full_name | "register[company]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_company" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "company" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_company" |
| valid | true |
| value | "" |
fonction
"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 |
|---|---|---|
| attr | [ "class" => "register-form-input" ] |
[ "class" => "register-form-input" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "register-form-input" ] |
| 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 {#2710 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2330 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2732 …} -namespace: Closure() {#2130 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5189 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2327 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5191 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2592 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5190 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "register-form-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_fonction" ] |
| cache_key | "_register_fonction_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5313 -form: Symfony\Component\Form\Form {#5243 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5314 …5} |
| full_name | "register[fonction]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_fonction" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "fonction" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_fonction" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "24e134f6fd8f378d.7wYKO35_G5nk7fyrT7PlSoa1_Blm0EvxmzufZ2ph7M0.hlxSAy1Pd8aMupHOFYGifdzNuSBfghm2-EqqNgkY1JuHaUl5LDtt49Ddnw" |
| 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 | "24e134f6fd8f378d.7wYKO35_G5nk7fyrT7PlSoa1_Blm0EvxmzufZ2ph7M0.hlxSAy1Pd8aMupHOFYGifdzNuSBfghm2-EqqNgkY1JuHaUl5LDtt49Ddnw" |
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 {#2710 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2330 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2732 …} -namespace: Closure() {#2130 …} } |
| data | "24e134f6fd8f378d.7wYKO35_G5nk7fyrT7PlSoa1_Blm0EvxmzufZ2ph7M0.hlxSAy1Pd8aMupHOFYGifdzNuSBfghm2-EqqNgkY1JuHaUl5LDtt49Ddnw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5183 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2327 …} } |
| 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() {#5315 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2592 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5316 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_register__token" ] |
| cache_key | "_register__token_hidden" |
| compound | false |
| data | "24e134f6fd8f378d.7wYKO35_G5nk7fyrT7PlSoa1_Blm0EvxmzufZ2ph7M0.hlxSAy1Pd8aMupHOFYGifdzNuSBfghm2-EqqNgkY1JuHaUl5LDtt49Ddnw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5326 -form: Symfony\Component\Form\Form {#5322 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5317 …5} |
| full_name | "register[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "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 | "_register__token" |
| valid | true |
| value | "24e134f6fd8f378d.7wYKO35_G5nk7fyrT7PlSoa1_Blm0EvxmzufZ2ph7M0.hlxSAy1Pd8aMupHOFYGifdzNuSBfghm2-EqqNgkY1JuHaUl5LDtt49Ddnw" |