Forms
-
search_blog
-
query
-
-
command
-
firstname
-
lastname
-
address
-
email
-
tel
-
category
-
recaptcha
-
subcategory
-
todo
-
_token
-
search_blog
Form type:
"App\Form\SearchBlogType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Model\SearchBlogData {#706 +query: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "/blog/recherche" |
same as passed value |
| data | App\Model\SearchBlogData {#706 +query: null } |
same as passed value |
| method | "GET" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/blog/recherche" |
| 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 | "submit" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#737 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#736 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#735 …} -namespace: Closure() {#733 …} } |
| data | App\Model\SearchBlogData {#706 +query: null } |
| data_class | "App\Model\SearchBlogData" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#770 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Model\SearchBlogData" } } |
| 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 | [] |
| mapped | true |
| method | "GET" |
| 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() {#768 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#294 …} $message: Closure() {#769 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "/blog/recherche" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "search_blog" "_search_blog" ] |
| cache_key | "_search_blog_search_blog" |
| compound | true |
| data | App\Model\SearchBlogData {#706 +query: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#755 -errors: [] -form: Symfony\Component\Form\Form {#752 …} } |
| form | Symfony\Component\Form\FormView {#767 …5} |
| full_name | "search_blog" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_blog" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "GET" |
| multipart | false |
| name | "search_blog" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_blog" |
| valid | true |
| value | App\Model\SearchBlogData {#706 +query: null } |
query
Errors
This form has no errors.
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" => "Rechercher un article..." "class" => "form-control" ] |
[ "placeholder" => "Rechercher un article..." "class" => "form-control" ] |
| label | false |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Rechercher un article..." "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 | "submit" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#737 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#736 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#735 …} -namespace: Closure() {#733 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#780 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Please enter a valid search term." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#715 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#294 …} $message: Closure() {#711 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Rechercher un article..." "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "search" "_search_blog_query" ] |
| cache_key | "_search_blog_query_search" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#785 -errors: [] -form: Symfony\Component\Form\Form {#806 …} } |
| form | Symfony\Component\Form\FormView {#787 …5} |
| full_name | "search_blog[query]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_blog_query" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "query" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_blog_query" |
| valid | true |
| value | "" |
command
Form type:
"App\Form\CommandType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Command {#1189 -id: null -firstname: null -lastname: null -address: null -email: null -tel: null -business_name: null -siret: null -contact: null -type: null -todo: null -recapCommands: Doctrine\Common\Collections\ArrayCollection {#1188 …} -costumer_stripe_id: null -command_key: null -intervention: null -upfront: null -cp: null -stripe_transaction_secret: null -stripe_id: null -stripe_status: null -stripe_created: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Command {#1189 -id: null -firstname: null -lastname: null -address: null -email: null -tel: null -business_name: null -siret: null -contact: null -type: null -todo: null -recapCommands: Doctrine\Common\Collections\ArrayCollection {#1188 …} -costumer_stripe_id: null -command_key: null -intervention: null -upfront: null -cp: null -stripe_transaction_secret: null -stripe_id: null -stripe_status: null -stripe_created: null } |
same as passed value |
| subcategories_url | "/front/Category/subcategories" |
same as passed value |
| type | App\Entity\Type {#943 -id: 1 -name: "Vous êtes un particulier" -slug: "Particulier" -categories: Doctrine\ORM\PersistentCollection {#938 …} -clients: Doctrine\ORM\PersistentCollection {#944 …} -commands: Doctrine\ORM\PersistentCollection {#947 …} -interventionTarifs: Doctrine\ORM\PersistentCollection {#872 …} -tarifCategories: Doctrine\ORM\PersistentCollection {#1102 …} } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | "submit" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#737 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#736 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#735 …} -namespace: Closure() {#733 …} } |
| data | App\Entity\Command {#1189 -id: null -firstname: null -lastname: null -address: null -email: null -tel: null -business_name: null -siret: null -contact: null -type: null -todo: null -recapCommands: Doctrine\Common\Collections\ArrayCollection {#1188 …} -costumer_stripe_id: null -command_key: null -intervention: null -upfront: null -cp: null -stripe_transaction_secret: null -stripe_id: null -stripe_status: null -stripe_created: null } |
| data_class | "App\Entity\Command" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1179 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Command" } } |
| 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 | [] |
| 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 |
| subcategories_url | "/front/Category/subcategories" |
| translation_domain | null |
| trim | true |
| type | App\Entity\Type {#943 -id: 1 -name: "Vous êtes un particulier" -slug: "Particulier" -categories: Doctrine\ORM\PersistentCollection {#938 …} -clients: Doctrine\ORM\PersistentCollection {#944 …} -commands: Doctrine\ORM\PersistentCollection {#947 …} -interventionTarifs: Doctrine\ORM\PersistentCollection {#872 …} -tarifCategories: Doctrine\ORM\PersistentCollection {#1102 …} } |
| upload_max_size_message | Closure() {#1177 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#294 …} $message: Closure() {#1178 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "command" "_command" ] |
| cache_key | "_command_command" |
| compound | true |
| data | App\Entity\Command {#1189 -id: null -firstname: null -lastname: null -address: null -email: null -tel: null -business_name: null -siret: null -contact: null -type: null -todo: null -recapCommands: Doctrine\Common\Collections\ArrayCollection {#1188 …} -costumer_stripe_id: null -command_key: null -intervention: null -upfront: null -cp: null -stripe_transaction_secret: null -stripe_id: null -stripe_status: null -stripe_created: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1456 -errors: [] -form: Symfony\Component\Form\Form {#1404 …} } |
| form | Symfony\Component\Form\FormView {#1176 …5} |
| full_name | "command" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "command" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "command" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_command" |
| valid | true |
| value | App\Entity\Command {#1189 -id: null -firstname: null -lastname: null -address: null -email: null -tel: null -business_name: null -siret: null -contact: null -type: null -todo: null -recapCommands: Doctrine\Common\Collections\ArrayCollection {#1188 …} -costumer_stripe_id: null -command_key: null -intervention: null -upfront: null -cp: null -stripe_transaction_secret: null -stripe_id: null -stripe_status: null -stripe_created: null } |
firstname
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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" => "Veuillez renseigner votre prénom" "class" => "bg-transparent bor" ] |
[ "placeholder" => "Veuillez renseigner votre prénom" "class" => "bg-transparent bor" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1201 +payload: null +groups: ? ?array +message: "Le prénom est obligatoire." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1201 +payload: null +groups: ? ?array +message: "Le prénom est obligatoire." +allowNull: false +normalizer: null } ] |
| label | "Votre prénom" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Veuillez renseigner votre prénom" "class" => "bg-transparent bor" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1201 +payload: null +groups: ? ?array +message: "Le prénom est obligatoire." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | "submit" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#737 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#736 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#735 …} -namespace: Closure() {#733 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1276 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Votre prénom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#1273 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#294 …} $message: Closure() {#1274 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Veuillez renseigner votre prénom" "class" => "bg-transparent bor" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_command_firstname" ] |
| cache_key | "_command_firstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1372 -errors: [] -form: Symfony\Component\Form\Form {#1460 …} } |
| form | Symfony\Component\Form\FormView {#1439 …5} |
| full_name | "command[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "command_firstname" |
| label | "Votre prénom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_command_firstname" |
| valid | true |
| value | "" |
lastname
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 | [ "maxlength" => 30 "placeholder" => "Veuillez renseigner votre nom" "class" => "bg-transparent bor" ] |
[ "maxlength" => 30 "placeholder" => "Veuillez renseigner votre nom" "class" => "bg-transparent bor" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1203 +payload: null +groups: ? ?array +message: "Le nom est obligatoire." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1203 +payload: null +groups: ? ?array +message: "Le nom est obligatoire." +allowNull: false +normalizer: null } ] |
| label | "Votre nom" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 30 "placeholder" => "Veuillez renseigner votre nom" "class" => "bg-transparent bor" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1203 +payload: null +groups: ? ?array +message: "Le nom est obligatoire." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | "submit" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#737 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#736 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#735 …} -namespace: Closure() {#733 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1262 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Votre nom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#1410 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#294 …} $message: Closure() {#1428 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 30 "placeholder" => "Veuillez renseigner votre nom" "class" => "bg-transparent bor" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_command_lastname" ] |
| cache_key | "_command_lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1424 -errors: [] -form: Symfony\Component\Form\Form {#1463 …} } |
| form | Symfony\Component\Form\FormView {#1272 …5} |
| full_name | "command[lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "command_lastname" |
| label | "Votre nom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_command_lastname" |
| valid | true |
| value | "" |
address
Errors
This form has no errors.
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" => "Veuillez renseigner votre adresse" "class" => "bg-transparent bor addressField" ] |
[ "placeholder" => "Veuillez renseigner votre adresse" "class" => "bg-transparent bor addressField" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1204 +payload: null +groups: ? ?array +message: "L'adresse est obligatoire." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1204 +payload: null +groups: ? ?array +message: "L'adresse est obligatoire." +allowNull: false +normalizer: null } ] |
| label | "Votre adresse" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Veuillez renseigner votre adresse" "class" => "bg-transparent bor addressField" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1204 +payload: null +groups: ? ?array +message: "L'adresse est obligatoire." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | "submit" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#737 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#736 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#735 …} -namespace: Closure() {#733 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1395 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Votre adresse" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#1258 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#294 …} $message: Closure() {#1437 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Veuillez renseigner votre adresse" "class" => "bg-transparent bor addressField" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_command_address" ] |
| cache_key | "_command_address_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1501 -errors: [] -form: Symfony\Component\Form\Form {#1466 …} } |
| form | Symfony\Component\Form\FormView {#1509 …5} |
| full_name | "command[address]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "command_address" |
| label | "Votre adresse" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "address" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_command_address" |
| valid | true |
| value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
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" => "Veuillez renseigner votre email" "class" => "bg-transparent bor" ] |
[ "placeholder" => "Veuillez renseigner votre email" "class" => "bg-transparent bor" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1205 +payload: null +groups: ? ?array +message: "L'adresse e-mail ne peut pas être vide." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1206 +payload: null +groups: ? ?array +message: "L'adresse e-mail '{{ value }}' n'est pas une adresse valide." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1205 +payload: null +groups: ? ?array +message: "L'adresse e-mail ne peut pas être vide." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1206 +payload: null +groups: ? ?array +message: "L'adresse e-mail '{{ value }}' n'est pas une adresse valide." +mode: null +normalizer: null } ] |
| label | "Votre E-mail" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Veuillez renseigner votre email" "class" => "bg-transparent bor" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1205 +payload: null +groups: ? ?array +message: "L'adresse e-mail ne peut pas être vide." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1206 +payload: null +groups: ? ?array +message: "L'adresse e-mail '{{ value }}' n'est pas une adresse valide." +mode: null +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | "submit" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#737 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#736 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#735 …} -namespace: Closure() {#733 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1422 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Votre E-mail" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#1446 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#294 …} $message: Closure() {#1375 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Veuillez renseigner votre email" "class" => "bg-transparent bor" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_command_email" ] |
| cache_key | "_command_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1510 -errors: [] -form: Symfony\Component\Form\Form {#1469 …} } |
| form | Symfony\Component\Form\FormView {#1511 …5} |
| full_name | "command[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "command_email" |
| label | "Votre E-mail" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_command_email" |
| valid | true |
| value | "" |
tel
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 | [ "maxlength" => 20 "placeholder" => "Veuillez renseigner votre Numéro de téléphone" "class" => "bg-transparent bor" ] |
[ "maxlength" => 20 "placeholder" => "Veuillez renseigner votre Numéro de téléphone" "class" => "bg-transparent bor" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1207 +payload: null +groups: ? ?array +message: "Le numéro de téléphone est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1208 +payload: null +groups: ? ?array +message: "Veuillez entrer un numéro de téléphone français valide, ne commençant pas par 08 ou 09." +pattern: "/^(0[1-7])(?:[ _.-]?(\d{2})){4}$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1207 +payload: null +groups: ? ?array +message: "Le numéro de téléphone est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1208 +payload: null +groups: ? ?array +message: "Veuillez entrer un numéro de téléphone français valide, ne commençant pas par 08 ou 09." +pattern: "/^(0[1-7])(?:[ _.-]?(\d{2})){4}$/" +htmlPattern: null +match: true +normalizer: null } ] |
| label | "Numéro de téléphone" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 20 "placeholder" => "Veuillez renseigner votre Numéro de téléphone" "class" => "bg-transparent bor" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1207 +payload: null +groups: ? ?array +message: "Le numéro de téléphone est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1208 +payload: null +groups: ? ?array +message: "Veuillez entrer un numéro de téléphone français valide, ne commençant pas par 08 ou 09." +pattern: "/^(0[1-7])(?:[ _.-]?(\d{2})){4}$/" +htmlPattern: null +match: true +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | "submit" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#737 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#736 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#735 …} -namespace: Closure() {#733 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1435 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Numéro de téléphone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#1427 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#294 …} $message: Closure() {#1430 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 20 "placeholder" => "Veuillez renseigner votre Numéro de téléphone" "class" => "bg-transparent bor" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_command_tel" ] |
| cache_key | "_command_tel_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1512 -errors: [] -form: Symfony\Component\Form\Form {#1472 …} } |
| form | Symfony\Component\Form\FormView {#1513 …5} |
| full_name | "command[tel]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "command_tel" |
| label | "Numéro de téléphone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "tel" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_command_tel" |
| valid | true |
| value | "" |
category
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
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 | [ "data-url" => "/front/Category/subcategories" ] |
[ "data-url" => "/front/Category/subcategories" ] |
| choice_label | "name" |
same as passed value |
| class | "App\Entity\Category" |
same as passed value |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1210 +payload: null +groups: ? ?array +message: "Veuillez sélectionner une catégorie." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1210 +payload: null +groups: ? ?array +message: "Veuillez sélectionner une catégorie." +allowNull: false +normalizer: null } ] |
| data | null |
same as passed value |
| label | "Catégorie" |
same as passed value |
| mapped | false |
same as passed value |
| placeholder | "Veuillez renseigner votre problème" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#1209 class: "App\Form\CommandType" this: App\Form\CommandType {#1186 …} } |
Doctrine\ORM\QueryBuilder {#1298 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1300 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } Doctrine\ORM\Query\Expr\Select {#1288 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "t" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1294 #from: "App\Entity\Category" #alias: "c" #indexBy: null } ] "join" => [ "c" => [ Doctrine\ORM\Query\Expr\Join {#1305 #joinType: "INNER" #join: "c.types" #alias: "t" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1289 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "t.slug = :typeSlug" "c.parent IS NULL" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1290 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.name ASC" ] } ] ] -type: Doctrine\ORM\Internal\QueryType {#1241 …} -dql: "SELECT c, t FROM App\Entity\Category c INNER JOIN c.types t WHERE t.slug = :typeSlug AND c.parent IS NULL ORDER BY c.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1299 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "t" => "c" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: ContainerCktRQSy\EntityManagerGhost614a58f {#407 …12} } |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-url" => "/front/Category/subcategories" ] |
| 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_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1284 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1296 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1287 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1302 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1295 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1283 …} } |
| choices | null |
| class | "App\Entity\Category" |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1210 +payload: null +groups: ? ?array +message: "Veuillez sélectionner une catégorie." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | "submit" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#737 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#736 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#735 …} -namespace: Closure() {#733 …} } |
| data | null |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerCktRQSy\EntityManagerGhost614a58f {#407 …12} |
| 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 {#1266 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerCktRQSy\EntityManagerGhost614a58f {#407 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#941 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Catégorie" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| multiple | false |
| placeholder | "Veuillez renseigner votre problème" |
| placeholder_attr | [] |
| 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 | Doctrine\ORM\QueryBuilder {#1298 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1300 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } Doctrine\ORM\Query\Expr\Select {#1288 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "t" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1294 #from: "App\Entity\Category" #alias: "c" #indexBy: null } ] "join" => [ "c" => [ Doctrine\ORM\Query\Expr\Join {#1305 #joinType: "INNER" #join: "c.types" #alias: "t" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1289 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "t.slug = :typeSlug" "c.parent IS NULL" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1290 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.name ASC" ] } ] ] -type: Doctrine\ORM\Internal\QueryType {#1241 …} -dql: "SELECT c, t FROM App\Entity\Category c INNER JOIN c.types t WHERE t.slug = :typeSlug AND c.parent IS NULL ORDER BY c.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1299 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "t" => "c" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: ContainerCktRQSy\EntityManagerGhost614a58f {#407 …12} } |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1244 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#294 …} $message: Closure() {#1246 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-url" => "/front/Category/subcategories" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_command_category" ] |
| cache_key | "_command_category_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1544 +data: App\Entity\Category {#1571 …} +value: "65" +label: "Assistance et accompagnement" +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1560 +data: App\Entity\Category {#1592 …} +value: "37" +label: "Dépannage" +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1563 +data: App\Entity\Category {#1603 …} +value: "1" +label: "Installation et paramétrage" +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1545 +data: App\Entity\Category {#1614 …} +value: "48" +label: "Récupération de données" +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1550 +data: App\Entity\Category {#1625 …} +value: "58" +label: "Réseaux" +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1546 +data: App\Entity\Category {#1636 …} +value: "54" +label: "Sauvegarde" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1539 -errors: [] -form: Symfony\Component\Form\Form {#1477 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1541 …5} |
| full_name | "command[category]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "command_category" |
| is_selected | Closure($choice, $value) {#1543 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Catégorie" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "category" |
| placeholder | "Veuillez renseigner votre problème" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_command_category" |
| valid | true |
| value | "" |
recaptcha
Form type:
"VictorPrdh\RecaptchaBundle\Form\ReCaptchaType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ VictorPrdh\RecaptchaBundle\Validator\Constraints\IsValidCaptcha {#1409 +payload: null +groups: ? ?array +message: "This value is not a valid captcha." } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | "submit" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#737 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#736 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#735 …} -namespace: Closure() {#733 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1453 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "checkbox" |
| upload_max_size_message | Closure() {#1455 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#294 …} $message: Closure() {#1454 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "recaptcha" "_command_recaptcha" ] |
| cache_key | "_command_recaptcha_recaptcha" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1548 -errors: [] -form: Symfony\Component\Form\Form {#1400 …} } |
| form | Symfony\Component\Form\FormView {#1542 …5} |
| full_name | "command[recaptcha]" |
| google_site_key | "6Lc8ptoqAAAAADkuIfYzGrX_FTUsght_x2yb27Md" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "command_recaptcha" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "recaptcha" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| type | "checkbox" |
| unique_block_prefix | "_command_recaptcha" |
| valid | true |
| value | "" |
subcategory
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
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 | [ "disabled" => true "data-url" => "/front/Category/subcategories" ] |
[ "disabled" => true "data-url" => "/front/Category/subcategories" ] |
| auto_initialize | false |
same as passed value |
| choices | [] |
same as passed value |
| class | "App\Entity\Category" |
same as passed value |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1480 +payload: null +groups: ? ?array +message: "Veuillez sélectionner une sous-catégorie." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1480 +payload: null +groups: ? ?array +message: "Veuillez sélectionner une sous-catégorie." +allowNull: false +normalizer: null } ] |
| data | null |
same as passed value |
| label | "Sous-catégorie" |
same as passed value |
| mapped | false |
same as passed value |
| placeholder | "Veuillez renseigner votre problème" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "disabled" => true "data-url" => "/front/Category/subcategories" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1235 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#1250 …} } |
| choice_lazy | false |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1482 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1302 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1483 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1283 …} } |
| choices | [] |
| class | "App\Entity\Category" |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1480 +payload: null +groups: ? ?array +message: "Veuillez sélectionner une sous-catégorie." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | "submit" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#737 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#736 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#735 …} -namespace: Closure() {#733 …} } |
| data | null |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerCktRQSy\EntityManagerGhost614a58f {#407 …12} |
| 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 {#1266 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerCktRQSy\EntityManagerGhost614a58f {#407 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#941 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Sous-catégorie" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| multiple | false |
| placeholder | "Veuillez renseigner votre problème" |
| placeholder_attr | [] |
| 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 | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1397 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#294 …} $message: Closure() {#1391 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "disabled" => true "data-url" => "/front/Category/subcategories" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_command_subcategory" ] |
| cache_key | "_command_subcategory_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1552 -errors: [] -form: Symfony\Component\Form\Form {#1495 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1555 …5} |
| full_name | "command[subcategory]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "command_subcategory" |
| is_selected | Closure($choice, $value) {#1647 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Sous-catégorie" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "subcategory" |
| placeholder | "Veuillez renseigner votre problème" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_command_subcategory" |
| valid | true |
| value | "" |
todo
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
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 | [ "disabled" => true "data-url" => "/front/Category/subcategories" ] |
[ "disabled" => true "data-url" => "/front/Category/subcategories" ] |
| auto_initialize | false |
same as passed value |
| choices | [] |
same as passed value |
| class | "App\Entity\Category" |
same as passed value |
| constraints | [] |
same as passed value |
| data | null |
same as passed value |
| label | "Intervention" |
same as passed value |
| placeholder | "Veuillez renseigner votre problème" |
same as passed value |
| required | false |
same as passed value |
| row_attr | [ "style" => "display:none" ] |
[ "style" => "display:none" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "disabled" => true "data-url" => "/front/Category/subcategories" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1235 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#1250 …} } |
| choice_lazy | false |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1498 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1302 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1499 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1283 …} } |
| choices | [] |
| class | "App\Entity\Category" |
| 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 | "submit" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#737 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#736 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#735 …} -namespace: Closure() {#733 …} } |
| data | null |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerCktRQSy\EntityManagerGhost614a58f {#407 …12} |
| 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 {#1266 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerCktRQSy\EntityManagerGhost614a58f {#407 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#941 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Intervention" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Veuillez renseigner votre problème" |
| placeholder_attr | [] |
| 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 | [ "style" => "display:none" ] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1489 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#294 …} $message: Closure() {#1490 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "disabled" => true "data-url" => "/front/Category/subcategories" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_command_todo" ] |
| cache_key | "_command_todo_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1648 -errors: [] -form: Symfony\Component\Form\Form {#1506 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1649 …5} |
| full_name | "command[todo]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "command_todo" |
| is_selected | Closure($choice, $value) {#1650 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Intervention" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "todo" |
| placeholder | "Veuillez renseigner votre problème" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [ "style" => "display:none" ] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_command_todo" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "d5a8f2b9c3cc170916adfaebc.mBW8wEPH9OrCJnBXgVDBpvV1OgfRqeLSCv5QuDLdp9U.-kPMrQq9wLKPYjIT7Caw0LE9UGS7_5exQI0X0lWL6YTeRe6uEq2giJseHw" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" "autocomplete" => "off" ] |
[ "data-controller" => "csrf-protection" "autocomplete" => "off" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "d5a8f2b9c3cc170916adfaebc.mBW8wEPH9OrCJnBXgVDBpvV1OgfRqeLSCv5QuDLdp9U.-kPMrQq9wLKPYjIT7Caw0LE9UGS7_5exQI0X0lWL6YTeRe6uEq2giJseHw" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "csrf-protection" "autocomplete" => "off" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | "submit" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#737 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#736 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#735 …} -namespace: Closure() {#733 …} } |
| data | "d5a8f2b9c3cc170916adfaebc.mBW8wEPH9OrCJnBXgVDBpvV1OgfRqeLSCv5QuDLdp9U.-kPMrQq9wLKPYjIT7Caw0LE9UGS7_5exQI0X0lWL6YTeRe6uEq2giJseHw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1658 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1669 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#294 …} $message: Closure() {#1670 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" "autocomplete" => "off" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_command__token" ] |
| cache_key | "_command__token_hidden" |
| compound | false |
| data | "d5a8f2b9c3cc170916adfaebc.mBW8wEPH9OrCJnBXgVDBpvV1OgfRqeLSCv5QuDLdp9U.-kPMrQq9wLKPYjIT7Caw0LE9UGS7_5exQI0X0lWL6YTeRe6uEq2giJseHw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1651 -errors: [] -form: Symfony\Component\Form\Form {#1663 …} } |
| form | Symfony\Component\Form\FormView {#1672 …5} |
| full_name | "command[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "command__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_command__token" |
| valid | true |
| value | "d5a8f2b9c3cc170916adfaebc.mBW8wEPH9OrCJnBXgVDBpvV1OgfRqeLSCv5QuDLdp9U.-kPMrQq9wLKPYjIT7Caw0LE9UGS7_5exQI0X0lWL6YTeRe6uEq2giJseHw" |