- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 4
- Events
- Routing
- Cache
- Translation 9
- 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
-
-
email
-
plainPassword
-
title
-
cv_file
-
forumPseudo
-
name
-
firstname
-
civility
-
_token
-
freelance_register_form
"App\Form\FreelanceRegisterFormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#984 -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 {#985 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#986 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#987 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#988 …} -createdAt: DateTime @1765218721 {#994 date: 2025-12-08 19:32:01.288033 Europe/Paris (+01:00) } -authLogs: Doctrine\Common\Collections\ArrayCollection {#989 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#990 …} -reports: Doctrine\Common\Collections\ArrayCollection {#991 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#992 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#993 …} -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 {#984 -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 {#985 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#986 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#987 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#988 …} -createdAt: DateTime @1765218721 {#994 date: 2025-12-08 19:32:01.288033 Europe/Paris (+01:00) } -authLogs: Doctrine\Common\Collections\ArrayCollection {#989 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#990 …} -reports: Doctrine\Common\Collections\ArrayCollection {#991 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#992 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#993 …} -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 {#1346 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1347 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1348 …} -namespace: Closure() {#1350 …} } |
| data | App\Entity\User {#984 -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 {#985 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#986 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#987 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#988 …} -createdAt: DateTime @1765218721 {#994 date: 2025-12-08 19:32:01.288033 Europe/Paris (+01:00) } -authLogs: Doctrine\Common\Collections\ArrayCollection {#989 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#990 …} -reports: Doctrine\Common\Collections\ArrayCollection {#991 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#992 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#993 …} -civility: null -jobSociety: null -CompteSociety: null -compteTestIsNotActive: null -forumUser: null } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1492 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1101 …} 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() {#1494 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1352 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1113 …} $translationDomain: "validators" $message: Closure() {#1493 …} } } |
| 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 {#984 -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 {#985 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#986 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#987 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#988 …} -createdAt: DateTime @1765218721 {#994 date: 2025-12-08 19:32:01.288033 Europe/Paris (+01:00) } -authLogs: Doctrine\Common\Collections\ArrayCollection {#989 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#990 …} -reports: Doctrine\Common\Collections\ArrayCollection {#991 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#992 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#993 …} -civility: null -jobSociety: null -CompteSociety: null -compteTestIsNotActive: null -forumUser: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1605 -form: Symfony\Component\Form\Form {#1613 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1495 …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 {#984 -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 {#985 …} -deleteAt: null -lastConnection: null -messages: Doctrine\Common\Collections\ArrayCollection {#986 …} -rooms: Doctrine\Common\Collections\ArrayCollection {#987 …} -offerFavorites: Doctrine\Common\Collections\ArrayCollection {#988 …} -createdAt: DateTime @1765218721 {#994 date: 2025-12-08 19:32:01.288033 Europe/Paris (+01:00) } -authLogs: Doctrine\Common\Collections\ArrayCollection {#989 …} -offerVisits: Doctrine\Common\Collections\ArrayCollection {#990 …} -reports: Doctrine\Common\Collections\ArrayCollection {#991 …} -offerAlerts: Doctrine\Common\Collections\ArrayCollection {#992 …} -profileFavorites: Doctrine\Common\Collections\ArrayCollection {#993 …} -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 {#1500 +payload: null +message: "Verify your mail" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1500 +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 {#1500 +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 {#1346 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1347 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1348 …} -namespace: Closure() {#1350 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1507 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1101 …} } |
| 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() {#1518 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1352 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1113 …} $translationDomain: "validators" $message: Closure() {#1508 …} } } |
| 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 {#1582 -form: Symfony\Component\Form\Form {#1616 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1572 …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 {#1346 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1347 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1348 …} -namespace: Closure() {#1350 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1525 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1101 …} } |
| 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() {#1528 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1352 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1113 …} $translationDomain: "validators" $message: Closure() {#1529 …} } } |
| 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 {#1541 -form: Symfony\Component\Form\Form {#1619 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1527 …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 {#1346 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1347 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1348 …} -namespace: Closure() {#1350 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1538 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1101 …} } |
| 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() {#1540 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1352 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1113 …} $translationDomain: "validators" $message: Closure() {#1539 …} } } |
| 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 {#1519 -form: Symfony\Component\Form\Form {#1622 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1641 …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 {#1501 +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 {#1504 +payload: null +message: "Choose your CV" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\File {#1501 +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 {#1504 +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 {#1501 +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 {#1504 +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 {#1346 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1347 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1348 …} -namespace: Closure() {#1350 …} } |
| 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() {#1585 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1352 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1113 …} $translationDomain: "validators" $message: Closure() {#1584 …} } } |
| 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 {#1643 -form: Symfony\Component\Form\Form {#1625 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1644 …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 {#1505 +payload: null +message: "The pseudo must contain at least {{ value }} characters." } App\Validator\ValidForumPseudoCharacters {#1503 +payload: null +message: "The pseudo can only contain letters, numbers, "-", "_" and "."" } App\Validator\ValidForumPseudoNotInArray {#1515 +payload: null +message: "The pseudo is already in use" } ] |
[ App\Validator\ValidForumPseudoLength {#1505 +payload: null +message: "The pseudo must contain at least {{ value }} characters." } App\Validator\ValidForumPseudoCharacters {#1503 +payload: null +message: "The pseudo can only contain letters, numbers, "-", "_" and "."" } App\Validator\ValidForumPseudoNotInArray {#1515 +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 {#1505 +payload: null +message: "The pseudo must contain at least {{ value }} characters." } App\Validator\ValidForumPseudoCharacters {#1503 +payload: null +message: "The pseudo can only contain letters, numbers, "-", "_" and "."" } App\Validator\ValidForumPseudoNotInArray {#1515 +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 {#1346 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1347 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1348 …} -namespace: Closure() {#1350 …} } |
| data | "Avopy-100527" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1575 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1101 …} } |
| 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() {#1573 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1352 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1113 …} $translationDomain: "validators" $message: Closure() {#1574 …} } } |
| 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 {#1645 -form: Symfony\Component\Form\Form {#1628 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1646 …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 {#1346 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1347 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1348 …} -namespace: Closure() {#1350 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1566 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1101 …} } |
| 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() {#1564 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1352 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1113 …} $translationDomain: "validators" $message: Closure() {#1565 …} } } |
| 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 {#1664 -form: Symfony\Component\Form\Form {#1631 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1666 …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 {#1346 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1347 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1348 …} -namespace: Closure() {#1350 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1557 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1101 …} } |
| 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() {#1555 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1352 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1113 …} $translationDomain: "validators" $message: Closure() {#1556 …} } } |
| 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 {#1667 -form: Symfony\Component\Form\Form {#1634 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1668 …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 {#1346 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1347 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1348 …} -namespace: Closure() {#1350 …} } |
| 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() {#1603 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1352 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1113 …} $translationDomain: "validators" $message: Closure() {#1602 …} } } |
| 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 {#1671 +label: "Male" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1672 +label: "Female" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1669 -form: Symfony\Component\Form\Form {#1637 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1670 …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) {#1674 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1589 …} } |
| 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 | "1b91623a8e.CRK7bNhmdrfKsUYK8_1h_VpSWA35ziiLNYe9Gh2LMjE.e2LZIowDEe2T3XNBmKQt0GwNDzyVkVLtU-XEK2q8WV1aeOMA9VMawIbkFw" |
| 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 | "1b91623a8e.CRK7bNhmdrfKsUYK8_1h_VpSWA35ziiLNYe9Gh2LMjE.e2LZIowDEe2T3XNBmKQt0GwNDzyVkVLtU-XEK2q8WV1aeOMA9VMawIbkFw" |
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 {#1346 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1347 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1348 …} -namespace: Closure() {#1350 …} } |
| data | "1b91623a8e.CRK7bNhmdrfKsUYK8_1h_VpSWA35ziiLNYe9Gh2LMjE.e2LZIowDEe2T3XNBmKQt0GwNDzyVkVLtU-XEK2q8WV1aeOMA9VMawIbkFw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1679 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1101 …} } |
| 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() {#1681 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1352 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1113 …} $translationDomain: "validators" $message: Closure() {#1678 …} } } |
| 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 | "1b91623a8e.CRK7bNhmdrfKsUYK8_1h_VpSWA35ziiLNYe9Gh2LMjE.e2LZIowDEe2T3XNBmKQt0GwNDzyVkVLtU-XEK2q8WV1aeOMA9VMawIbkFw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1691 -form: Symfony\Component\Form\Form {#1687 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1682 …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 | "1b91623a8e.CRK7bNhmdrfKsUYK8_1h_VpSWA35ziiLNYe9Gh2LMjE.e2LZIowDEe2T3XNBmKQt0GwNDzyVkVLtU-XEK2q8WV1aeOMA9VMawIbkFw" |