- 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 {#2315 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2469 …} -namespace: Closure() {#2301 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4616 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2309 …} } |
| 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() {#4610 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#4615 …} } } |
| 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 {#4662 -form: Symfony\Component\Form\Form {#4650 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4660 …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 {#4625 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#4626 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4625 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#4626 +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 {#4625 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#4626 +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 {#2315 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2469 …} -namespace: Closure() {#2301 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4629 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2309 …} } |
| 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() {#4631 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#4630 …} } } |
| 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 {#4669 -form: Symfony\Component\Form\Form {#4653 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4665 …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 {#4627 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4627 +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 {#4627 +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 {#2315 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2469 …} -namespace: Closure() {#2301 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4643 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2309 …} } |
| 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() {#4645 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#4642 …} } } |
| 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 {#4671 -form: Symfony\Component\Form\Form {#4656 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4672 …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 | "431a3363a3463c68703c60880f425.3PO8WPdyTj-5PZjb_zzeY3sJsi0KMZ9B8EG0pqWRKHg.u5jTMZpFNgb-cu-8pV7qGx5t8WhmBsgpsyjn4vP_fBCslP5su0UUR-x08w" |
| 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 | "431a3363a3463c68703c60880f425.3PO8WPdyTj-5PZjb_zzeY3sJsi0KMZ9B8EG0pqWRKHg.u5jTMZpFNgb-cu-8pV7qGx5t8WhmBsgpsyjn4vP_fBCslP5su0UUR-x08w" |
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 {#2315 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2469 …} -namespace: Closure() {#2301 …} } |
| data | "431a3363a3463c68703c60880f425.3PO8WPdyTj-5PZjb_zzeY3sJsi0KMZ9B8EG0pqWRKHg.u5jTMZpFNgb-cu-8pV7qGx5t8WhmBsgpsyjn4vP_fBCslP5su0UUR-x08w" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4663 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2309 …} } |
| 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() {#4673 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#4674 …} } } |
| 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 | "431a3363a3463c68703c60880f425.3PO8WPdyTj-5PZjb_zzeY3sJsi0KMZ9B8EG0pqWRKHg.u5jTMZpFNgb-cu-8pV7qGx5t8WhmBsgpsyjn4vP_fBCslP5su0UUR-x08w" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4684 -form: Symfony\Component\Form\Form {#4680 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4675 …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 | "431a3363a3463c68703c60880f425.3PO8WPdyTj-5PZjb_zzeY3sJsi0KMZ9B8EG0pqWRKHg.u5jTMZpFNgb-cu-8pV7qGx5t8WhmBsgpsyjn4vP_fBCslP5su0UUR-x08w" |
add_comment_mobile
"App\Form\AddCommentMobileType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Comment {#2814 -id: null -user: null -author_name: null -author_email: null -content: null -article: null -parent: null -answers: Doctrine\Common\Collections\ArrayCollection {#2816 …} -commentLikes: Doctrine\Common\Collections\ArrayCollection {#2817 …} -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 {#2814 -id: null -user: null -author_name: null -author_email: null -content: null -article: null -parent: null -answers: Doctrine\Common\Collections\ArrayCollection {#2816 …} -commentLikes: Doctrine\Common\Collections\ArrayCollection {#2817 …} -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 {#2315 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2469 …} -namespace: Closure() {#2301 …} } |
| data | App\Entity\Comment {#2814 -id: null -user: null -author_name: null -author_email: null -content: null -article: null -parent: null -answers: Doctrine\Common\Collections\ArrayCollection {#2816 …} -commentLikes: Doctrine\Common\Collections\ArrayCollection {#2817 …} -created_at: null -updated_at: null -deleted_at: null } |
| data_class | "App\Entity\Comment" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2839 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2309 …} 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() {#2841 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#2840 …} } } |
| 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 {#2814 -id: null -user: null -author_name: null -author_email: null -content: null -article: null -parent: null -answers: Doctrine\Common\Collections\ArrayCollection {#2816 …} -commentLikes: Doctrine\Common\Collections\ArrayCollection {#2817 …} -created_at: null -updated_at: null -deleted_at: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3051 -form: Symfony\Component\Form\Form {#2866 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3072 …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 {#2814 -id: null -user: null -author_name: null -author_email: null -content: null -article: null -parent: null -answers: Doctrine\Common\Collections\ArrayCollection {#2816 …} -commentLikes: Doctrine\Common\Collections\ArrayCollection {#2817 …} -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 {#2315 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2469 …} -namespace: Closure() {#2301 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2849 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2309 …} } |
| 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() {#2851 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#2850 …} } } |
| 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 {#3044 -form: Symfony\Component\Form\Form {#2869 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3366 …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 {#2847 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2847 +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 {#2847 +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 {#2315 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2469 …} -namespace: Closure() {#2301 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2858 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2309 …} } |
| 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() {#2860 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#2859 …} } } |
| 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 {#3017 -form: Symfony\Component\Form\Form {#2872 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3012 …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 | "6e46ea51e5.6bGlEN3QbFHcd1-Lu7w8j3ph0aXT-GEvIe4AXUQuR9s.2eTzU4npPHyqRAXN2dYJ-BY46c2bzBNqRt9zawFYNKOK_sdziIYGAJYyOA" |
| 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 | "6e46ea51e5.6bGlEN3QbFHcd1-Lu7w8j3ph0aXT-GEvIe4AXUQuR9s.2eTzU4npPHyqRAXN2dYJ-BY46c2bzBNqRt9zawFYNKOK_sdziIYGAJYyOA" |
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 {#2315 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2469 …} -namespace: Closure() {#2301 …} } |
| data | "6e46ea51e5.6bGlEN3QbFHcd1-Lu7w8j3ph0aXT-GEvIe4AXUQuR9s.2eTzU4npPHyqRAXN2dYJ-BY46c2bzBNqRt9zawFYNKOK_sdziIYGAJYyOA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2904 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2309 …} } |
| 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() {#3052 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#3048 …} } } |
| 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 | "6e46ea51e5.6bGlEN3QbFHcd1-Lu7w8j3ph0aXT-GEvIe4AXUQuR9s.2eTzU4npPHyqRAXN2dYJ-BY46c2bzBNqRt9zawFYNKOK_sdziIYGAJYyOA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3060 -form: Symfony\Component\Form\Form {#3166 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3049 …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 | "6e46ea51e5.6bGlEN3QbFHcd1-Lu7w8j3ph0aXT-GEvIe4AXUQuR9s.2eTzU4npPHyqRAXN2dYJ-BY46c2bzBNqRt9zawFYNKOK_sdziIYGAJYyOA" |
register
"App\Form\RegisterType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#4995 -id: null -userCategories: Doctrine\Common\Collections\ArrayCollection {#4994 …} -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 {#4996 …} -suggestedArticles: Doctrine\Common\Collections\ArrayCollection {#4704 …} -articlesViewed: Doctrine\Common\Collections\ArrayCollection {#4997 …} -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 {#5000 …} -documents: Doctrine\Common\Collections\ArrayCollection {#5001 …} -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 {#5006 …} -users_cart: Doctrine\Common\Collections\ArrayCollection {#5004 …} -users_favoris: Doctrine\Common\Collections\ArrayCollection {#5007 …} -user_articles: Doctrine\Common\Collections\ArrayCollection {#5008 …} -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 {#4995 -id: null -userCategories: Doctrine\Common\Collections\ArrayCollection {#4994 …} -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 {#4996 …} -suggestedArticles: Doctrine\Common\Collections\ArrayCollection {#4704 …} -articlesViewed: Doctrine\Common\Collections\ArrayCollection {#4997 …} -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 {#5000 …} -documents: Doctrine\Common\Collections\ArrayCollection {#5001 …} -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 {#5006 …} -users_cart: Doctrine\Common\Collections\ArrayCollection {#5004 …} -users_favoris: Doctrine\Common\Collections\ArrayCollection {#5007 …} -user_articles: Doctrine\Common\Collections\ArrayCollection {#5008 …} -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 {#2315 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2469 …} -namespace: Closure() {#2301 …} } |
| data | App\Entity\User {#4995 -id: null -userCategories: Doctrine\Common\Collections\ArrayCollection {#4994 …} -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 {#4996 …} -suggestedArticles: Doctrine\Common\Collections\ArrayCollection {#4704 …} -articlesViewed: Doctrine\Common\Collections\ArrayCollection {#4997 …} -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 {#5000 …} -documents: Doctrine\Common\Collections\ArrayCollection {#5001 …} -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 {#5006 …} -users_cart: Doctrine\Common\Collections\ArrayCollection {#5004 …} -users_favoris: Doctrine\Common\Collections\ArrayCollection {#5007 …} -user_articles: Doctrine\Common\Collections\ArrayCollection {#5008 …} -receive_contact_messages: 0 -card: null } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5027 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2309 …} 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() {#5029 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5028 …} } } |
| 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 {#4995 -id: null -userCategories: Doctrine\Common\Collections\ArrayCollection {#4994 …} -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 {#4996 …} -suggestedArticles: Doctrine\Common\Collections\ArrayCollection {#4704 …} -articlesViewed: Doctrine\Common\Collections\ArrayCollection {#4997 …} -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 {#5000 …} -documents: Doctrine\Common\Collections\ArrayCollection {#5001 …} -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 {#5006 …} -users_cart: Doctrine\Common\Collections\ArrayCollection {#5004 …} -users_favoris: Doctrine\Common\Collections\ArrayCollection {#5007 …} -user_articles: Doctrine\Common\Collections\ArrayCollection {#5008 …} -receive_contact_messages: 0 -card: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5130 -form: Symfony\Component\Form\Form {#5135 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5030 …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 {#4995 -id: null -userCategories: Doctrine\Common\Collections\ArrayCollection {#4994 …} -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 {#4996 …} -suggestedArticles: Doctrine\Common\Collections\ArrayCollection {#4704 …} -articlesViewed: Doctrine\Common\Collections\ArrayCollection {#4997 …} -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 {#5000 …} -documents: Doctrine\Common\Collections\ArrayCollection {#5001 …} -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 {#5006 …} -users_cart: Doctrine\Common\Collections\ArrayCollection {#5004 …} -users_favoris: Doctrine\Common\Collections\ArrayCollection {#5007 …} -user_articles: Doctrine\Common\Collections\ArrayCollection {#5008 …} -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 {#5035 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5035 +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 {#5035 +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 {#2315 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2469 …} -namespace: Closure() {#2301 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5041 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2309 …} } |
| 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() {#5043 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5042 …} } } |
| 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 {#5078 -form: Symfony\Component\Form\Form {#5138 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5088 …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 {#5036 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5036 +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 {#5036 +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 {#2315 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2469 …} -namespace: Closure() {#2301 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5050 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2309 …} } |
| 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() {#5052 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5051 …} } } |
| 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 {#5159 -form: Symfony\Component\Form\Form {#5141 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5151 …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 {#5037 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5038 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5037 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5038 +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 {#5037 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5038 +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 {#2315 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2469 …} -namespace: Closure() {#2301 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5059 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2309 …} } |
| 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() {#5061 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5060 …} } } |
| 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 {#5062 -form: Symfony\Component\Form\Form {#5144 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5053 …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 {#5039 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5039 +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 {#5039 +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 {#2315 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2469 …} -namespace: Closure() {#2301 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5074 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2309 …} } |
| 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() {#5077 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5076 …} } } |
| 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 {#5044 -form: Symfony\Component\Form\Form {#5163 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5185 …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 {#2315 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2469 …} -namespace: Closure() {#2301 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5148 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2309 …} } |
| 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() {#5150 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5149 …} } } |
| 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 {#5190 -form: Symfony\Component\Form\Form {#5166 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5189 …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 {#2315 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2469 …} -namespace: Closure() {#2301 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5156 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2309 …} } |
| 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() {#5158 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5157 …} } } |
| 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 {#5224 -form: Symfony\Component\Form\Form {#5169 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5228 …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 {#2315 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2469 …} -namespace: Closure() {#2301 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5085 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2309 …} } |
| 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() {#5087 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5086 …} } } |
| 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 {#5187 -form: Symfony\Component\Form\Form {#5172 …} -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 {#5188 …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 {#2315 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2469 …} -namespace: Closure() {#2301 …} } |
| 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() {#5107 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5106 …} } } |
| 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 {#5231 +label: "Administration" +value: "Administration" +data: "Administration" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5232 +label: "Aéroports" +value: "Aéroports" +data: "Aéroports" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5233 +label: "Banques, Assurances, Financement" +value: "Banques, Assurances, Financement" +data: "Banques, Assurances, Financement" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5234 +label: "Cabinet conseil" +value: "Cabinet conseil" +data: "Cabinet conseil" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5235 +label: "Compagnies aériennes" +value: "Compagnies aériennes" +data: "Compagnies aériennes" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5236 +label: "Education, Formation, Recherche" +value: "Education, Formation, Recherche" +data: "Education, Formation, Recherche" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5237 +label: "Forces armées" +value: "Forces armées" +data: "Forces armées" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5238 +label: "Industrie aéronautique" +value: "Industrie aéronautique" +data: "Industrie aéronautique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5239 +label: "Industrie de défense" +value: "Industrie de défense" +data: "Industrie de défense" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5240 +label: "Ingénierie" +value: "Ingénierie" +data: "Ingénierie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5241 +label: "Logistique" +value: "Logistique" +data: "Logistique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5242 +label: "Maintenance" +value: "Maintenance" +data: "Maintenance" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5243 +label: "Médias, Communication" +value: "Médias, Communication" +data: "Médias, Communication" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5244 +label: "Organisations internationales" +value: "Organisations internationales" +data: "Organisations internationales" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5245 +label: "Spatial" +value: "Spatial" +data: "Spatial" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5246 +label: "Etudiants" +value: "Etudiants" +data: "Etudiants" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5230 -form: Symfony\Component\Form\Form {#5175 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5229 …5} |
| full_name | "register[secteur]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_secteur" |
| is_selected | Closure($choice, $value) {#5248 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5093 …} } |
| 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 {#2315 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2469 …} -namespace: Closure() {#2301 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5118 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2309 …} } |
| 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() {#5120 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5119 …} } } |
| 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 {#5249 -form: Symfony\Component\Form\Form {#5178 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5250 …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 {#2315 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2469 …} -namespace: Closure() {#2301 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5127 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2309 …} } |
| 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() {#5129 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5128 …} } } |
| 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 {#5251 -form: Symfony\Component\Form\Form {#5181 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5252 …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 | "7d334c95773f2c649.8A7VoFHIZCmPG1cMAGvWKcaCF_ahktAGYHE2hMZj1oM.sl260QChJk68Kxk7QxqASOv2XbXP0boyPxhD97ckkLS7Z-PxYKYBHOFOPA" |
| 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 | "7d334c95773f2c649.8A7VoFHIZCmPG1cMAGvWKcaCF_ahktAGYHE2hMZj1oM.sl260QChJk68Kxk7QxqASOv2XbXP0boyPxhD97ckkLS7Z-PxYKYBHOFOPA" |
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 {#2315 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2306 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2469 …} -namespace: Closure() {#2301 …} } |
| data | "7d334c95773f2c649.8A7VoFHIZCmPG1cMAGvWKcaCF_ahktAGYHE2hMZj1oM.sl260QChJk68Kxk7QxqASOv2XbXP0boyPxhD97ckkLS7Z-PxYKYBHOFOPA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5121 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2309 …} } |
| 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() {#5253 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2685 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#5254 …} } } |
| 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 | "7d334c95773f2c649.8A7VoFHIZCmPG1cMAGvWKcaCF_ahktAGYHE2hMZj1oM.sl260QChJk68Kxk7QxqASOv2XbXP0boyPxhD97ckkLS7Z-PxYKYBHOFOPA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5264 -form: Symfony\Component\Form\Form {#5260 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5255 …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 | "7d334c95773f2c649.8A7VoFHIZCmPG1cMAGvWKcaCF_ahktAGYHE2hMZj1oM.sl260QChJk68Kxk7QxqASOv2XbXP0boyPxhD97ckkLS7Z-PxYKYBHOFOPA" |