- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation 16
- 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
-
_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 {#2574 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2517 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2680 …} -namespace: Closure() {#2701 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#11182 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2589 …} } |
| 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() {#11183 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#11179 …} } } |
| 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 {#11211 -form: Symfony\Component\Form\Form {#11202 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#11209 …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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#11191 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#11192 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#11191 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#11192 +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 | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#11191 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#11192 +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 {#2574 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2517 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2680 …} -namespace: Closure() {#2701 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#11194 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2589 …} } |
| 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() {#11196 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#11195 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| 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 {#11216 -form: Symfony\Component\Form\Form {#11205 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#11214 …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 | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "b1ae.AxU0oAgAfMjaAuTTZlfdTCl1WtLtXicnPHlxTv9p_jk.SG9x42xmEY67W4mFBT7seHseLaC8Z0pQZgwGO60Gkkg6UEHXPWsmi6pJtQ" |
| 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 | "b1ae.AxU0oAgAfMjaAuTTZlfdTCl1WtLtXicnPHlxTv9p_jk.SG9x42xmEY67W4mFBT7seHseLaC8Z0pQZgwGO60Gkkg6UEHXPWsmi6pJtQ" |
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 {#2574 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2517 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2680 …} -namespace: Closure() {#2701 …} } |
| data | "b1ae.AxU0oAgAfMjaAuTTZlfdTCl1WtLtXicnPHlxTv9p_jk.SG9x42xmEY67W4mFBT7seHseLaC8Z0pQZgwGO60Gkkg6UEHXPWsmi6pJtQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#11212 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2589 …} } |
| 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() {#11218 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#11219 …} } } |
| 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 | "b1ae.AxU0oAgAfMjaAuTTZlfdTCl1WtLtXicnPHlxTv9p_jk.SG9x42xmEY67W4mFBT7seHseLaC8Z0pQZgwGO60Gkkg6UEHXPWsmi6pJtQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#11229 -form: Symfony\Component\Form\Form {#11225 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#11220 …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 | "b1ae.AxU0oAgAfMjaAuTTZlfdTCl1WtLtXicnPHlxTv9p_jk.SG9x42xmEY67W4mFBT7seHseLaC8Z0pQZgwGO60Gkkg6UEHXPWsmi6pJtQ" |
add_comment_mobile
"App\Form\AddCommentMobileType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Comment {#2813 -id: null -user: null -author_name: null -author_email: null -content: null -article: null -parent: null -answers: Doctrine\Common\Collections\ArrayCollection {#2815 …} -commentLikes: Doctrine\Common\Collections\ArrayCollection {#2816 …} -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 {#2813 -id: null -user: null -author_name: null -author_email: null -content: null -article: null -parent: null -answers: Doctrine\Common\Collections\ArrayCollection {#2815 …} -commentLikes: Doctrine\Common\Collections\ArrayCollection {#2816 …} -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 {#2574 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2517 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2680 …} -namespace: Closure() {#2701 …} } |
| data | App\Entity\Comment {#2813 -id: null -user: null -author_name: null -author_email: null -content: null -article: null -parent: null -answers: Doctrine\Common\Collections\ArrayCollection {#2815 …} -commentLikes: Doctrine\Common\Collections\ArrayCollection {#2816 …} -created_at: null -updated_at: null -deleted_at: null } |
| data_class | "App\Entity\Comment" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2838 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2589 …} 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() {#2840 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#2839 …} } } |
| 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 {#2813 -id: null -user: null -author_name: null -author_email: null -content: null -article: null -parent: null -answers: Doctrine\Common\Collections\ArrayCollection {#2815 …} -commentLikes: Doctrine\Common\Collections\ArrayCollection {#2816 …} -created_at: null -updated_at: null -deleted_at: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3256 -form: Symfony\Component\Form\Form {#2865 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3269 …5} |
| full_name | "add_comment_mobile" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "add_comment_mobile" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "add_comment_mobile" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_add_comment_mobile" |
| valid | true |
| value | App\Entity\Comment {#2813 -id: null -user: null -author_name: null -author_email: null -content: null -article: null -parent: null -answers: Doctrine\Common\Collections\ArrayCollection {#2815 …} -commentLikes: Doctrine\Common\Collections\ArrayCollection {#2816 …} -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 {#2574 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2517 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2680 …} -namespace: Closure() {#2701 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2848 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2589 …} } |
| 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() {#2850 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#2849 …} } } |
| 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 {#3254 -form: Symfony\Component\Form\Form {#2868 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3264 …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 {#2846 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2846 +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 {#2846 +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 {#2574 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2517 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2680 …} -namespace: Closure() {#2701 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2857 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2589 …} } |
| 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() {#2859 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#2858 …} } } |
| 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 {#3267 -form: Symfony\Component\Form\Form {#2871 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3285 …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 | "e88a713d81c8.SwnjyVl32f_3sLborD1skLv-X8tK4r-6yvHKUyvKDhM.MUPO8WkFl6fO14OYym0o-P3JF545hNLdmrD8BmWSSlo_T6f-PiOVurDk7w" |
| 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 | "e88a713d81c8.SwnjyVl32f_3sLborD1skLv-X8tK4r-6yvHKUyvKDhM.MUPO8WkFl6fO14OYym0o-P3JF545hNLdmrD8BmWSSlo_T6f-PiOVurDk7w" |
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 {#2574 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2517 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2680 …} -namespace: Closure() {#2701 …} } |
| data | "e88a713d81c8.SwnjyVl32f_3sLborD1skLv-X8tK4r-6yvHKUyvKDhM.MUPO8WkFl6fO14OYym0o-P3JF545hNLdmrD8BmWSSlo_T6f-PiOVurDk7w" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3268 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2589 …} } |
| 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() {#3296 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#3278 …} } } |
| 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 | "e88a713d81c8.SwnjyVl32f_3sLborD1skLv-X8tK4r-6yvHKUyvKDhM.MUPO8WkFl6fO14OYym0o-P3JF545hNLdmrD8BmWSSlo_T6f-PiOVurDk7w" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3225 -form: Symfony\Component\Form\Form {#3249 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3274 …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 | "e88a713d81c8.SwnjyVl32f_3sLborD1skLv-X8tK4r-6yvHKUyvKDhM.MUPO8WkFl6fO14OYym0o-P3JF545hNLdmrD8BmWSSlo_T6f-PiOVurDk7w" |
register
"App\Form\RegisterType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#10739 -id: null -userCategories: Doctrine\Common\Collections\ArrayCollection {#10738 …} -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 {#10740 …} -suggestedArticles: Doctrine\Common\Collections\ArrayCollection {#10469 …} -articlesViewed: Doctrine\Common\Collections\ArrayCollection {#10741 …} -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 {#10744 …} -documents: Doctrine\Common\Collections\ArrayCollection {#10745 …} -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 {#10750 …} -users_cart: Doctrine\Common\Collections\ArrayCollection {#10748 …} -users_favoris: Doctrine\Common\Collections\ArrayCollection {#10751 …} -user_articles: Doctrine\Common\Collections\ArrayCollection {#10752 …} -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 {#10739 -id: null -userCategories: Doctrine\Common\Collections\ArrayCollection {#10738 …} -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 {#10740 …} -suggestedArticles: Doctrine\Common\Collections\ArrayCollection {#10469 …} -articlesViewed: Doctrine\Common\Collections\ArrayCollection {#10741 …} -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 {#10744 …} -documents: Doctrine\Common\Collections\ArrayCollection {#10745 …} -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 {#10750 …} -users_cart: Doctrine\Common\Collections\ArrayCollection {#10748 …} -users_favoris: Doctrine\Common\Collections\ArrayCollection {#10751 …} -user_articles: Doctrine\Common\Collections\ArrayCollection {#10752 …} -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 {#2574 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2517 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2680 …} -namespace: Closure() {#2701 …} } |
| data | App\Entity\User {#10739 -id: null -userCategories: Doctrine\Common\Collections\ArrayCollection {#10738 …} -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 {#10740 …} -suggestedArticles: Doctrine\Common\Collections\ArrayCollection {#10469 …} -articlesViewed: Doctrine\Common\Collections\ArrayCollection {#10741 …} -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 {#10744 …} -documents: Doctrine\Common\Collections\ArrayCollection {#10745 …} -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 {#10750 …} -users_cart: Doctrine\Common\Collections\ArrayCollection {#10748 …} -users_favoris: Doctrine\Common\Collections\ArrayCollection {#10751 …} -user_articles: Doctrine\Common\Collections\ArrayCollection {#10752 …} -receive_contact_messages: 0 -card: null } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#10771 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2589 …} 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() {#10773 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#10772 …} } } |
| 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 {#10739 -id: null -userCategories: Doctrine\Common\Collections\ArrayCollection {#10738 …} -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 {#10740 …} -suggestedArticles: Doctrine\Common\Collections\ArrayCollection {#10469 …} -articlesViewed: Doctrine\Common\Collections\ArrayCollection {#10741 …} -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 {#10744 …} -documents: Doctrine\Common\Collections\ArrayCollection {#10745 …} -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 {#10750 …} -users_cart: Doctrine\Common\Collections\ArrayCollection {#10748 …} -users_favoris: Doctrine\Common\Collections\ArrayCollection {#10751 …} -user_articles: Doctrine\Common\Collections\ArrayCollection {#10752 …} -receive_contact_messages: 0 -card: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10874 -form: Symfony\Component\Form\Form {#10879 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10774 …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 {#10739 -id: null -userCategories: Doctrine\Common\Collections\ArrayCollection {#10738 …} -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 {#10740 …} -suggestedArticles: Doctrine\Common\Collections\ArrayCollection {#10469 …} -articlesViewed: Doctrine\Common\Collections\ArrayCollection {#10741 …} -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 {#10744 …} -documents: Doctrine\Common\Collections\ArrayCollection {#10745 …} -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 {#10750 …} -users_cart: Doctrine\Common\Collections\ArrayCollection {#10748 …} -users_favoris: Doctrine\Common\Collections\ArrayCollection {#10751 …} -user_articles: Doctrine\Common\Collections\ArrayCollection {#10752 …} -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 {#10779 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#10779 +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 {#10779 +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 {#2574 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2517 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2680 …} -namespace: Closure() {#2701 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#10785 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2589 …} } |
| 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() {#10787 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#10786 …} } } |
| 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 {#10822 -form: Symfony\Component\Form\Form {#10882 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10832 …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 {#10780 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#10780 +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 {#10780 +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 {#2574 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2517 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2680 …} -namespace: Closure() {#2701 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#10794 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2589 …} } |
| 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() {#10796 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#10795 …} } } |
| 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 {#10903 -form: Symfony\Component\Form\Form {#10885 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10895 …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 {#10781 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#10782 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#10781 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#10782 +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 {#10781 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#10782 +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 {#2574 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2517 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2680 …} -namespace: Closure() {#2701 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#10803 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2589 …} } |
| 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() {#10805 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#10804 …} } } |
| 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 {#10806 -form: Symfony\Component\Form\Form {#10888 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10797 …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 {#10783 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#10783 +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 {#10783 +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 {#2574 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2517 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2680 …} -namespace: Closure() {#2701 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#10818 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2589 …} } |
| 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() {#10821 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#10820 …} } } |
| 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 {#10788 -form: Symfony\Component\Form\Form {#10907 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10929 …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 {#2574 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2517 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2680 …} -namespace: Closure() {#2701 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#10892 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2589 …} } |
| 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() {#10894 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#10893 …} } } |
| 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 {#10934 -form: Symfony\Component\Form\Form {#10910 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10933 …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 {#2574 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2517 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2680 …} -namespace: Closure() {#2701 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#10900 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2589 …} } |
| 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() {#10902 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#10901 …} } } |
| 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 {#10968 -form: Symfony\Component\Form\Form {#10913 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10972 …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 {#2574 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2517 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2680 …} -namespace: Closure() {#2701 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#10829 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2589 …} } |
| 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() {#10831 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#10830 …} } } |
| 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 {#10931 -form: Symfony\Component\Form\Form {#10916 …} -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 {#10932 …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 {#2574 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2517 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2680 …} -namespace: Closure() {#2701 …} } |
| 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() {#10851 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#10850 …} } } |
| 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 {#10975 +label: "Administration" +value: "Administration" +data: "Administration" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#10976 +label: "Aéroports" +value: "Aéroports" +data: "Aéroports" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#10977 +label: "Banques, Assurances, Financement" +value: "Banques, Assurances, Financement" +data: "Banques, Assurances, Financement" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#10978 +label: "Cabinet conseil" +value: "Cabinet conseil" +data: "Cabinet conseil" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#10979 +label: "Compagnies aériennes" +value: "Compagnies aériennes" +data: "Compagnies aériennes" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#10980 +label: "Education, Formation, Recherche" +value: "Education, Formation, Recherche" +data: "Education, Formation, Recherche" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#10981 +label: "Forces armées" +value: "Forces armées" +data: "Forces armées" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#10982 +label: "Industrie aéronautique" +value: "Industrie aéronautique" +data: "Industrie aéronautique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#10983 +label: "Industrie de défense" +value: "Industrie de défense" +data: "Industrie de défense" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#10984 +label: "Ingénierie" +value: "Ingénierie" +data: "Ingénierie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#10985 +label: "Logistique" +value: "Logistique" +data: "Logistique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#10986 +label: "Maintenance" +value: "Maintenance" +data: "Maintenance" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#10987 +label: "Médias, Communication" +value: "Médias, Communication" +data: "Médias, Communication" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#10988 +label: "Organisations internationales" +value: "Organisations internationales" +data: "Organisations internationales" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#10989 +label: "Spatial" +value: "Spatial" +data: "Spatial" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#10990 +label: "Etudiants" +value: "Etudiants" +data: "Etudiants" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10974 -form: Symfony\Component\Form\Form {#10919 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#10973 …5} |
| full_name | "register[secteur]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_secteur" |
| is_selected | Closure($choice, $value) {#10992 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#10837 …} } |
| 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 {#2574 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2517 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2680 …} -namespace: Closure() {#2701 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#10862 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2589 …} } |
| 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() {#10864 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#10863 …} } } |
| 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 {#10993 -form: Symfony\Component\Form\Form {#10922 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10994 …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 {#2574 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2517 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2680 …} -namespace: Closure() {#2701 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#10871 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2589 …} } |
| 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() {#10873 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#10872 …} } } |
| 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 {#10995 -form: Symfony\Component\Form\Form {#10925 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10996 …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 | "ff9.IkYYgY55bnAuJK6O9urxjyvJLgU-PmIZ5zW4-_h6RrI.cwhp2dcLKSd0XcnYrp2ExWm-Y0pPeAx6hFHntM4-CtgbElnj3UgAIGZs2Q" |
| 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 | "ff9.IkYYgY55bnAuJK6O9urxjyvJLgU-PmIZ5zW4-_h6RrI.cwhp2dcLKSd0XcnYrp2ExWm-Y0pPeAx6hFHntM4-CtgbElnj3UgAIGZs2Q" |
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 {#2574 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2517 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2680 …} -namespace: Closure() {#2701 …} } |
| data | "ff9.IkYYgY55bnAuJK6O9urxjyvJLgU-PmIZ5zW4-_h6RrI.cwhp2dcLKSd0XcnYrp2ExWm-Y0pPeAx6hFHntM4-CtgbElnj3UgAIGZs2Q" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#10865 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2589 …} } |
| 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() {#10997 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#770 …} $translationDomain: "validators" $message: Closure() {#10998 …} } } |
| 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 | "ff9.IkYYgY55bnAuJK6O9urxjyvJLgU-PmIZ5zW4-_h6RrI.cwhp2dcLKSd0XcnYrp2ExWm-Y0pPeAx6hFHntM4-CtgbElnj3UgAIGZs2Q" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#11008 -form: Symfony\Component\Form\Form {#11004 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10999 …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 | "ff9.IkYYgY55bnAuJK6O9urxjyvJLgU-PmIZ5zW4-_h6RrI.cwhp2dcLKSd0XcnYrp2ExWm-Y0pPeAx6hFHntM4-CtgbElnj3UgAIGZs2Q" |