- Request / Response
- API Platform
- Performance
- Validator
- Forms
- Exception
- Logs 15
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- Serializer
- Redis
- 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
(no name)
"App\Form\Main\UserLoginType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [
"_username" => ""
] |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | [
"_username" => ""
] |
[
"_username" => ""
]
|
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 {#2411 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2412 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2413 …} -namespace: Closure() {#2415 …} } |
| data | [
"_username" => ""
] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2788 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2397 …} } |
| 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 | [] |
| 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 | "Site" |
| trim | true |
| upload_max_size_message | Closure() {#2790 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2417 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#513 …} $translationDomain: "validators" $message: Closure() {#2789 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "" "_" ] |
| cache_key | "__" |
| compound | true |
| data | [
"_username" => ""
] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2841 -form: Symfony\Component\Form\Form {#2813 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2823 …5} |
| full_name | "" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "Site" |
| unique_block_prefix | "_" |
| valid | true |
| value | [
"_username" => ""
] |
_username
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 | [ "placeholder" => "site.security.login.email.placeholder" ] |
[ "placeholder" => "site.security.login.email.placeholder" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "site.security.login.email.placeholder" ] |
| 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 {#2411 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2412 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2413 …} -namespace: Closure() {#2415 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2797 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2397 …} } |
| 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 | [] |
| 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() {#2799 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2417 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#513 …} $translationDomain: "validators" $message: Closure() {#2798 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "site.security.login.email.placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "__username" ] |
| cache_key | "__username_text" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2851 -form: Symfony\Component\Form\Form {#2816 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2852 …5} |
| full_name | "_username" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "_username" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_username" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "Site" |
| unique_block_prefix | "__username" |
| 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 | [ "placeholder" => "site.security.login.pass.placeholder" ] |
[ "placeholder" => "site.security.login.pass.placeholder" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "placeholder" => "site.security.login.pass.placeholder" ] |
| 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 {#2411 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2412 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2413 …} -namespace: Closure() {#2415 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2806 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2397 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#2808 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2417 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#513 …} $translationDomain: "validators" $message: Closure() {#2807 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "site.security.login.pass.placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "__password" ] |
| cache_key | "__password_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2846 -form: Symfony\Component\Form\Form {#2819 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2838 …5} |
| full_name | "_password" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "_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 | [] |
| submitted | false |
| translation_domain | "Site" |
| unique_block_prefix | "__password" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "bc2d8a51a92f1113a40c7798d75462.nZr_Uasl4-HP_uYybjUutZAHUszyzUHFICqSqQeF964.5NG5C95hkqm1x797IAwe1vtdO6-boHKTenPnnkGzm-yt3405_UGAoIGMtw" |
| 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 | "bc2d8a51a92f1113a40c7798d75462.nZr_Uasl4-HP_uYybjUutZAHUszyzUHFICqSqQeF964.5NG5C95hkqm1x797IAwe1vtdO6-boHKTenPnnkGzm-yt3405_UGAoIGMtw" |
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 {#2411 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2412 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2413 …} -namespace: Closure() {#2415 …} } |
| data | "bc2d8a51a92f1113a40c7798d75462.nZr_Uasl4-HP_uYybjUutZAHUszyzUHFICqSqQeF964.5NG5C95hkqm1x797IAwe1vtdO6-boHKTenPnnkGzm-yt3405_UGAoIGMtw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2826 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2397 …} } |
| 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 | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#2845 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2417 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#513 …} $translationDomain: "validators" $message: Closure() {#2848 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "__token" ] |
| cache_key | "__token_hidden" |
| compound | false |
| data | "bc2d8a51a92f1113a40c7798d75462.nZr_Uasl4-HP_uYybjUutZAHUszyzUHFICqSqQeF964.5NG5C95hkqm1x797IAwe1vtdO6-boHKTenPnnkGzm-yt3405_UGAoIGMtw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2860 -form: Symfony\Component\Form\Form {#2856 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2827 …5} |
| full_name | "_token" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "_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 | [] |
| submitted | false |
| translation_domain | "Site" |
| unique_block_prefix | "__token" |
| valid | true |
| value | "bc2d8a51a92f1113a40c7798d75462.nZr_Uasl4-HP_uYybjUutZAHUszyzUHFICqSqQeF964.5NG5C95hkqm1x797IAwe1vtdO6-boHKTenPnnkGzm-yt3405_UGAoIGMtw" |
user_simple_registration
"App\Form\Main\UserSimpleRegistrationType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Main\UserRegistrationData {#3824 -email: null -cgu_state: true } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Main\UserRegistrationData {#3824 -email: null -cgu_state: true } |
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 {#2411 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2412 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2413 …} -namespace: Closure() {#2415 …} } |
| data | App\Entity\Main\UserRegistrationData {#3824 -email: null -cgu_state: true } |
| data_class | "App\Entity\Main\UserRegistrationData" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3830 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2397 …} use: { $class: "App\Entity\Main\UserRegistrationData" } } |
| 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 | [] |
| 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 | "Site" |
| trim | true |
| upload_max_size_message | Closure() {#3832 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2417 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#513 …} $translationDomain: "validators" $message: Closure() {#3831 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "user_simple_registration" "_user_simple_registration" ] |
| cache_key | "_user_simple_registration_user_simple_registration" |
| compound | true |
| data | App\Entity\Main\UserRegistrationData {#3824 -email: null -cgu_state: true } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3847 -form: Symfony\Component\Form\Form {#3878 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3906 …5} |
| full_name | "user_simple_registration" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_simple_registration" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "user_simple_registration" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "Site" |
| unique_block_prefix | "_user_simple_registration" |
| valid | true |
| value | App\Entity\Main\UserRegistrationData {#3824 -email: null -cgu_state: true } |
"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 | [ App\Validator\Constraints\ValidEmail {#3838 +payload: null +message: "form.error.message.notValidEmailDefault" } ] |
[ App\Validator\Constraints\ValidEmail {#3838 +payload: null +message: "form.error.message.notValidEmailDefault" } ] |
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 | [ App\Validator\Constraints\ValidEmail {#3838 +payload: null +message: "form.error.message.notValidEmailDefault" } ] |
| 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 {#2411 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2412 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2413 …} -namespace: Closure() {#2415 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3844 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2397 …} } |
| 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 | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#3846 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2417 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#513 …} $translationDomain: "validators" $message: Closure() {#3845 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_user_simple_registration_email" ] |
| cache_key | "_user_simple_registration_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3893 -form: Symfony\Component\Form\Form {#3881 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3858 …5} |
| full_name | "user_simple_registration[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_simple_registration_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 | [] |
| submitted | false |
| translation_domain | "Site" |
| unique_block_prefix | "_user_simple_registration_email" |
| valid | true |
| value | "" |
cgu
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | true |
| View Format |
"1"
|
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 | 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 {#2411 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2412 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2413 …} -namespace: Closure() {#2415 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#3856 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#3852 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#3857 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#3859 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2417 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#513 …} $translationDomain: "validators" $message: Closure() {#3861 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_user_simple_registration_cgu" ] |
| cache_key | "_user_simple_registration_cgu_checkbox" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3916 -form: Symfony\Component\Form\Form {#3884 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3915 …5} |
| full_name | "user_simple_registration[cgu]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_simple_registration_cgu" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "cgu" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "Site" |
| unique_block_prefix | "_user_simple_registration_cgu" |
| valid | true |
| value | "1" |
save
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
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 |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | null |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_user_simple_registration_save" ] |
| cache_key | "_user_simple_registration_save_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#3894 …5} |
| full_name | "user_simple_registration[save]" |
| id | "user_simple_registration_save" |
| label | null |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "save" |
| priority | 0 |
| row_attr | [] |
| translation_domain | "Site" |
| unique_block_prefix | "_user_simple_registration_save" |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "95aba57eef4e624e.r7Fk5zp3LikpSfunyEGF-Q-aIzuRXAiWIpygclGyv08.ntIGinwhGV8ffJj-qR7ozD23SWPHbW2iR8TsMDOC7Cfu0xCOUANFEGgNzw" |
| 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 | "95aba57eef4e624e.r7Fk5zp3LikpSfunyEGF-Q-aIzuRXAiWIpygclGyv08.ntIGinwhGV8ffJj-qR7ozD23SWPHbW2iR8TsMDOC7Cfu0xCOUANFEGgNzw" |
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 {#2411 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2412 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2413 …} -namespace: Closure() {#2415 …} } |
| data | "95aba57eef4e624e.r7Fk5zp3LikpSfunyEGF-Q-aIzuRXAiWIpygclGyv08.ntIGinwhGV8ffJj-qR7ozD23SWPHbW2iR8TsMDOC7Cfu0xCOUANFEGgNzw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3833 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2397 …} } |
| 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 | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#3909 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2417 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#513 …} $translationDomain: "validators" $message: Closure() {#3910 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_user_simple_registration__token" ] |
| cache_key | "_user_simple_registration__token_hidden" |
| compound | false |
| data | "95aba57eef4e624e.r7Fk5zp3LikpSfunyEGF-Q-aIzuRXAiWIpygclGyv08.ntIGinwhGV8ffJj-qR7ozD23SWPHbW2iR8TsMDOC7Cfu0xCOUANFEGgNzw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3923 -form: Symfony\Component\Form\Form {#3919 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3912 …5} |
| full_name | "user_simple_registration[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_simple_registration__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 | [] |
| submitted | false |
| translation_domain | "Site" |
| unique_block_prefix | "_user_simple_registration__token" |
| valid | true |
| value | "95aba57eef4e624e.r7Fk5zp3LikpSfunyEGF-Q-aIzuRXAiWIpygclGyv08.ntIGinwhGV8ffJj-qR7ozD23SWPHbW2iR8TsMDOC7Cfu0xCOUANFEGgNzw" |