- Request / Response
- API Platform
- Performance
- Validator
- Forms
- Exception
- Logs 13
- Events
- Routing
- Cache
- Translation 18
- Security
- Twig
- Doctrine 2
- E-mails
- Httplug 0/0
- VichUploader
- Configuration
Configuration Settings
Theme
Default theme. Improves readability.
Reduces eye fatigue. Ideal for low light conditions.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
offers
"App\Form\OffersType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Offers {#1343 -id: null -status: "Publiée" -user: null -accountForm: Doctrine\Common\Collections\ArrayCollection {#1344 …} -title: null -content: null -createdAt: "22-06-2025 06:43:21" -address: null -codePostal: null -city: null -latitude: null -longitude: null -category: null -proposals: Doctrine\Common\Collections\ArrayCollection {#1345 …} -distance: null -duration: null -images: Doctrine\Common\Collections\ArrayCollection {#1346 …} } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Offers {#1343 -id: null -status: "Publiée" -user: null -accountForm: Doctrine\Common\Collections\ArrayCollection {#1344 …} -title: null -content: null -createdAt: "22-06-2025 06:43:21" -address: null -codePostal: null -city: null -latitude: null -longitude: null -category: null -proposals: Doctrine\Common\Collections\ArrayCollection {#1345 …} -distance: null -duration: null -images: Doctrine\Common\Collections\ArrayCollection {#1346 …} } |
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 {#613 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#618 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#586 …} -namespace: Closure() {#678 …} } |
data | App\Entity\Offers {#1343 -id: null -status: "Publiée" -user: null -accountForm: Doctrine\Common\Collections\ArrayCollection {#1344 …} -title: null -content: null -createdAt: "22-06-2025 06:43:21" -address: null -codePostal: null -city: null -latitude: null -longitude: null -category: null -proposals: Doctrine\Common\Collections\ArrayCollection {#1345 …} -distance: null -duration: null -images: Doctrine\Common\Collections\ArrayCollection {#1346 …} } |
data_class | "App\Entity\Offers" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1389 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1364 …} use: { $class: "App\Entity\Offers" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1391 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1373 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#327 …} $translationDomain: "validators" $message: Closure() {#1390 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "offers" "_offers" ] |
cache_key | "_offers_offers" |
compound | true |
data | App\Entity\Offers {#1343 -id: null -status: "Publiée" -user: null -accountForm: Doctrine\Common\Collections\ArrayCollection {#1344 …} -title: null -content: null -createdAt: "22-06-2025 06:43:21" -address: null -codePostal: null -city: null -latitude: null -longitude: null -category: null -proposals: Doctrine\Common\Collections\ArrayCollection {#1345 …} -distance: null -duration: null -images: Doctrine\Common\Collections\ArrayCollection {#1346 …} } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1560 -form: Symfony\Component\Form\Form {#1561 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1392 …5} |
full_name | "offers" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "offers" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "offers" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_offers" |
valid | true |
value | App\Entity\Offers {#1343 -id: null -status: "Publiée" -user: null -accountForm: Doctrine\Common\Collections\ArrayCollection {#1344 …} -title: null -content: null -createdAt: "22-06-2025 06:43:21" -address: null -codePostal: null -city: null -latitude: null -longitude: null -category: null -proposals: Doctrine\Common\Collections\ArrayCollection {#1345 …} -distance: null -duration: null -images: Doctrine\Common\Collections\ArrayCollection {#1346 …} } |
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 |
---|---|---|
label | "Titre de l'offre de Job" |
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 | 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 {#613 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#618 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#586 …} -namespace: Closure() {#678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1403 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1364 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Titre de l'offre de Job" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1405 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1373 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#327 …} $translationDomain: "validators" $message: Closure() {#1404 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_offers_title" ] |
cache_key | "_offers_title_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1470 -form: Symfony\Component\Form\Form {#1564 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1482 …5} |
full_name | "offers[title]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "offers_title" |
label | "Titre de l'offre de Job" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "title" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_offers_title" |
valid | true |
value | "" |
content
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
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 | [ "rows" => 10 "cols" => 50 "placeholder" => "Décrivez votre offre de Job" "class" => "shadow" ] |
[ "rows" => 10 "cols" => 50 "placeholder" => "Décrivez votre offre de Job" "class" => "shadow" ] |
label | "Description de l'offre de Job" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "rows" => 10 "cols" => 50 "placeholder" => "Décrivez votre offre de Job" "class" => "shadow" ] |
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 {#613 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#618 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#586 …} -namespace: Closure() {#678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1416 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1364 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Description de l'offre de Job" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1418 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1373 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#327 …} $translationDomain: "validators" $message: Closure() {#1417 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "rows" => 10 "cols" => 50 "placeholder" => "Décrivez votre offre de Job" "class" => "shadow" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_offers_content" ] |
cache_key | "_offers_content_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1450 -form: Symfony\Component\Form\Form {#1567 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1441 …5} |
full_name | "offers[content]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "offers_content" |
label | "Description de l'offre de Job" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "content" |
pattern | null |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_offers_content" |
valid | true |
value | "" |
address
"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 |
---|---|---|
label | "Adresse de l'offre de Job ( sélectionner votre adresse dans la liste déroulante )" |
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 | 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 {#613 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#618 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#586 …} -namespace: Closure() {#678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1425 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1364 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Adresse de l'offre de Job ( sélectionner votre adresse dans la liste déroulante )" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1427 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1373 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#327 …} $translationDomain: "validators" $message: Closure() {#1426 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_offers_address" ] |
cache_key | "_offers_address_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1428 -form: Symfony\Component\Form\Form {#1570 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1419 …5} |
full_name | "offers[address]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "offers_address" |
label | "Adresse de l'offre de Job ( sélectionner votre adresse dans la liste déroulante )" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "address" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_offers_address" |
valid | true |
value | "" |
code_postal
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#613 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#618 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#586 …} -namespace: Closure() {#678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1438 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1364 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1440 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1373 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#327 …} $translationDomain: "validators" $message: Closure() {#1439 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_offers_code_postal" ] |
cache_key | "_offers_code_postal_hidden" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1406 -form: Symfony\Component\Form\Form {#1573 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1594 …5} |
full_name | "offers[code_postal]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "offers_code_postal" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "code_postal" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_offers_code_postal" |
valid | true |
value | "" |
city
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#613 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#618 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#586 …} -namespace: Closure() {#678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1447 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1364 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1449 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1373 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#327 …} $translationDomain: "validators" $message: Closure() {#1448 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_offers_city" ] |
cache_key | "_offers_city_hidden" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1596 -form: Symfony\Component\Form\Form {#1576 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1597 …5} |
full_name | "offers[city]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "offers_city" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "city" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_offers_city" |
valid | true |
value | "" |
category
"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" => "custom-select-class" ] |
[ "class" => "custom-select-class" ] |
choices | [ "Jardinage" => "technology" "Ménage" => "science" "Garde d'animaux" => "health" "Bricolage" => "Bricolage" "Baby-Sitting" => "Baby-Sitting" "Nettoyage" => "Nettoyage" "Voiture" => "Voiture" "Coiffure" => "Coiffure" ] |
[ "Jardinage" => "technology" "Ménage" => "science" "Garde d'animaux" => "health" "Bricolage" => "Bricolage" "Baby-Sitting" => "Baby-Sitting" "Nettoyage" => "Nettoyage" "Voiture" => "Voiture" "Coiffure" => "Coiffure" ] |
expanded | false |
false
|
label | "Catégorie de Job" |
same as passed value |
multiple | false |
false
|
placeholder | "Sélectionner une catégorie" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "custom-select-class" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_value | null |
choices | [ "Jardinage" => "technology" "Ménage" => "science" "Garde d'animaux" => "health" "Bricolage" => "Bricolage" "Baby-Sitting" => "Baby-Sitting" "Nettoyage" => "Nettoyage" "Voiture" => "Voiture" "Coiffure" => "Coiffure" ] |
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 {#613 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#618 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#586 …} -namespace: Closure() {#678 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
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 | [] |
label | "Catégorie de Job" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Sélectionner une catégorie" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1469 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1373 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#327 …} $translationDomain: "validators" $message: Closure() {#1467 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "custom-select-class" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_offers_category" ] |
cache_key | "_offers_category_choice" |
choice_translation_domain | null |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1629 +label: "Jardinage" +value: "technology" +data: "technology" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1630 +label: "Ménage" +value: "science" +data: "science" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1631 +label: "Garde d'animaux" +value: "health" +data: "health" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1632 +label: "Bricolage" +value: "Bricolage" +data: "Bricolage" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1633 +label: "Baby-Sitting" +value: "Baby-Sitting" +data: "Baby-Sitting" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1634 +label: "Nettoyage" +value: "Nettoyage" +data: "Nettoyage" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1635 +label: "Voiture" +value: "Voiture" +data: "Voiture" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1636 +label: "Coiffure" +value: "Coiffure" +data: "Coiffure" +attr: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1598 -form: Symfony\Component\Form\Form {#1579 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1599 …5} |
full_name | "offers[category]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "offers_category" |
is_selected | Closure($choice, $value) {#1638 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1455 …} } |
label | "Catégorie de Job" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "category" |
placeholder | "Sélectionner une catégorie" |
placeholder_in_choices | false |
preferred_choices | [] |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_offers_category" |
valid | true |
value | "" |
latitude
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Titre de l'offre de Job" |
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 | 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 {#613 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#618 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#586 …} -namespace: Closure() {#678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1479 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1364 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Titre de l'offre de Job" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1481 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1373 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#327 …} $translationDomain: "validators" $message: Closure() {#1480 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_offers_latitude" ] |
cache_key | "_offers_latitude_hidden" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1639 -form: Symfony\Component\Form\Form {#1582 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1640 …5} |
full_name | "offers[latitude]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "offers_latitude" |
label | "Titre de l'offre de Job" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "latitude" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_offers_latitude" |
valid | true |
value | "" |
longitude
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Titre de l'offre de Job" |
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 | 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 {#613 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#618 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#586 …} -namespace: Closure() {#678 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1488 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1364 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Titre de l'offre de Job" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1490 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1373 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#327 …} $translationDomain: "validators" $message: Closure() {#1489 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_offers_longitude" ] |
cache_key | "_offers_longitude_hidden" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1641 -form: Symfony\Component\Form\Form {#1585 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1642 …5} |
full_name | "offers[longitude]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "offers_longitude" |
label | "Titre de l'offre de Job" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "longitude" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_offers_longitude" |
valid | true |
value | "" |
images
"Symfony\Component\Form\Extension\Core\Type\CollectionType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | Doctrine\Common\Collections\ArrayCollection {#1626 -elements: [] } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
allow_add | true |
same as passed value |
by_reference | false |
false
|
entry_type | "App\Form\ImagesOfferType" |
same as passed value |
label | "Ajouter des photos" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_add | true |
allow_delete | false |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | false |
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 {#613 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#618 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#586 …} -namespace: Closure() {#678 …} } |
data_class | null |
delete_empty | false |
disabled | false |
empty_data | Closure(FormInterface $form) {#1502 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1364 …} } |
entry_options | [ "block_name" => "entry" ] |
entry_type | "App\Form\ImagesOfferType" |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "Ajouter des photos" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
prototype | true |
prototype_data | null |
prototype_name | "__name__" |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1504 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1373 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#327 …} $translationDomain: "validators" $message: Closure() {#1503 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
allow_add | true |
allow_delete | false |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "collection" "_offers_images" ] |
cache_key | "_offers_images_collection" |
compound | true |
data | Doctrine\Common\Collections\ArrayCollection {#1626 -elements: [] } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1643 -form: Symfony\Component\Form\Form {#1588 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1644 …5} |
full_name | "offers[images]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "offers_images" |
label | "Ajouter des photos" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "images" |
prototype | Symfony\Component\Form\FormView {#1645 …5} |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_offers_images" |
valid | true |
value | Doctrine\Common\Collections\ArrayCollection {#1626 -elements: [] } |
submit
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "m-3" 0 => "d-inline-block w-25" ] |
[ "class" => "m-3" 0 => "d-inline-block w-25" ] |
label | "Déposer votre offre" |
same as passed value |
row_attr | [ "class" => "d-inline-block w-25" ] |
[ "class" => "d-inline-block w-25" ] |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "m-3" 0 => "d-inline-block w-25" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
label | "Déposer votre offre" |
label_format | null |
label_translation_parameters | [] |
row_attr | [ "class" => "d-inline-block w-25" ] |
translation_domain | null |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [ "class" => "m-3" 0 => "d-inline-block w-25" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_offers_submit" ] |
cache_key | "_offers_submit_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#1647 …5} |
full_name | "offers[submit]" |
id | "offers_submit" |
label | "Déposer votre offre" |
label_format | null |
label_translation_parameters | [] |
multipart | false |
name | "submit" |
row_attr | [ "class" => "d-inline-block w-25" ] |
translation_domain | null |
unique_block_prefix | "_offers_submit" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "20t8jw21aKbVDQ0tRTrwJBLi_G_GN3VtvjFm0FQCZFk" |
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 | "20t8jw21aKbVDQ0tRTrwJBLi_G_GN3VtvjFm0FQCZFk" |
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 {#613 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#618 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#586 …} -namespace: Closure() {#678 …} } |
data | "20t8jw21aKbVDQ0tRTrwJBLi_G_GN3VtvjFm0FQCZFk" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1505 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1364 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1652 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1373 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#327 …} $translationDomain: "validators" $message: Closure() {#1648 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_offers__token" ] |
cache_key | "_offers__token_hidden" |
compound | false |
data | "20t8jw21aKbVDQ0tRTrwJBLi_G_GN3VtvjFm0FQCZFk" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1661 -form: Symfony\Component\Form\Form {#1657 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1651 …5} |
full_name | "offers[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "offers__token" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_offers__token" |
valid | true |
value | "20t8jw21aKbVDQ0tRTrwJBLi_G_GN3VtvjFm0FQCZFk" |