- 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 {#1374 -id: null -titre: null -description: null -users: null -categorys: null -createdAt: null -type: null -categoryAnnonceClient: null -notifications: Doctrine\Common\Collections\ArrayCollection {#2427 …} -imageAnnonces: Doctrine\Common\Collections\ArrayCollection {#2428 …} -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 {#1374 -id: null -titre: null -description: null -users: null -categorys: null -createdAt: null -type: null -categoryAnnonceClient: null -notifications: Doctrine\Common\Collections\ArrayCollection {#2427 …} -imageAnnonces: Doctrine\Common\Collections\ArrayCollection {#2428 …} -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 {#1374 -id: null -titre: null -description: null -users: null -categorys: null -createdAt: null -type: null -categoryAnnonceClient: null -notifications: Doctrine\Common\Collections\ArrayCollection {#2427 …} -imageAnnonces: Doctrine\Common\Collections\ArrayCollection {#2428 …} -subcategory: null } |
data_class | "App\Entity\Annonce" |
disabled | false |
empty_data | Closure(FormInterface $form) {#8708 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#8584 …} 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() {#8706 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#8677 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#8593 …} $translationDomain: "validators" $message: Closure() {#8707 …} } } |
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 {#1374 -id: null -titre: null -description: null -users: null -categorys: null -createdAt: null -type: null -categoryAnnonceClient: null -notifications: Doctrine\Common\Collections\ArrayCollection {#2427 …} -imageAnnonces: Doctrine\Common\Collections\ArrayCollection {#2428 …} -subcategory: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9544 -form: Symfony\Component\Form\Form {#8811 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9476 …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 {#1374 -id: null -titre: null -description: null -users: null -categorys: null -createdAt: null -type: null -categoryAnnonceClient: null -notifications: Doctrine\Common\Collections\ArrayCollection {#2427 …} -imageAnnonces: Doctrine\Common\Collections\ArrayCollection {#2428 …} -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) {#8751 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#8584 …} } |
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() {#8753 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#8677 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#8593 …} $translationDomain: "validators" $message: Closure() {#8752 …} } } |
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 {#9549 -form: Symfony\Component\Form\Form {#8846 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9550 …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 {#8734 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#8731 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#8739 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#8735 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8723 -om: ContainerXt16A2C\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 | ContainerXt16A2C\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 {#8723 -om: ContainerXt16A2C\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() {#8732 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#8677 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#8593 …} $translationDomain: "validators" $message: Closure() {#8737 …} } } |
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 {#9532 +label: "Maillots de bain" +value: "22" +data: App\Entity\SubCategory {#6024 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9555 +label: "Serviette de bain" +value: "23" +data: App\Entity\SubCategory {#6636 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9541 +label: "LOCATION DE VÉHICULES" +value: "53" +data: App\Entity\SubCategory {#4853 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9564 +label: "RANDO - CANYONING & ESCALADE" +value: "54" +data: App\Entity\SubCategory {#4872 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9542 +label: "HOTEL & LOCATION SAISONNIERE" +value: "55" +data: App\Entity\SubCategory {#6645 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9552 +label: "BIEN-ÊTRE & MASSAGE" +value: "56" +data: App\Entity\SubCategory {#8495 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9554 +label: "PLONGEE-SOUS-MARINE - SNORKELING" +value: "57" +data: App\Entity\SubCategory {#5664 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9537 +label: "ACTIVITÉS CULTURELLES" +value: "58" +data: App\Entity\SubCategory {#5149 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9540 +label: "EXCURSION EN MER" +value: "59" +data: App\Entity\SubCategory {#5807 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9539 +label: "LOGEMENT D'EXCEPTION" +value: "60" +data: App\Entity\SubCategory {#6656 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9543 +label: "EXCURSIONS - VISISTE GUIDÉE - BALADE A VÉLO" +value: "61" +data: App\Entity\SubCategory {#5156 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9534 +label: "ATELIERS" +value: "62" +data: App\Entity\SubCategory {#5163 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9548 -form: Symfony\Component\Form\Form {#8840 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#9547 …5} |
full_name | "annonce[subCategory]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "annonce_subCategory" |
is_selected | Closure($choice, $value) {#9545 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#8688 …} } |
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 {#8761 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#8746 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#8766 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#8767 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#8748 -om: ContainerXt16A2C\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 | ContainerXt16A2C\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 {#8748 -om: ContainerXt16A2C\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() {#8745 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#8677 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#8593 …} $translationDomain: "validators" $message: Closure() {#8742 …} } } |
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 {#9561 +label: "evenements-de-derniere-minute" +value: "1" +data: App\Entity\CategoryAnnonceClient {#9571 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9575 +label: "evenements-prochain" +value: "2" +data: App\Entity\CategoryAnnonceClient {#9581 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9536 -form: Symfony\Component\Form\Form {#8838 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#9546 …5} |
full_name | "annonce[categoryAnnonceClient]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "annonce_categoryAnnonceClient" |
is_selected | Closure($choice, $value) {#9557 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#8688 …} } |
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) {#8777 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#8584 …} } |
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() {#8782 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#8677 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#8593 …} $translationDomain: "validators" $message: Closure() {#8776 …} } } |
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 {#9559 -form: Symfony\Component\Form\Form {#8842 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9562 …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) {#8795 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#8584 …} } |
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() {#8797 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#8677 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#8593 …} $translationDomain: "validators" $message: Closure() {#8789 …} } } |
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 {#9584 -form: Symfony\Component\Form\Form {#8833 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9560 …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 {#9573 …5} |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_annonce_imageAnnonces" |
valid | true |
value | null |