- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 109
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- 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 {#1395 -id: null -titre: null -description: null -users: null -categorys: null -createdAt: null -type: null -categoryAnnonceClient: null -notifications: Doctrine\Common\Collections\ArrayCollection {#2464 …} -imageAnnonces: Doctrine\Common\Collections\ArrayCollection {#2465 …} -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 {#1395 -id: null -titre: null -description: null -users: null -categorys: null -createdAt: null -type: null -categoryAnnonceClient: null -notifications: Doctrine\Common\Collections\ArrayCollection {#2464 …} -imageAnnonces: Doctrine\Common\Collections\ArrayCollection {#2465 …} -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 {#188 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#189 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#190 …} -namespace: Closure() {#192 …} } |
| data | App\Entity\Annonce {#1395 -id: null -titre: null -description: null -users: null -categorys: null -createdAt: null -type: null -categoryAnnonceClient: null -notifications: Doctrine\Common\Collections\ArrayCollection {#2464 …} -imageAnnonces: Doctrine\Common\Collections\ArrayCollection {#2465 …} -subcategory: null } |
| data_class | "App\Entity\Annonce" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#9095 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#8971 …} 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() {#9093 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9064 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#8980 …} $translationDomain: "validators" $message: Closure() {#9094 …} } } |
| 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 {#1395 -id: null -titre: null -description: null -users: null -categorys: null -createdAt: null -type: null -categoryAnnonceClient: null -notifications: Doctrine\Common\Collections\ArrayCollection {#2464 …} -imageAnnonces: Doctrine\Common\Collections\ArrayCollection {#2465 …} -subcategory: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#9936 -form: Symfony\Component\Form\Form {#9198 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9868 …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 {#1395 -id: null -titre: null -description: null -users: null -categorys: null -createdAt: null -type: null -categoryAnnonceClient: null -notifications: Doctrine\Common\Collections\ArrayCollection {#2464 …} -imageAnnonces: Doctrine\Common\Collections\ArrayCollection {#2465 …} -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 {#188 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#189 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#190 …} -namespace: Closure() {#192 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#9138 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#8971 …} } |
| 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() {#9140 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9064 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#8980 …} $translationDomain: "validators" $message: Closure() {#9139 …} } } |
| 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 {#9941 -form: Symfony\Component\Form\Form {#9233 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9942 …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 {#9121 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#9118 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#9126 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#9122 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#9110 -om: ContainerLsoMa5T\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#177 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1283 …} -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 {#188 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#189 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#190 …} -namespace: Closure() {#192 …} } |
| data_class | null |
| disabled | false |
| em | ContainerLsoMa5T\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#177 …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 {#9110 -om: ContainerLsoMa5T\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#177 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1283 …} -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() {#9119 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9064 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#8980 …} $translationDomain: "validators" $message: Closure() {#9124 …} } } |
| 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 {#9924 +label: "Maillots de bain" +value: "22" +data: App\Entity\SubCategory {#6317 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9947 +label: "Serviette de bain" +value: "23" +data: App\Entity\SubCategory {#6949 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9933 +label: "LOCATION DE VÉHICULES" +value: "53" +data: App\Entity\SubCategory {#4989 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9956 +label: "RANDO - CANYONING & ESCALADE" +value: "54" +data: App\Entity\SubCategory {#5109 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9934 +label: "HOTEL & LOCATION SAISONNIERE" +value: "55" +data: App\Entity\SubCategory {#6962 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9944 +label: "BIEN-ÊTRE & MASSAGE" +value: "56" +data: App\Entity\SubCategory {#8876 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9946 +label: "PLONGEE-SOUS-MARINE - SNORKELING" +value: "57" +data: App\Entity\SubCategory {#5939 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9929 +label: "ACTIVITÉS CULTURELLES" +value: "58" +data: App\Entity\SubCategory {#5398 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9932 +label: "EXCURSION EN MER" +value: "59" +data: App\Entity\SubCategory {#6090 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9931 +label: "LOGEMENT D'EXCEPTION" +value: "60" +data: App\Entity\SubCategory {#6977 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9935 +label: "EXCURSIONS - VISISTE GUIDÉE - BALADE A VÉLO" +value: "61" +data: App\Entity\SubCategory {#5409 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9926 +label: "ATELIERS" +value: "62" +data: App\Entity\SubCategory {#5420 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#9940 -form: Symfony\Component\Form\Form {#9227 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9939 …5} |
| full_name | "annonce[subCategory]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "annonce_subCategory" |
| is_selected | Closure($choice, $value) {#9937 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#9075 …} } |
| 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 {#9148 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#9133 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#9153 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#9154 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#9135 -om: ContainerLsoMa5T\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#177 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1314 …} -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 {#188 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#189 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#190 …} -namespace: Closure() {#192 …} } |
| data_class | null |
| disabled | false |
| em | ContainerLsoMa5T\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#177 …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 {#9135 -om: ContainerLsoMa5T\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#177 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1314 …} -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() {#9132 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9064 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#8980 …} $translationDomain: "validators" $message: Closure() {#9129 …} } } |
| 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 {#9953 +label: "evenements-de-derniere-minute" +value: "1" +data: App\Entity\CategoryAnnonceClient {#9963 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9967 +label: "evenements-prochain" +value: "2" +data: App\Entity\CategoryAnnonceClient {#9973 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#9928 -form: Symfony\Component\Form\Form {#9225 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9938 …5} |
| full_name | "annonce[categoryAnnonceClient]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "annonce_categoryAnnonceClient" |
| is_selected | Closure($choice, $value) {#9949 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#9075 …} } |
| 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 {#188 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#189 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#190 …} -namespace: Closure() {#192 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#9164 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#8971 …} } |
| 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() {#9169 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9064 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#8980 …} $translationDomain: "validators" $message: Closure() {#9163 …} } } |
| 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 {#9951 -form: Symfony\Component\Form\Form {#9229 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9954 …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 {#188 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#189 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#190 …} -namespace: Closure() {#192 …} } |
| data_class | null |
| delete_empty | false |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#9182 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#8971 …} } |
| 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() {#9184 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9064 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#8980 …} $translationDomain: "validators" $message: Closure() {#9176 …} } } |
| 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 {#9976 -form: Symfony\Component\Form\Form {#9220 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9952 …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 {#9965 …5} |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_annonce_imageAnnonces" |
| valid | true |
| value | null |