- 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 {#2354 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1862 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2405 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4525 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1973 …} } |
| 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() {#4519 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#4524 …} } } |
| 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 {#4571 -form: Symfony\Component\Form\Form {#4559 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4569 …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 {#4534 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#4535 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4534 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#4535 +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 {#4534 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#4535 +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 {#2354 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1862 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2405 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4538 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1973 …} } |
| 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() {#4540 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#4539 …} } } |
| 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 {#4578 -form: Symfony\Component\Form\Form {#4562 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4574 …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 {#4536 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4536 +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 {#4536 +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 {#2354 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1862 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2405 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4552 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1973 …} } |
| 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() {#4554 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#4551 …} } } |
| 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 {#4580 -form: Symfony\Component\Form\Form {#4565 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4581 …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 | "a476bc1f7317a6799596f.NM18F5WGCO7-VQVG-WDMMfu-LMSftd_L8ZEuNMJYCnw.UKYvTvjBYKOIPDEzlDaJWpHQYZfp2oy-sPl2ZZgAbSwAqSl93PU5j4o7UA" |
| 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 | "a476bc1f7317a6799596f.NM18F5WGCO7-VQVG-WDMMfu-LMSftd_L8ZEuNMJYCnw.UKYvTvjBYKOIPDEzlDaJWpHQYZfp2oy-sPl2ZZgAbSwAqSl93PU5j4o7UA" |
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 {#2354 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1862 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2405 …} } |
| data | "a476bc1f7317a6799596f.NM18F5WGCO7-VQVG-WDMMfu-LMSftd_L8ZEuNMJYCnw.UKYvTvjBYKOIPDEzlDaJWpHQYZfp2oy-sPl2ZZgAbSwAqSl93PU5j4o7UA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4572 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1973 …} } |
| 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() {#4582 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#4583 …} } } |
| 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 | "a476bc1f7317a6799596f.NM18F5WGCO7-VQVG-WDMMfu-LMSftd_L8ZEuNMJYCnw.UKYvTvjBYKOIPDEzlDaJWpHQYZfp2oy-sPl2ZZgAbSwAqSl93PU5j4o7UA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4593 -form: Symfony\Component\Form\Form {#4589 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4584 …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 | "a476bc1f7317a6799596f.NM18F5WGCO7-VQVG-WDMMfu-LMSftd_L8ZEuNMJYCnw.UKYvTvjBYKOIPDEzlDaJWpHQYZfp2oy-sPl2ZZgAbSwAqSl93PU5j4o7UA" |
add_comment_mobile
"App\Form\AddCommentMobileType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Comment {#2799 -id: null -user: null -author_name: null -author_email: null -content: null -article: null -parent: null -answers: Doctrine\Common\Collections\ArrayCollection {#2801 …} -commentLikes: Doctrine\Common\Collections\ArrayCollection {#2802 …} -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 {#2799 -id: null -user: null -author_name: null -author_email: null -content: null -article: null -parent: null -answers: Doctrine\Common\Collections\ArrayCollection {#2801 …} -commentLikes: Doctrine\Common\Collections\ArrayCollection {#2802 …} -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 {#2354 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1862 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2405 …} } |
| data | App\Entity\Comment {#2799 -id: null -user: null -author_name: null -author_email: null -content: null -article: null -parent: null -answers: Doctrine\Common\Collections\ArrayCollection {#2801 …} -commentLikes: Doctrine\Common\Collections\ArrayCollection {#2802 …} -created_at: null -updated_at: null -deleted_at: null } |
| data_class | "App\Entity\Comment" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2824 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1973 …} 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() {#2826 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#2825 …} } } |
| 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 {#2799 -id: null -user: null -author_name: null -author_email: null -content: null -article: null -parent: null -answers: Doctrine\Common\Collections\ArrayCollection {#2801 …} -commentLikes: Doctrine\Common\Collections\ArrayCollection {#2802 …} -created_at: null -updated_at: null -deleted_at: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2939 -form: Symfony\Component\Form\Form {#2851 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3269 …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 {#2799 -id: null -user: null -author_name: null -author_email: null -content: null -article: null -parent: null -answers: Doctrine\Common\Collections\ArrayCollection {#2801 …} -commentLikes: Doctrine\Common\Collections\ArrayCollection {#2802 …} -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 {#2354 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1862 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2405 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2834 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1973 …} } |
| 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() {#2836 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#2835 …} } } |
| 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 {#3071 -form: Symfony\Component\Form\Form {#2854 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3062 …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 {#2832 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2832 +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 {#2832 +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 {#2354 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1862 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2405 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2843 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1973 …} } |
| 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() {#2845 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#2844 …} } } |
| 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 {#3298 -form: Symfony\Component\Form\Form {#2857 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2954 …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 | "6b1e3.xKuN3X29tNPEhLZxMFXH0qCosPew4aUOypT5RvAoxVY.9MC6qk7igLKR5eUQBg-15-jlwIHg1f9Bo9HIBLFEljeiys-nSfPCuYj-0Q" |
| 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 | "6b1e3.xKuN3X29tNPEhLZxMFXH0qCosPew4aUOypT5RvAoxVY.9MC6qk7igLKR5eUQBg-15-jlwIHg1f9Bo9HIBLFEljeiys-nSfPCuYj-0Q" |
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 {#2354 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1862 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2405 …} } |
| data | "6b1e3.xKuN3X29tNPEhLZxMFXH0qCosPew4aUOypT5RvAoxVY.9MC6qk7igLKR5eUQBg-15-jlwIHg1f9Bo9HIBLFEljeiys-nSfPCuYj-0Q" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2936 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1973 …} } |
| 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() {#3210 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#2970 …} } } |
| 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 | "6b1e3.xKuN3X29tNPEhLZxMFXH0qCosPew4aUOypT5RvAoxVY.9MC6qk7igLKR5eUQBg-15-jlwIHg1f9Bo9HIBLFEljeiys-nSfPCuYj-0Q" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2940 -form: Symfony\Component\Form\Form {#2967 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3228 …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 | "6b1e3.xKuN3X29tNPEhLZxMFXH0qCosPew4aUOypT5RvAoxVY.9MC6qk7igLKR5eUQBg-15-jlwIHg1f9Bo9HIBLFEljeiys-nSfPCuYj-0Q" |
register
"App\Form\RegisterType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#4901 -id: null -userCategories: Doctrine\Common\Collections\ArrayCollection {#4900 …} -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 {#4902 …} -suggestedArticles: Doctrine\Common\Collections\ArrayCollection {#4613 …} -articlesViewed: Doctrine\Common\Collections\ArrayCollection {#4903 …} -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 {#4906 …} -documents: Doctrine\Common\Collections\ArrayCollection {#4907 …} -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 {#4912 …} -users_cart: Doctrine\Common\Collections\ArrayCollection {#4910 …} -users_favoris: Doctrine\Common\Collections\ArrayCollection {#4913 …} -user_articles: Doctrine\Common\Collections\ArrayCollection {#4914 …} -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 {#4901 -id: null -userCategories: Doctrine\Common\Collections\ArrayCollection {#4900 …} -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 {#4902 …} -suggestedArticles: Doctrine\Common\Collections\ArrayCollection {#4613 …} -articlesViewed: Doctrine\Common\Collections\ArrayCollection {#4903 …} -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 {#4906 …} -documents: Doctrine\Common\Collections\ArrayCollection {#4907 …} -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 {#4912 …} -users_cart: Doctrine\Common\Collections\ArrayCollection {#4910 …} -users_favoris: Doctrine\Common\Collections\ArrayCollection {#4913 …} -user_articles: Doctrine\Common\Collections\ArrayCollection {#4914 …} -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 {#2354 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1862 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2405 …} } |
| data | App\Entity\User {#4901 -id: null -userCategories: Doctrine\Common\Collections\ArrayCollection {#4900 …} -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 {#4902 …} -suggestedArticles: Doctrine\Common\Collections\ArrayCollection {#4613 …} -articlesViewed: Doctrine\Common\Collections\ArrayCollection {#4903 …} -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 {#4906 …} -documents: Doctrine\Common\Collections\ArrayCollection {#4907 …} -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 {#4912 …} -users_cart: Doctrine\Common\Collections\ArrayCollection {#4910 …} -users_favoris: Doctrine\Common\Collections\ArrayCollection {#4913 …} -user_articles: Doctrine\Common\Collections\ArrayCollection {#4914 …} -receive_contact_messages: 0 -card: null } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4933 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1973 …} 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() {#4935 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#4934 …} } } |
| 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 {#4901 -id: null -userCategories: Doctrine\Common\Collections\ArrayCollection {#4900 …} -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 {#4902 …} -suggestedArticles: Doctrine\Common\Collections\ArrayCollection {#4613 …} -articlesViewed: Doctrine\Common\Collections\ArrayCollection {#4903 …} -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 {#4906 …} -documents: Doctrine\Common\Collections\ArrayCollection {#4907 …} -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 {#4912 …} -users_cart: Doctrine\Common\Collections\ArrayCollection {#4910 …} -users_favoris: Doctrine\Common\Collections\ArrayCollection {#4913 …} -user_articles: Doctrine\Common\Collections\ArrayCollection {#4914 …} -receive_contact_messages: 0 -card: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5036 -form: Symfony\Component\Form\Form {#5041 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4936 …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 {#4901 -id: null -userCategories: Doctrine\Common\Collections\ArrayCollection {#4900 …} -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 {#4902 …} -suggestedArticles: Doctrine\Common\Collections\ArrayCollection {#4613 …} -articlesViewed: Doctrine\Common\Collections\ArrayCollection {#4903 …} -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 {#4906 …} -documents: Doctrine\Common\Collections\ArrayCollection {#4907 …} -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 {#4912 …} -users_cart: Doctrine\Common\Collections\ArrayCollection {#4910 …} -users_favoris: Doctrine\Common\Collections\ArrayCollection {#4913 …} -user_articles: Doctrine\Common\Collections\ArrayCollection {#4914 …} -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 {#4941 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4941 +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 {#4941 +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 {#2354 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1862 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2405 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4947 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1973 …} } |
| 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() {#4949 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#4948 …} } } |
| 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 {#4984 -form: Symfony\Component\Form\Form {#5044 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4994 …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 {#4942 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4942 +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 {#4942 +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 {#2354 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1862 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2405 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4956 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1973 …} } |
| 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() {#4958 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#4957 …} } } |
| 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 {#5065 -form: Symfony\Component\Form\Form {#5047 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5057 …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 {#4943 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#4944 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4943 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#4944 +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 {#4943 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#4944 +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 {#2354 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1862 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2405 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4965 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1973 …} } |
| 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() {#4967 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#4966 …} } } |
| 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 {#4968 -form: Symfony\Component\Form\Form {#5050 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4959 …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 {#4945 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4945 +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 {#4945 +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 {#2354 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1862 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2405 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4980 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1973 …} } |
| 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() {#4983 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#4982 …} } } |
| 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 {#4950 -form: Symfony\Component\Form\Form {#5069 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5091 …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 {#2354 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1862 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2405 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5054 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1973 …} } |
| 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() {#5056 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5055 …} } } |
| 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 {#5096 -form: Symfony\Component\Form\Form {#5072 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5095 …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 {#2354 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1862 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2405 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5062 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1973 …} } |
| 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() {#5064 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5063 …} } } |
| 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 {#5130 -form: Symfony\Component\Form\Form {#5075 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5134 …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 {#2354 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1862 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2405 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4991 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1973 …} } |
| 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() {#4993 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#4992 …} } } |
| 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 {#5093 -form: Symfony\Component\Form\Form {#5078 …} -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 {#5094 …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 {#2354 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1862 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2405 …} } |
| 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() {#5013 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5012 …} } } |
| 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 {#5137 +label: "Administration" +value: "Administration" +data: "Administration" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5138 +label: "Aéroports" +value: "Aéroports" +data: "Aéroports" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5139 +label: "Banques, Assurances, Financement" +value: "Banques, Assurances, Financement" +data: "Banques, Assurances, Financement" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5140 +label: "Cabinet conseil" +value: "Cabinet conseil" +data: "Cabinet conseil" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5141 +label: "Compagnies aériennes" +value: "Compagnies aériennes" +data: "Compagnies aériennes" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5142 +label: "Education, Formation, Recherche" +value: "Education, Formation, Recherche" +data: "Education, Formation, Recherche" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5143 +label: "Forces armées" +value: "Forces armées" +data: "Forces armées" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5144 +label: "Industrie aéronautique" +value: "Industrie aéronautique" +data: "Industrie aéronautique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5145 +label: "Industrie de défense" +value: "Industrie de défense" +data: "Industrie de défense" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5146 +label: "Ingénierie" +value: "Ingénierie" +data: "Ingénierie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5147 +label: "Logistique" +value: "Logistique" +data: "Logistique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5148 +label: "Maintenance" +value: "Maintenance" +data: "Maintenance" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5149 +label: "Médias, Communication" +value: "Médias, Communication" +data: "Médias, Communication" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5150 +label: "Organisations internationales" +value: "Organisations internationales" +data: "Organisations internationales" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5151 +label: "Spatial" +value: "Spatial" +data: "Spatial" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5152 +label: "Etudiants" +value: "Etudiants" +data: "Etudiants" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5136 -form: Symfony\Component\Form\Form {#5081 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5135 …5} |
| full_name | "register[secteur]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_secteur" |
| is_selected | Closure($choice, $value) {#5154 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4999 …} } |
| 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 {#2354 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1862 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2405 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5024 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1973 …} } |
| 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() {#5026 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5025 …} } } |
| 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 {#5155 -form: Symfony\Component\Form\Form {#5084 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5156 …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 {#2354 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1862 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2405 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5033 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1973 …} } |
| 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() {#5035 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5034 …} } } |
| 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 {#5157 -form: Symfony\Component\Form\Form {#5087 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5158 …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 | "1c161035e007c937abd785f9406b0e5.fqy0HHm-l1fVWZLPQgxbYa0P9iqbjw_Qj1QJg4kABxw.Cu_RUzDIoG-lb9T5DSEeJZR-g1_IyVak7WxD7vlLalkL59hWE_uiL7Eepg" |
| 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 | "1c161035e007c937abd785f9406b0e5.fqy0HHm-l1fVWZLPQgxbYa0P9iqbjw_Qj1QJg4kABxw.Cu_RUzDIoG-lb9T5DSEeJZR-g1_IyVak7WxD7vlLalkL59hWE_uiL7Eepg" |
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 {#2354 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1862 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2637 …} -namespace: Closure() {#2405 …} } |
| data | "1c161035e007c937abd785f9406b0e5.fqy0HHm-l1fVWZLPQgxbYa0P9iqbjw_Qj1QJg4kABxw.Cu_RUzDIoG-lb9T5DSEeJZR-g1_IyVak7WxD7vlLalkL59hWE_uiL7Eepg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5027 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1973 …} } |
| 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() {#5159 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5160 …} } } |
| 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 | "1c161035e007c937abd785f9406b0e5.fqy0HHm-l1fVWZLPQgxbYa0P9iqbjw_Qj1QJg4kABxw.Cu_RUzDIoG-lb9T5DSEeJZR-g1_IyVak7WxD7vlLalkL59hWE_uiL7Eepg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5170 -form: Symfony\Component\Form\Form {#5166 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5161 …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 | "1c161035e007c937abd785f9406b0e5.fqy0HHm-l1fVWZLPQgxbYa0P9iqbjw_Qj1QJg4kABxw.Cu_RUzDIoG-lb9T5DSEeJZR-g1_IyVak7WxD7vlLalkL59hWE_uiL7Eepg" |