- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 5
- Events
- Routing
- Cache
- Translation 10
- Security
- Twig
- HTTP Client
- Doctrine 1
- Migrations
- Debug
- E-mails
- Notifications
- 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
-
-
firstname
-
lastname
-
phone
-
-
0
-
1
-
-
email
-
-
first
-
second
-
-
accepted
-
newsletterAccept
-
_token
-
-
-
email
-
_token
-
-
-
email
-
plainPassword
-
title
-
cv_file
-
forumPseudo
-
name
-
firstname
-
civility
-
_token
-
registration_form
"App\Form\RegistrationFormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#1348 -id: null -email: null -roles: [] -password: null -isVerified: false -firstname: null -lastname: null -phone: null +type: "freelance" -photo: null -society: null -profiles: Doctrine\Common\Collections\ArrayCollection {#1542 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#1543 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#1554 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#1319 …} -createdAt: null -authLogs: Doctrine\Common\Collections\ArrayCollection {#1297 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#1545 …} -reports: Doctrine\Common\Collections\ArrayCollection {#1295 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#1326 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#1541 …} -civility: null -jobSociety: null -CompteSociety: null -compteTestIsNotActive: null -forumUser: 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 {#1348 -id: null -email: null -roles: [] -password: null -isVerified: false -firstname: null -lastname: null -phone: null +type: "freelance" -photo: null -society: null -profiles: Doctrine\Common\Collections\ArrayCollection {#1542 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#1543 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#1554 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#1319 …} -createdAt: null -authLogs: Doctrine\Common\Collections\ArrayCollection {#1297 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#1545 …} -reports: Doctrine\Common\Collections\ArrayCollection {#1295 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#1326 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#1541 …} -civility: null -jobSociety: null -CompteSociety: null -compteTestIsNotActive: null -forumUser: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "id" => "register-account-form" ] |
| 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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| data | App\Entity\User {#1348 -id: null -email: null -roles: [] -password: null -isVerified: false -firstname: null -lastname: null -phone: null +type: "freelance" -photo: null -society: null -profiles: Doctrine\Common\Collections\ArrayCollection {#1542 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#1543 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#1554 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#1319 …} -createdAt: null -authLogs: Doctrine\Common\Collections\ArrayCollection {#1297 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#1545 …} -reports: Doctrine\Common\Collections\ArrayCollection {#1295 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#1326 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#1541 …} -civility: null -jobSociety: null -CompteSociety: null -compteTestIsNotActive: null -forumUser: null } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1830 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1587 …} 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() {#1828 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#1829 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "id" => "register-account-form" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "registration_form" "_registration_form" ] |
| cache_key | "_registration_form_registration_form" |
| compound | true |
| data | App\Entity\User {#1348 -id: null -email: null -roles: [] -password: null -isVerified: false -firstname: null -lastname: null -phone: null +type: "freelance" -photo: null -society: null -profiles: Doctrine\Common\Collections\ArrayCollection {#1542 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#1543 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#1554 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#1319 …} -createdAt: null -authLogs: Doctrine\Common\Collections\ArrayCollection {#1297 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#1545 …} -reports: Doctrine\Common\Collections\ArrayCollection {#1295 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#1326 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#1541 …} -civility: null -jobSociety: null -CompteSociety: null -compteTestIsNotActive: null -forumUser: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#17606 -form: Symfony\Component\Form\Form {#1943 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2193 …5} |
| full_name | "registration_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "registration_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form" |
| valid | true |
| value | App\Entity\User {#1348 -id: null -email: null -roles: [] -password: null -isVerified: false -firstname: null -lastname: null -phone: null +type: "freelance" -photo: null -society: null -profiles: Doctrine\Common\Collections\ArrayCollection {#1542 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#1543 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#1554 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#1319 …} -createdAt: null -authLogs: Doctrine\Common\Collections\ArrayCollection {#1297 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#1545 …} -reports: Doctrine\Common\Collections\ArrayCollection {#1295 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#1326 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#1541 …} -civility: null -jobSociety: null -CompteSociety: null -compteTestIsNotActive: null -forumUser: 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" => "input-text with-border" "placeholder" => "Prénom" "id" => "firstname-register" "maxlength" => 50 ] |
[ "class" => "input-text with-border" "placeholder" => "Prénom" "id" => "firstname-register" "maxlength" => 50 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1880 +payload: null +message: "Veuillez saisir votre prénom" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1880 +payload: null +message: "Veuillez saisir votre prénom" +allowNull: false +normalizer: null } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-text with-border" "placeholder" => "Prénom" "id" => "firstname-register" "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1880 +payload: null +message: "Veuillez saisir votre prénom" +allowNull: false +normalizer: 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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1885 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1587 …} } |
| 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() {#1876 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#1882 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-text with-border" "placeholder" => "Prénom" "id" => "firstname-register" "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_firstname" ] |
| cache_key | "_registration_form_firstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#17611 -form: Symfony\Component\Form\Form {#1980 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#17612 …5} |
| full_name | "registration_form[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_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 | "_registration_form_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" => "input-text with-border" "placeholder" => "Nom" "id" => "lastname-register" "maxlength" => 50 ] |
[ "class" => "input-text with-border" "placeholder" => "Nom" "id" => "lastname-register" "maxlength" => 50 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1804 +payload: null +message: "Veuillez saisir votre nom" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1804 +payload: null +message: "Veuillez saisir votre nom" +allowNull: false +normalizer: null } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-text with-border" "placeholder" => "Nom" "id" => "lastname-register" "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1804 +payload: null +message: "Veuillez saisir votre nom" +allowNull: false +normalizer: 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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1802 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1587 …} } |
| 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() {#1813 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#1812 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-text with-border" "placeholder" => "Nom" "id" => "lastname-register" "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_lastname" ] |
| cache_key | "_registration_form_lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#17610 -form: Symfony\Component\Form\Form {#1984 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#17609 …5} |
| full_name | "registration_form[lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_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 | "_registration_form_lastname" |
| valid | true |
| value | "" |
phone
"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" => "input-text with-border" "placeholder" => "Téléphone" "id" => "phone-register" ] |
[ "class" => "input-text with-border" "placeholder" => "Téléphone" "id" => "phone-register" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1842 +payload: null +message: "Veuillez saisir votre numero de téléphone" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1842 +payload: null +message: "Veuillez saisir votre numero de téléphone" +allowNull: false +normalizer: null } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-text with-border" "placeholder" => "Téléphone" "id" => "phone-register" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1842 +payload: null +message: "Veuillez saisir votre numero de téléphone" +allowNull: false +normalizer: 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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1820 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1587 …} } |
| 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() {#1822 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#1821 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-text with-border" "placeholder" => "Téléphone" "id" => "phone-register" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_phone" ] |
| cache_key | "_registration_form_phone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#17608 -form: Symfony\Component\Form\Form {#1987 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#17607 …5} |
| full_name | "registration_form[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_phone" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_phone" |
| valid | true |
| value | "" |
type
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "freelance" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "account-type-radio" ] |
[ "class" => "account-type-radio" ] |
| choices | [ "Freelance" => "freelance" "Société" => "society" ] |
[ "Freelance" => "freelance" "Société" => "society" ] |
| expanded | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "account-type-radio" ] |
| 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 | [ "Freelance" => "freelance" "Société" => "society" ] |
| 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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| data_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| 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 | null |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1867 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#1868 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "account-type-radio" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_registration_form_type" ] |
| cache_key | "_registration_form_type_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1859 +label: "Freelance" +value: "freelance" +data: "freelance" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1860 +label: "Société" +value: "society" +data: "society" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | "freelance" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2316 -form: Symfony\Component\Form\Form {#1968 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2315 …5} |
| full_name | "registration_form[type]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_type" |
| is_selected | Closure($choice, $value) {#2312 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1846 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "type" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_type" |
| valid | true |
| value | "freelance" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | true |
| View Format |
"freelance"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Freelance" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "freelance" |
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 | "entry" |
| 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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1918 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1921 …} } |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1920 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Freelance" |
| 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() {#1947 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#1946 …} } } |
| validation_groups | null |
| value | "freelance" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_registration_form_type_entry" ] |
| cache_key | "_registration_form_type_entry_radio" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#17601 -form: Symfony\Component\Form\Form {#1971 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#17600 …5} |
| full_name | "registration_form[type]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_type_0" |
| label | "Freelance" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_type_entry" |
| valid | true |
| value | "freelance" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Société" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "society" |
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 | "entry" |
| 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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1918 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1921 …} } |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1920 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Société" |
| 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() {#1961 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#1960 …} } } |
| validation_groups | null |
| value | "society" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_registration_form_type_entry" ] |
| cache_key | "_registration_form_type_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#17602 -form: Symfony\Component\Form\Form {#1974 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#17603 …5} |
| full_name | "registration_form[type]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_type_1" |
| label | "Société" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_type_entry" |
| valid | true |
| value | "society" |
"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" => "input-text with-border" "placeholder" => "Email" "id" => "emailaddress-register" ] |
[ "class" => "input-text with-border" "placeholder" => "Email" "id" => "emailaddress-register" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1841 +payload: null +message: "Veuillez saisir votre adresse email" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1841 +payload: null +message: "Veuillez saisir votre adresse email" +allowNull: false +normalizer: null } ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-text with-border" "placeholder" => "Email" "id" => "emailaddress-register" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1841 +payload: null +message: "Veuillez saisir votre adresse email" +allowNull: false +normalizer: 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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1877 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1587 …} } |
| 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() {#1895 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#1889 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-text with-border" "placeholder" => "Email" "id" => "emailaddress-register" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_registration_form_email" ] |
| cache_key | "_registration_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#17599 -form: Symfony\Component\Form\Form {#1977 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2203 …5} |
| full_name | "registration_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_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 | "_registration_form_email" |
| valid | true |
| value | "" |
plainPassword
"Symfony\Component\Form\Extension\Core\Type\RepeatedType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ App\Validator\Password {#1843 +payload: null +tooShortMessage: "Your password must have at least {{length}} characters " +missingLettersMessage: "Your password must contain at least one letter." +requireCaseDiffMessage: "Your password must contain at least one upper and lower case letter." +missingNumbersMessage: "Your password must contain at least one number." +missingSpecialCharacterMessage: "Your password must contain at least one special character." +minLength: 8 +requireLetters: true +requireCaseDiff: true +requireNumbers: true +requireSpecialCharacter: false } ] |
[ App\Validator\Password {#1843 +payload: null +tooShortMessage: "Your password must have at least {{length}} characters " +missingLettersMessage: "Your password must contain at least one letter." +requireCaseDiffMessage: "Your password must contain at least one upper and lower case letter." +missingNumbersMessage: "Your password must contain at least one number." +missingSpecialCharacterMessage: "Your password must contain at least one special character." +minLength: 8 +requireLetters: true +requireCaseDiff: true +requireNumbers: true +requireSpecialCharacter: false } ] |
| first_options | [ "attr" => [ "autocomplete" => "new-password" "class" => "input-text with-border" "placeholder" => "Mot de passe" "id" => "password-register" ] ] |
[ "attr" => [ "autocomplete" => "new-password" "class" => "input-text with-border" "placeholder" => "Mot de passe" "id" => "password-register" ] ] |
| invalid_message | " Les mots de passes ne sont pas identiques" |
same as passed value |
| mapped | false |
false
|
| required | true |
same as passed value |
| second_options | [ "attr" => [ "autocomplete" => "new-password" "class" => "input-text with-border" "placeholder" => "Confirmer votre mot de passe" "id" => "password-repeat-registerr" ] ] |
[ "attr" => [ "autocomplete" => "new-password" "class" => "input-text with-border" "placeholder" => "Confirmer votre mot de passe" "id" => "password-repeat-registerr" ] ] |
| 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 | [ App\Validator\Password {#1843 +payload: null +tooShortMessage: "Your password must have at least {{length}} characters " +missingLettersMessage: "Your password must contain at least one letter." +requireCaseDiffMessage: "Your password must contain at least one upper and lower case letter." +missingNumbersMessage: "Your password must contain at least one number." +missingSpecialCharacterMessage: "Your password must contain at least one special character." +minLength: 8 +requireLetters: true +requireCaseDiff: true +requireNumbers: true +requireSpecialCharacter: false } ] |
| 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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1908 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1587 …} } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [ "attr" => [ "autocomplete" => "new-password" "class" => "input-text with-border" "placeholder" => "Mot de passe" "id" => "password-register" ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | " Les mots de passes 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 | false |
| method | "POST" |
| options | [] |
| 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 | [ "attr" => [ "autocomplete" => "new-password" "class" => "input-text with-border" "placeholder" => "Confirmer votre mot de passe" "id" => "password-repeat-registerr" ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#1902 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#1903 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_registration_form_plainPassword" ] |
| cache_key | "_registration_form_plainPassword_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#17605 -form: Symfony\Component\Form\Form {#2011 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#17604 …5} |
| full_name | "registration_form[plainPassword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_plainPassword" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "plainPassword" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_plainPassword" |
| valid | true |
| value | [ "first" => null "second" => null ] |
first
"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 | [ "autocomplete" => "new-password" "class" => "input-text with-border" "placeholder" => "Mot de passe" "id" => "password-register" ] |
[ "autocomplete" => "new-password" "class" => "input-text with-border" "placeholder" => "Mot de passe" "id" => "password-register" ] |
| 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 | [ "autocomplete" => "new-password" "class" => "input-text with-border" "placeholder" => "Mot de passe" "id" => "password-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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1990 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1587 …} } |
| 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() {#1998 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#1992 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "new-password" "class" => "input-text with-border" "placeholder" => "Mot de passe" "id" => "password-register" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_form_plainPassword_first" ] |
| cache_key | "_registration_form_plainPassword_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#17618 -form: Symfony\Component\Form\Form {#2014 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#17617 …5} |
| full_name | "registration_form[plainPassword][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_plainPassword_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 | "_registration_form_plainPassword_first" |
| valid | true |
| value | "" |
second
"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 | [ "autocomplete" => "new-password" "class" => "input-text with-border" "placeholder" => "Confirmer votre mot de passe" "id" => "password-repeat-registerr" ] |
[ "autocomplete" => "new-password" "class" => "input-text with-border" "placeholder" => "Confirmer votre mot de passe" "id" => "password-repeat-registerr" ] |
| 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 | [ "autocomplete" => "new-password" "class" => "input-text with-border" "placeholder" => "Confirmer votre mot de passe" "id" => "password-repeat-registerr" ] |
| 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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2004 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1587 …} } |
| 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() {#2006 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#2005 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "new-password" "class" => "input-text with-border" "placeholder" => "Confirmer votre mot de passe" "id" => "password-repeat-registerr" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_form_plainPassword_second" ] |
| cache_key | "_registration_form_plainPassword_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#17619 -form: Symfony\Component\Form\Form {#2017 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#17620 …5} |
| full_name | "registration_form[plainPassword][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_plainPassword_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 | "_registration_form_plainPassword_second" |
| valid | true |
| value | "" |
accepted
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1805 +payload: null +message: "Vous devez accepter pour pouvoir vous inscrire" } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#1805 +payload: null +message: "Vous devez accepter pour pouvoir vous inscrire" } ] |
| mapped | false |
false
|
| required | 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 | [ Symfony\Component\Validator\Constraints\IsTrue {#1805 +payload: null +message: "Vous devez accepter pour pouvoir vous inscrire" } ] |
| 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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1918 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1921 …} } |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1920 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| 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() {#1928 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#1926 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_registration_form_accepted" ] |
| cache_key | "_registration_form_accepted_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#17614 -form: Symfony\Component\Form\Form {#2020 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#17616 …5} |
| full_name | "registration_form[accepted]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_accepted" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "accepted" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_accepted" |
| valid | true |
| value | "1" |
newsletterAccept
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1803 +payload: null +message: "Vous devez accepter pour pouvoir vous inscrire" } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#1803 +payload: null +message: "Vous devez accepter pour pouvoir vous inscrire" } ] |
| mapped | false |
false
|
| required | 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 | [ Symfony\Component\Validator\Constraints\IsTrue {#1803 +payload: null +message: "Vous devez accepter pour pouvoir vous inscrire" } ] |
| 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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1918 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1921 …} } |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1920 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| 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() {#1935 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#1936 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_registration_form_newsletterAccept" ] |
| cache_key | "_registration_form_newsletterAccept_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#17622 -form: Symfony\Component\Form\Form {#2023 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#17621 …5} |
| full_name | "registration_form[newsletterAccept]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_newsletterAccept" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "newsletterAccept" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_newsletterAccept" |
| valid | true |
| value | "1" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "c45e81b304e3cfeebb87d8cb5fcca92._pwZc2lM475nd-eMtR0yVJQc4lxYuSTzCL91GTVdMFA.iNlpATMWs-RRArDB-H9FDe54p20Njk24XdAwW3sRWmG42HUFWwSW-yky0w" |
| 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 | "c45e81b304e3cfeebb87d8cb5fcca92._pwZc2lM475nd-eMtR0yVJQc4lxYuSTzCL91GTVdMFA.iNlpATMWs-RRArDB-H9FDe54p20Njk24XdAwW3sRWmG42HUFWwSW-yky0w" |
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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| data | "c45e81b304e3cfeebb87d8cb5fcca92._pwZc2lM475nd-eMtR0yVJQc4lxYuSTzCL91GTVdMFA.iNlpATMWs-RRArDB-H9FDe54p20Njk24XdAwW3sRWmG42HUFWwSW-yky0w" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#17625 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1587 …} } |
| 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() {#17629 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#17623 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_registration_form__token" ] |
| cache_key | "_registration_form__token_hidden" |
| compound | false |
| data | "c45e81b304e3cfeebb87d8cb5fcca92._pwZc2lM475nd-eMtR0yVJQc4lxYuSTzCL91GTVdMFA.iNlpATMWs-RRArDB-H9FDe54p20Njk24XdAwW3sRWmG42HUFWwSW-yky0w" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#17639 -form: Symfony\Component\Form\Form {#17635 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#17630 …5} |
| full_name | "registration_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_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 | "_registration_form__token" |
| valid | true |
| value | "c45e81b304e3cfeebb87d8cb5fcca92._pwZc2lM475nd-eMtR0yVJQc4lxYuSTzCL91GTVdMFA.iNlpATMWs-RRArDB-H9FDe54p20Njk24XdAwW3sRWmG42HUFWwSW-yky0w" |
reset_password_request_form
"App\Form\ResetPasswordRequestFormType"
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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1999 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1587 …} } |
| 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() {#1865 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#1896 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "reset_password_request_form" "_reset_password_request_form" ] |
| cache_key | "_reset_password_request_form_reset_password_request_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#17641 -form: Symfony\Component\Form\Form {#2074 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#17642 …5} |
| full_name | "reset_password_request_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reset_password_request_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "reset_password_request_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_reset_password_request_form" |
| valid | true |
| value | null |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "autocomplete" => "email" "class" => "with-border" "placeholder" => "Enter your email " ] |
[ "autocomplete" => "email" "class" => "with-border" "placeholder" => "Enter your email " ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2030 +payload: null +message: "Enter your email " +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2030 +payload: null +message: "Enter your email " +allowNull: false +normalizer: null } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "autocomplete" => "email" "class" => "with-border" "placeholder" => "Enter your email " ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2030 +payload: null +message: "Enter your email " +allowNull: false +normalizer: 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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2036 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1587 …} } |
| 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() {#2029 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#2031 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "email" "class" => "with-border" "placeholder" => "Enter your email " ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_reset_password_request_form_email" ] |
| cache_key | "_reset_password_request_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#17646 -form: Symfony\Component\Form\Form {#2077 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#17645 …5} |
| full_name | "reset_password_request_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reset_password_request_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 | "_reset_password_request_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 | "7a7eeb9f4d19.K69rRDC6Dkbzk2oS0FzTapifk6Tpq5m403VAkC8rudY.HMcmCwTyfg6K5TNotSyQA-LU8fyb3e3SqS8O42Fs3e9E5RgQBtdiB5bxBQ" |
| 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 | "7a7eeb9f4d19.K69rRDC6Dkbzk2oS0FzTapifk6Tpq5m403VAkC8rudY.HMcmCwTyfg6K5TNotSyQA-LU8fyb3e3SqS8O42Fs3e9E5RgQBtdiB5bxBQ" |
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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| data | "7a7eeb9f4d19.K69rRDC6Dkbzk2oS0FzTapifk6Tpq5m403VAkC8rudY.HMcmCwTyfg6K5TNotSyQA-LU8fyb3e3SqS8O42Fs3e9E5RgQBtdiB5bxBQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#17643 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1587 …} } |
| 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() {#17647 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#17648 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_reset_password_request_form__token" ] |
| cache_key | "_reset_password_request_form__token_hidden" |
| compound | false |
| data | "7a7eeb9f4d19.K69rRDC6Dkbzk2oS0FzTapifk6Tpq5m403VAkC8rudY.HMcmCwTyfg6K5TNotSyQA-LU8fyb3e3SqS8O42Fs3e9E5RgQBtdiB5bxBQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#17658 -form: Symfony\Component\Form\Form {#17654 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#17649 …5} |
| full_name | "reset_password_request_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reset_password_request_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 | "_reset_password_request_form__token" |
| valid | true |
| value | "7a7eeb9f4d19.K69rRDC6Dkbzk2oS0FzTapifk6Tpq5m403VAkC8rudY.HMcmCwTyfg6K5TNotSyQA-LU8fyb3e3SqS8O42Fs3e9E5RgQBtdiB5bxBQ" |
freelance_register_form
"App\Form\FreelanceRegisterFormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#1962 -id: null -email: null -roles: [ "ROLE_FREELANCE" ] -password: null -isVerified: false -firstname: null -lastname: null -phone: "" +type: "freelance" -photo: null -society: null -profiles: Doctrine\Common\Collections\ArrayCollection {#2062 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#2081 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#2083 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#2084 …} -createdAt: DateTime @1765211550 {#2092 date: 2025-12-08 17:32:30.025017 Europe/Paris (+01:00) } -authLogs: Doctrine\Common\Collections\ArrayCollection {#2085 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#2086 …} -reports: Doctrine\Common\Collections\ArrayCollection {#2088 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#2090 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#2091 …} -civility: null -jobSociety: null -CompteSociety: null -compteTestIsNotActive: null -forumUser: 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 {#1962 -id: null -email: null -roles: [ "ROLE_FREELANCE" ] -password: null -isVerified: false -firstname: null -lastname: null -phone: "" +type: "freelance" -photo: null -society: null -profiles: Doctrine\Common\Collections\ArrayCollection {#2062 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#2081 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#2083 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#2084 …} -createdAt: DateTime @1765211550 {#2092 date: 2025-12-08 17:32:30.025017 Europe/Paris (+01:00) } -authLogs: Doctrine\Common\Collections\ArrayCollection {#2085 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#2086 …} -reports: Doctrine\Common\Collections\ArrayCollection {#2088 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#2090 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#2091 …} -civility: null -jobSociety: null -CompteSociety: null -compteTestIsNotActive: null -forumUser: null } |
same as passed value |
| forumPseudo | "Avopy-100527" |
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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| data | App\Entity\User {#1962 -id: null -email: null -roles: [ "ROLE_FREELANCE" ] -password: null -isVerified: false -firstname: null -lastname: null -phone: "" +type: "freelance" -photo: null -society: null -profiles: Doctrine\Common\Collections\ArrayCollection {#2062 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#2081 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#2083 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#2084 …} -createdAt: DateTime @1765211550 {#2092 date: 2025-12-08 17:32:30.025017 Europe/Paris (+01:00) } -authLogs: Doctrine\Common\Collections\ArrayCollection {#2085 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#2086 …} -reports: Doctrine\Common\Collections\ArrayCollection {#2088 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#2090 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#2091 …} -civility: null -jobSociety: null -CompteSociety: null -compteTestIsNotActive: null -forumUser: null } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2190 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1587 …} use: { $class: "App\Entity\User" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| forumPseudo | "Avopy-100527" |
| 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() {#2192 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#2191 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "freelance_register_form" "_freelance_register_form" ] |
| cache_key | "_freelance_register_form_freelance_register_form" |
| compound | true |
| data | App\Entity\User {#1962 -id: null -email: null -roles: [ "ROLE_FREELANCE" ] -password: null -isVerified: false -firstname: null -lastname: null -phone: "" +type: "freelance" -photo: null -society: null -profiles: Doctrine\Common\Collections\ArrayCollection {#2062 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#2081 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#2083 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#2084 …} -createdAt: DateTime @1765211550 {#2092 date: 2025-12-08 17:32:30.025017 Europe/Paris (+01:00) } -authLogs: Doctrine\Common\Collections\ArrayCollection {#2085 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#2086 …} -reports: Doctrine\Common\Collections\ArrayCollection {#2088 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#2090 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#2091 …} -civility: null -jobSociety: null -CompteSociety: null -compteTestIsNotActive: null -forumUser: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#17697 -form: Symfony\Component\Form\Form {#2284 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#17698 …5} |
| full_name | "freelance_register_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "freelance_register_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "freelance_register_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_freelance_register_form" |
| valid | true |
| value | App\Entity\User {#1962 -id: null -email: null -roles: [ "ROLE_FREELANCE" ] -password: null -isVerified: false -firstname: null -lastname: null -phone: "" +type: "freelance" -photo: null -society: null -profiles: Doctrine\Common\Collections\ArrayCollection {#2062 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#2081 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#2083 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#2084 …} -createdAt: DateTime @1765211550 {#2092 date: 2025-12-08 17:32:30.025017 Europe/Paris (+01:00) } -authLogs: Doctrine\Common\Collections\ArrayCollection {#2085 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#2086 …} -reports: Doctrine\Common\Collections\ArrayCollection {#2088 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#2090 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#2091 …} -civility: null -jobSociety: null -CompteSociety: null -compteTestIsNotActive: null -forumUser: null } |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "input-text with-border" "placeholder" => "Email" "id" => "emailaddress-register" ] |
[ "class" => "input-text with-border" "placeholder" => "Email" "id" => "emailaddress-register" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2198 +payload: null +message: "Verify your mail" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2198 +payload: null +message: "Verify your mail" +allowNull: false +normalizer: null } ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-text with-border" "placeholder" => "Email" "id" => "emailaddress-register" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2198 +payload: null +message: "Verify your mail" +allowNull: false +normalizer: 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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2200 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1587 …} } |
| 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() {#2202 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#2201 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-text with-border" "placeholder" => "Email" "id" => "emailaddress-register" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_freelance_register_form_email" ] |
| cache_key | "_freelance_register_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#17702 -form: Symfony\Component\Form\Form {#2287 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#17701 …5} |
| full_name | "freelance_register_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "freelance_register_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 | "_freelance_register_form_email" |
| valid | true |
| value | "" |
plainPassword
"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 | [ "autocomplete" => "new-password" "class" => "input-text with-border" "placeholder" => "Password" "id" => "password-register" ] |
[ "autocomplete" => "new-password" "class" => "input-text with-border" "placeholder" => "Password" "id" => "password-register" ] |
| mapped | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "autocomplete" => "new-password" "class" => "input-text with-border" "placeholder" => "Password" "id" => "password-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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2209 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1587 …} } |
| 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 | 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2216 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#2210 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "new-password" "class" => "input-text with-border" "placeholder" => "Password" "id" => "password-register" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_freelance_register_form_plainPassword" ] |
| cache_key | "_freelance_register_form_plainPassword_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#17703 -form: Symfony\Component\Form\Form {#2290 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#17704 …5} |
| full_name | "freelance_register_form[plainPassword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "freelance_register_form_plainPassword" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "plainPassword" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_freelance_register_form_plainPassword" |
| valid | true |
| value | "" |
title
"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" => "with-border" "placeholder" => "Title of your job, exemple: Accountant, System Engineer, Driver, Waiter …" "maxlength" => 150 ] |
[ "class" => "with-border" "placeholder" => "Title of your job, exemple: Accountant, System Engineer, Driver, Waiter …" "maxlength" => 150 ] |
| mapped | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "with-border" "placeholder" => "Title of your job, exemple: Accountant, System Engineer, Driver, Waiter …" "maxlength" => 150 ] |
| 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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2222 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1587 …} } |
| 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 | 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2224 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#2223 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "with-border" "placeholder" => "Title of your job, exemple: Accountant, System Engineer, Driver, Waiter …" "maxlength" => 150 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_freelance_register_form_title" ] |
| cache_key | "_freelance_register_form_title_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#17705 -form: Symfony\Component\Form\Form {#2293 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#17706 …5} |
| full_name | "freelance_register_form[title]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "freelance_register_form_title" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "title" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_freelance_register_form_title" |
| valid | true |
| value | "" |
cv_file
"Symfony\Component\Form\Extension\Core\Type\FileType"
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" => "uploadButton-input" "accept" => ".pdf,.doc,.docx,.odt,.rtf" ] |
[ "class" => "uploadButton-input" "accept" => ".pdf,.doc,.docx,.odt,.rtf" ] |
| constraints | [ Symfony\Component\Validator\Constraints\File {#2199 +payload: null +binaryFormat: false +mimeTypes: [ "application/pdf" "application/x-pdf" "application/msword" "application/vnd.openxmlformats-officedocument.wordprocessingml.document" "application/vnd.oasis.opendocument.text" "text/rtf" ] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "Please upload a valid file" +disallowEmptyMessage: "An empty file is not allowed." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 7168000 } Symfony\Component\Validator\Constraints\NotBlank {#2212 +payload: null +message: "Choose your CV" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\File {#2199 +payload: null +binaryFormat: false +mimeTypes: [ "application/pdf" "application/x-pdf" "application/msword" "application/vnd.openxmlformats-officedocument.wordprocessingml.document" "application/vnd.oasis.opendocument.text" "text/rtf" ] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "Please upload a valid file" +disallowEmptyMessage: "An empty file is not allowed." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 7168000 } Symfony\Component\Validator\Constraints\NotBlank {#2212 +payload: null +message: "Choose your CV" +allowNull: false +normalizer: null } ] |
| data_class | null |
null
|
| mapped | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | true |
| attr | [ "class" => "uploadButton-input" "accept" => ".pdf,.doc,.docx,.odt,.rtf" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\File {#2199 +payload: null +binaryFormat: false +mimeTypes: [ "application/pdf" "application/x-pdf" "application/msword" "application/vnd.openxmlformats-officedocument.wordprocessingml.document" "application/vnd.oasis.opendocument.text" "text/rtf" ] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "Please upload a valid file" +disallowEmptyMessage: "An empty file is not allowed." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 7168000 } Symfony\Component\Validator\Constraints\NotBlank {#2212 +payload: null +message: "Choose your CV" +allowNull: false +normalizer: 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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| data_class | null |
| disabled | false |
| empty_data | null |
| 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 | false |
| method | "POST" |
| multiple | false |
| 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() {#2269 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#2268 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "uploadButton-input" "accept" => ".pdf,.doc,.docx,.odt,.rtf" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "file" "_freelance_register_form_cv_file" ] |
| cache_key | "_freelance_register_form_cv_file_file" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#17707 -form: Symfony\Component\Form\Form {#2296 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#17708 …5} |
| full_name | "freelance_register_form[cv_file]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "freelance_register_form_cv_file" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "cv_file" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "file" |
| unique_block_prefix | "_freelance_register_form_cv_file" |
| valid | true |
| value | "" |
forumPseudo
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "Avopy-100527" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "input-text with-border" "placeholder" => "Pseudo forum" "maxlength" => 12 ] |
[ "class" => "input-text with-border" "placeholder" => "Pseudo forum" "maxlength" => 12 ] |
| constraints | [ App\Validator\ValidForumPseudoLength {#2211 +payload: null +message: "The pseudo must contain at least {{ value }} characters." } App\Validator\ValidForumPseudoCharacters {#2213 +payload: null +message: "The pseudo can only contain letters, numbers, "-", "_" and "."" } App\Validator\ValidForumPseudoNotInArray {#2214 +payload: null +message: "The pseudo is already in use" } ] |
[ App\Validator\ValidForumPseudoLength {#2211 +payload: null +message: "The pseudo must contain at least {{ value }} characters." } App\Validator\ValidForumPseudoCharacters {#2213 +payload: null +message: "The pseudo can only contain letters, numbers, "-", "_" and "."" } App\Validator\ValidForumPseudoNotInArray {#2214 +payload: null +message: "The pseudo is already in use" } ] |
| data | "Avopy-100527" |
same as passed value |
| mapped | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-text with-border" "placeholder" => "Pseudo forum" "maxlength" => 12 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ App\Validator\ValidForumPseudoLength {#2211 +payload: null +message: "The pseudo must contain at least {{ value }} characters." } App\Validator\ValidForumPseudoCharacters {#2213 +payload: null +message: "The pseudo can only contain letters, numbers, "-", "_" and "."" } App\Validator\ValidForumPseudoNotInArray {#2214 +payload: null +message: "The pseudo is already in use" } ] |
| 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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| data | "Avopy-100527" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2259 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1587 …} } |
| 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 | 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2257 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#2258 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-text with-border" "placeholder" => "Pseudo forum" "maxlength" => 12 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_freelance_register_form_forumPseudo" ] |
| cache_key | "_freelance_register_form_forumPseudo_text" |
| compound | false |
| data | "Avopy-100527" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#17709 -form: Symfony\Component\Form\Form {#2299 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#17710 …5} |
| full_name | "freelance_register_form[forumPseudo]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "freelance_register_form_forumPseudo" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "forumPseudo" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_freelance_register_form_forumPseudo" |
| valid | true |
| value | "Avopy-100527" |
name
"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" => "with-border" "placeholder" => "Last name" "maxlength" => 50 ] |
[ "class" => "with-border" "placeholder" => "Last name" "maxlength" => 50 ] |
| mapped | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "with-border" "placeholder" => "Last name" "maxlength" => 50 ] |
| 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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2250 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1587 …} } |
| 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 | 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2248 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#2249 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "with-border" "placeholder" => "Last name" "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_freelance_register_form_name" ] |
| cache_key | "_freelance_register_form_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#17711 -form: Symfony\Component\Form\Form {#2302 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#17712 …5} |
| full_name | "freelance_register_form[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "freelance_register_form_name" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_freelance_register_form_name" |
| valid | true |
| value | "" |
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" => "with-border" "placeholder" => "First name" "maxlength" => 50 ] |
[ "class" => "with-border" "placeholder" => "First name" "maxlength" => 50 ] |
| mapped | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "with-border" "placeholder" => "First name" "maxlength" => 50 ] |
| 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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2241 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1587 …} } |
| 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 | 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2239 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#2240 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "with-border" "placeholder" => "First name" "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_freelance_register_form_firstname" ] |
| cache_key | "_freelance_register_form_firstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#17713 -form: Symfony\Component\Form\Form {#2305 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#17714 …5} |
| full_name | "freelance_register_form[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "freelance_register_form_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 | "_freelance_register_form_firstname" |
| valid | true |
| value | "" |
civility
"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" => "with-border" ] |
[ "class" => "with-border" ] |
| choices | [ "Male" => 1 "Female" => 2 ] |
[ "Male" => 1 "Female" => 2 ] |
| mapped | false |
false
|
| multiple | false |
false
|
| placeholder | "Gender" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "with-border" ] |
| 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 | [ "Male" => 1 "Female" => 2 ] |
| 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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| 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 | false |
| method | "POST" |
| multiple | false |
| placeholder | "Gender" |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2275 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#2274 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "with-border" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_freelance_register_form_civility" ] |
| cache_key | "_freelance_register_form_civility_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#17680 +label: "Male" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#17681 +label: "Female" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#17715 -form: Symfony\Component\Form\Form {#2308 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#17716 …5} |
| full_name | "freelance_register_form[civility]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "freelance_register_form_civility" |
| is_selected | Closure($choice, $value) {#17717 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1846 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "civility" |
| placeholder | "Gender" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_freelance_register_form_civility" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "a5b2e.pMuWXvL-QdLI6z0uCzl3Wzn2QDO6E5uc_vhKw-4oefI.6v7ZE6TPFKGEnXB3UncQa1-9DlHRW_D_lJAOj6d5DaDOutomva8yq7LcVg" |
| 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 | "a5b2e.pMuWXvL-QdLI6z0uCzl3Wzn2QDO6E5uc_vhKw-4oefI.6v7ZE6TPFKGEnXB3UncQa1-9DlHRW_D_lJAOj6d5DaDOutomva8yq7LcVg" |
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 {#1789 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1790 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1791 …} -namespace: Closure() {#1793 …} } |
| data | "a5b2e.pMuWXvL-QdLI6z0uCzl3Wzn2QDO6E5uc_vhKw-4oefI.6v7ZE6TPFKGEnXB3UncQa1-9DlHRW_D_lJAOj6d5DaDOutomva8yq7LcVg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#17699 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1587 …} } |
| 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() {#17718 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1799 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1590 …} $translationDomain: "validators" $message: Closure() {#17719 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_freelance_register_form__token" ] |
| cache_key | "_freelance_register_form__token_hidden" |
| compound | false |
| data | "a5b2e.pMuWXvL-QdLI6z0uCzl3Wzn2QDO6E5uc_vhKw-4oefI.6v7ZE6TPFKGEnXB3UncQa1-9DlHRW_D_lJAOj6d5DaDOutomva8yq7LcVg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#17729 -form: Symfony\Component\Form\Form {#17725 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#17720 …5} |
| full_name | "freelance_register_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "freelance_register_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 | "_freelance_register_form__token" |
| valid | true |
| value | "a5b2e.pMuWXvL-QdLI6z0uCzl3Wzn2QDO6E5uc_vhKw-4oefI.6v7ZE6TPFKGEnXB3UncQa1-9DlHRW_D_lJAOj6d5DaDOutomva8yq7LcVg" |