- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 109
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine 6
- E-mails
- Debug
- E-mails
- Notifications
- Mercure
- 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
annonce
"App\Form\AnnonceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Annonce {#3090 -id: null -titre: null -description: null -users: null -categorys: null -createdAt: null -type: null -categoryAnnonceClient: null -notifications: Doctrine\Common\Collections\ArrayCollection {#4212 …} -imageAnnonces: Doctrine\Common\Collections\ArrayCollection {#4213 …} -subcategory: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Annonce {#3090 -id: null -titre: null -description: null -users: null -categorys: null -createdAt: null -type: null -categoryAnnonceClient: null -notifications: Doctrine\Common\Collections\ArrayCollection {#4212 …} -imageAnnonces: Doctrine\Common\Collections\ArrayCollection {#4213 …} -subcategory: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#180 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#181 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#182 …} -namespace: Closure() {#184 …} } |
| data | App\Entity\Annonce {#3090 -id: null -titre: null -description: null -users: null -categorys: null -createdAt: null -type: null -categoryAnnonceClient: null -notifications: Doctrine\Common\Collections\ArrayCollection {#4212 …} -imageAnnonces: Doctrine\Common\Collections\ArrayCollection {#4213 …} -subcategory: null } |
| data_class | "App\Entity\Annonce" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#9577 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#9453 …} use: { $class: "App\Entity\Annonce" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#9575 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9546 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#9462 …} $translationDomain: "validators" $message: Closure() {#9576 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "annonce" "_annonce" ] |
| cache_key | "_annonce_annonce" |
| compound | true |
| data | App\Entity\Annonce {#3090 -id: null -titre: null -description: null -users: null -categorys: null -createdAt: null -type: null -categoryAnnonceClient: null -notifications: Doctrine\Common\Collections\ArrayCollection {#4212 …} -imageAnnonces: Doctrine\Common\Collections\ArrayCollection {#4213 …} -subcategory: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10323 -form: Symfony\Component\Form\Form {#9680 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10255 …5} |
| full_name | "annonce" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "annonce" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "annonce" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_annonce" |
| valid | true |
| value | App\Entity\Annonce {#3090 -id: null -titre: null -description: null -users: null -categorys: null -createdAt: null -type: null -categoryAnnonceClient: null -notifications: Doctrine\Common\Collections\ArrayCollection {#4212 …} -imageAnnonces: Doctrine\Common\Collections\ArrayCollection {#4213 …} -subcategory: null } |
titre
"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 | [ "placeholder" => "Titre de l'annonce *" "class" => "form-control" ] |
[ "placeholder" => "Titre de l'annonce *" "class" => "form-control" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Titre de l'annonce *" "class" => "form-control" ] |
| 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 {#180 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#181 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#182 …} -namespace: Closure() {#184 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#9620 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#9453 …} } |
| 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() {#9622 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9546 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#9462 …} $translationDomain: "validators" $message: Closure() {#9621 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Titre de l'annonce *" "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_annonce_titre" ] |
| cache_key | "_annonce_titre_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10328 -form: Symfony\Component\Form\Form {#9715 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10329 …5} |
| full_name | "annonce[titre]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "annonce_titre" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "titre" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_annonce_titre" |
| valid | true |
| value | "" |
subCategory
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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" => "form-control zah_select" ] |
[ "class" => "form-control zah_select" ] |
| choice_label | "name" |
same as passed value |
| class | "App\Entity\SubCategory" |
same as passed value |
| label | "Catégorie" |
same as passed value |
| placeholder | "Selectionné le categorie " |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control zah_select" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#9603 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#9600 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#9608 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#9604 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#9592 -om: ContainerYUVgttV\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#169 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1269 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\SubCategory" |
| 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 {#180 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#181 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#182 …} -namespace: Closure() {#184 …} } |
| data_class | null |
| disabled | false |
| em | ContainerYUVgttV\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#169 …2} |
| 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 | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#9592 -om: ContainerYUVgttV\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#169 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1269 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Catégorie" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Selectionné le categorie " |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#9601 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9546 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#9462 …} $translationDomain: "validators" $message: Closure() {#9606 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control zah_select" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_annonce_subCategory" ] |
| cache_key | "_annonce_subCategory_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10311 +label: "Maillots de bain" +value: "22" +data: App\Entity\SubCategory {#6892 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10334 +label: "Serviette de bain" +value: "23" +data: App\Entity\SubCategory {#7504 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10320 +label: "LOCATION DE VÉHICULES" +value: "53" +data: App\Entity\SubCategory {#5680 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10343 +label: "RANDO - CANYONING & ESCALADE" +value: "54" +data: App\Entity\SubCategory {#5742 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10321 +label: "HOTEL & LOCATION SAISONNIERE" +value: "55" +data: Proxies\__CG__\App\Entity\SubCategory {#1313 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10333 +label: "BIEN-ÊTRE & MASSAGE" +value: "56" +data: App\Entity\SubCategory {#9364 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10331 +label: "PLONGEE-SOUS-MARINE - SNORKELING" +value: "57" +data: App\Entity\SubCategory {#6532 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10319 +label: "ACTIVITÉS CULTURELLES" +value: "58" +data: App\Entity\SubCategory {#6019 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10318 +label: "EXCURSION EN MER" +value: "59" +data: App\Entity\SubCategory {#6675 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10322 +label: "LOGEMENT D'EXCEPTION" +value: "60" +data: App\Entity\SubCategory {#7523 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10313 +label: "EXCURSIONS - VISISTE GUIDÉE - BALADE A VÉLO" +value: "61" +data: App\Entity\SubCategory {#6026 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10315 +label: "ATELIERS" +value: "62" +data: App\Entity\SubCategory {#6033 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10327 -form: Symfony\Component\Form\Form {#9709 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#10326 …5} |
| full_name | "annonce[subCategory]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "annonce_subCategory" |
| is_selected | Closure($choice, $value) {#10324 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#9557 …} } |
| label | "Catégorie" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "subCategory" |
| placeholder | "Selectionné le categorie " |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_annonce_subCategory" |
| valid | true |
| value | "" |
categoryAnnonceClient
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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" => "form-control zah_select" ] |
[ "class" => "form-control zah_select" ] |
| choice_label | "name" |
same as passed value |
| class | "App\Entity\CategoryAnnonceClient" |
same as passed value |
| label | "Priorité" |
same as passed value |
| placeholder | "Sélectionner la priorité " |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control zah_select" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#9630 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#9615 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#9635 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#9636 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#9617 -om: ContainerYUVgttV\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#169 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1294 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\CategoryAnnonceClient" |
| 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 {#180 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#181 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#182 …} -namespace: Closure() {#184 …} } |
| data_class | null |
| disabled | false |
| em | ContainerYUVgttV\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#169 …2} |
| 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 | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#9617 -om: ContainerYUVgttV\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#169 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1294 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Priorité" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Sélectionner la priorité " |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#9614 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9546 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#9462 …} $translationDomain: "validators" $message: Closure() {#9611 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control zah_select" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_annonce_categoryAnnonceClient" ] |
| cache_key | "_annonce_categoryAnnonceClient_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10339 +label: "urgent" +value: "1" +data: App\Entity\CategoryAnnonceClient {#10352 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10355 +label: "evenements-prochain" +value: "2" +data: App\Entity\CategoryAnnonceClient {#3070 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10336 -form: Symfony\Component\Form\Form {#9707 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#10325 …5} |
| full_name | "annonce[categoryAnnonceClient]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "annonce_categoryAnnonceClient" |
| is_selected | Closure($choice, $value) {#10341 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#9557 …} } |
| label | "Priorité" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "categoryAnnonceClient" |
| placeholder | "Sélectionner la priorité " |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_annonce_categoryAnnonceClient" |
| valid | true |
| value | "" |
description
"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 | [ "placeholder" => "Ecriver votre description" "class" => "form-control" ] |
[ "placeholder" => "Ecriver votre description" "class" => "form-control" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Ecriver votre description" "class" => "form-control" ] |
| 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 {#180 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#181 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#182 …} -namespace: Closure() {#184 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#9646 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#9453 …} } |
| 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() {#9651 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9546 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#9462 …} $translationDomain: "validators" $message: Closure() {#9645 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Ecriver votre description" "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_annonce_description" ] |
| cache_key | "_annonce_description_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10344 -form: Symfony\Component\Form\Form {#9711 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10340 …5} |
| full_name | "annonce[description]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "annonce_description" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "description" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_annonce_description" |
| valid | true |
| value | "" |
imageAnnonces
"Symfony\Component\Form\Extension\Core\Type\CollectionType"
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 |
|---|---|---|
| allow_add | true |
same as passed value |
| allow_delete | true |
same as passed value |
| entry_type | "App\Form\ImageType" |
same as passed value |
| mapped | false |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| 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 {#180 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#181 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#182 …} -namespace: Closure() {#184 …} } |
| data_class | null |
| delete_empty | false |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#9664 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#9453 …} } |
| entry_options | [ "block_name" => "entry" ] |
| entry_type | "App\Form\ImageType" |
| 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 |
| prototype | true |
| prototype_data | null |
| prototype_name | "__name__" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#9666 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9546 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#9462 …} $translationDomain: "validators" $message: Closure() {#9658 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "collection" "_annonce_imageAnnonces" ] |
| cache_key | "_annonce_imageAnnonces_collection" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10364 -form: Symfony\Component\Form\Form {#9702 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10338 …5} |
| full_name | "annonce[imageAnnonces]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "annonce_imageAnnonces" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "imageAnnonces" |
| priority | 0 |
| prototype | Symfony\Component\Form\FormView {#10353 …5} |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_annonce_imageAnnonces" |
| valid | true |
| value | null |