- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 115
- 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 {#3213 -id: null -titre: null -description: null -users: null -categorys: null -createdAt: null -type: null -categoryAnnonceClient: null -notifications: Doctrine\Common\Collections\ArrayCollection {#4350 …} -imageAnnonces: Doctrine\Common\Collections\ArrayCollection {#4351 …} -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 {#3213 -id: null -titre: null -description: null -users: null -categorys: null -createdAt: null -type: null -categoryAnnonceClient: null -notifications: Doctrine\Common\Collections\ArrayCollection {#4350 …} -imageAnnonces: Doctrine\Common\Collections\ArrayCollection {#4351 …} -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 {#3213 -id: null -titre: null -description: null -users: null -categorys: null -createdAt: null -type: null -categoryAnnonceClient: null -notifications: Doctrine\Common\Collections\ArrayCollection {#4350 …} -imageAnnonces: Doctrine\Common\Collections\ArrayCollection {#4351 …} -subcategory: null } |
| data_class | "App\Entity\Annonce" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#9885 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#9761 …} 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() {#9883 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9854 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#9770 …} $translationDomain: "validators" $message: Closure() {#9884 …} } } |
| 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 {#3213 -id: null -titre: null -description: null -users: null -categorys: null -createdAt: null -type: null -categoryAnnonceClient: null -notifications: Doctrine\Common\Collections\ArrayCollection {#4350 …} -imageAnnonces: Doctrine\Common\Collections\ArrayCollection {#4351 …} -subcategory: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10631 -form: Symfony\Component\Form\Form {#9988 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10563 …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 {#3213 -id: null -titre: null -description: null -users: null -categorys: null -createdAt: null -type: null -categoryAnnonceClient: null -notifications: Doctrine\Common\Collections\ArrayCollection {#4350 …} -imageAnnonces: Doctrine\Common\Collections\ArrayCollection {#4351 …} -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) {#9928 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#9761 …} } |
| 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() {#9930 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9854 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#9770 …} $translationDomain: "validators" $message: Closure() {#9929 …} } } |
| 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 {#10636 -form: Symfony\Component\Form\Form {#10023 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10637 …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 {#9911 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#9908 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#9916 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#9912 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#9900 -om: ContainerDa4ovIa\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 | ContainerDa4ovIa\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 {#9900 -om: ContainerDa4ovIa\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() {#9909 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9854 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#9770 …} $translationDomain: "validators" $message: Closure() {#9914 …} } } |
| 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 {#10619 +label: "Maillots de bain" +value: "22" +data: App\Entity\SubCategory {#7175 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10642 +label: "Serviette de bain" +value: "23" +data: App\Entity\SubCategory {#7809 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10628 +label: "LOCATION DE VÉHICULES" +value: "53" +data: App\Entity\SubCategory {#5890 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10651 +label: "RANDO - CANYONING & ESCALADE" +value: "54" +data: App\Entity\SubCategory {#5966 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10629 +label: "HOTEL & LOCATION SAISONNIERE" +value: "55" +data: Proxies\__CG__\App\Entity\SubCategory {#1328 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10641 +label: "BIEN-ÊTRE & MASSAGE" +value: "56" +data: App\Entity\SubCategory {#9666 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10639 +label: "PLONGEE-SOUS-MARINE - SNORKELING" +value: "57" +data: App\Entity\SubCategory {#6797 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10627 +label: "ACTIVITÉS CULTURELLES" +value: "58" +data: App\Entity\SubCategory {#6255 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10626 +label: "EXCURSION EN MER" +value: "59" +data: App\Entity\SubCategory {#6948 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10630 +label: "LOGEMENT D'EXCEPTION" +value: "60" +data: App\Entity\SubCategory {#7836 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10621 +label: "EXCURSIONS - VISISTE GUIDÉE - BALADE A VÉLO" +value: "61" +data: App\Entity\SubCategory {#6266 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10623 +label: "ATELIERS" +value: "62" +data: App\Entity\SubCategory {#6277 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10635 -form: Symfony\Component\Form\Form {#10017 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#10634 …5} |
| full_name | "annonce[subCategory]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "annonce_subCategory" |
| is_selected | Closure($choice, $value) {#10632 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#9865 …} } |
| 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 {#9938 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#9923 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#9943 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#9944 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#9925 -om: ContainerDa4ovIa\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 | ContainerDa4ovIa\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 {#9925 -om: ContainerDa4ovIa\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() {#9922 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9854 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#9770 …} $translationDomain: "validators" $message: Closure() {#9919 …} } } |
| 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 {#10647 +label: "urgent" +value: "1" +data: App\Entity\CategoryAnnonceClient {#10660 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#10663 +label: "evenements-prochain" +value: "2" +data: App\Entity\CategoryAnnonceClient {#3193 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#10644 -form: Symfony\Component\Form\Form {#10015 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#10633 …5} |
| full_name | "annonce[categoryAnnonceClient]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "annonce_categoryAnnonceClient" |
| is_selected | Closure($choice, $value) {#10649 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#9865 …} } |
| 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) {#9954 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#9761 …} } |
| 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() {#9959 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9854 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#9770 …} $translationDomain: "validators" $message: Closure() {#9953 …} } } |
| 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 {#10652 -form: Symfony\Component\Form\Form {#10019 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10648 …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) {#9972 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#9761 …} } |
| 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() {#9974 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9854 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#9770 …} $translationDomain: "validators" $message: Closure() {#9966 …} } } |
| 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 {#10672 -form: Symfony\Component\Form\Form {#10010 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#10646 …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 {#10661 …5} |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_annonce_imageAnnonces" |
| valid | true |
| value | null |