Forms
-
form
-
name
-
company
-
email
-
phone
-
category
-
priority
-
subject
-
description
-
files
-
_token
-
form
Form type:
"Symfony\Component\Form\Extension\Core\Type\FormType"
Errors
This form has no errors.
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
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 | 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\SameOriginCsrfTokenManager {#573 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#189 …} -logger: Monolog\Logger {#90 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#572 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#896 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 | "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 |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#898 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#897 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_form" ] |
| cache_key | "_form_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1220 -errors: [] -form: Symfony\Component\Form\Form {#1214 …} } |
| form | Symfony\Component\Form\FormView {#899 …5} |
| full_name | "form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form" |
| valid | true |
| value | null |
name
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 | [ "class" => "form-control" "placeholder" => "Nom" ] |
[ "class" => "form-control" "placeholder" => "Nom" ] |
| label | "Nom" |
same as passed value |
| label_attr | [ "class" => "form-label" ] |
[ "class" => "form-label" ] |
| required | true |
same as passed value |
| row_attr | [ "class" => "form-group" ] |
[ "class" => "form-group" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Nom" ] |
| 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\SameOriginCsrfTokenManager {#573 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#189 …} -logger: Monolog\Logger {#90 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#572 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#915 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 | "Nom" |
| label_attr | [ "class" => "form-label" ] |
| 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 | [ "class" => "form-group" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#917 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#916 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Nom" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_name" ] |
| cache_key | "_form_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1135 -errors: [] -form: Symfony\Component\Form\Form {#1208 …} } |
| form | Symfony\Component\Form\FormView {#1233 …5} |
| full_name | "form[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_name" |
| label | "Nom" |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-group" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_name" |
| valid | true |
| value | "" |
company
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 | [ "class" => "form-control" "placeholder" => "Société" ] |
[ "class" => "form-control" "placeholder" => "Société" ] |
| label | "Société" |
same as passed value |
| label_attr | [ "class" => "form-label" ] |
[ "class" => "form-label" ] |
| required | true |
same as passed value |
| row_attr | [ "class" => "form-group" ] |
[ "class" => "form-group" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Société" ] |
| 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\SameOriginCsrfTokenManager {#573 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#189 …} -logger: Monolog\Logger {#90 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#572 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#924 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 | "Société" |
| label_attr | [ "class" => "form-label" ] |
| 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 | [ "class" => "form-group" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#926 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#925 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Société" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_company" ] |
| cache_key | "_form_company_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#949 -errors: [] -form: Symfony\Component\Form\Form {#1199 …} } |
| form | Symfony\Component\Form\FormView {#940 …5} |
| full_name | "form[company]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_company" |
| label | "Société" |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "company" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-group" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_company" |
| 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 | [ "class" => "form-control" "placeholder" => "Email" ] |
[ "class" => "form-control" "placeholder" => "Email" ] |
| label | "Email" |
same as passed value |
| label_attr | [ "class" => "form-label" ] |
[ "class" => "form-label" ] |
| required | true |
same as passed value |
| row_attr | [ "class" => "form-group" ] |
[ "class" => "form-group" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Email" ] |
| 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\SameOriginCsrfTokenManager {#573 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#189 …} -logger: Monolog\Logger {#90 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#572 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#937 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 | "Email" |
| label_attr | [ "class" => "form-label" ] |
| 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 | [ "class" => "form-group" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#939 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#938 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Email" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_form_email" ] |
| cache_key | "_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#927 -errors: [] -form: Symfony\Component\Form\Form {#1203 …} } |
| form | Symfony\Component\Form\FormView {#918 …5} |
| full_name | "form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_email" |
| label | "Email" |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-group" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_email" |
| valid | true |
| value | "" |
phone
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 | [ "class" => "form-control" "placeholder" => "Téléphone" ] |
[ "class" => "form-control" "placeholder" => "Téléphone" ] |
| label | "Téléphone" |
same as passed value |
| label_attr | [ "class" => "form-label" ] |
[ "class" => "form-label" ] |
| required | false |
same as passed value |
| row_attr | [ "class" => "form-group" ] |
[ "class" => "form-group" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Téléphone" ] |
| 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\SameOriginCsrfTokenManager {#573 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#189 …} -logger: Monolog\Logger {#90 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#572 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#946 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 | "Téléphone" |
| label_attr | [ "class" => "form-label" ] |
| 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 | [ "class" => "form-group" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#948 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#947 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Téléphone" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_phone" ] |
| cache_key | "_form_phone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1393 -errors: [] -form: Symfony\Component\Form\Form {#1374 …} } |
| form | Symfony\Component\Form\FormView {#1395 …5} |
| full_name | "form[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_phone" |
| label | "Téléphone" |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "form-group" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_phone" |
| 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 | [ "class" => "form-select custom-select" ] |
[ "class" => "form-select custom-select" ] |
| choice_attr | Closure($choice, $key, $value) {#906 class: "App\Controller\FrontController" this: App\Controller\FrontController {#513 …} } |
same as passed value |
| choice_label | Closure(LibTaskCategory $libTaskCategory): string {#904 returnType: "string" class: "App\Controller\FrontController" this: App\Controller\FrontController {#513 …} } |
same as passed value |
| class | "App\Entity\LibTaskCategory" |
same as passed value |
| label | "Type de support" |
same as passed value |
| label_attr | [ "class" => "form-label" ] |
[ "class" => "form-label" ] |
| placeholder | "Choisissez un type de support" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#905 class: "App\Controller\FrontController" this: App\Controller\FrontController {#513 …} use: { $subdomain_purchaser: null } } |
Doctrine\ORM\QueryBuilder {#1031 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1029 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1028 #from: "App\Entity\LibTaskCategory" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1040 #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: [ Doctrine\ORM\Query\Expr\Comparison {#1033 #leftExpr: "s.active" #operator: "=" #rightExpr: true } Doctrine\ORM\Query\Expr\Comparison {#1034 #leftExpr: "s.entity_type" #operator: "=" #rightExpr: ":type" } Doctrine\ORM\Query\Expr\Orx {#1036 #preSeparator: "(" #separator: " OR " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Andx" "Doctrine\ORM\Query\Expr\Orx" ] #parts: [ "s.date_start IS NULL" Doctrine\ORM\Query\Expr\Comparison {#1035 #leftExpr: "s.date_start" #operator: "<=" #rightExpr: ":now" } ] } Doctrine\ORM\Query\Expr\Orx {#1038 #preSeparator: "(" #separator: " OR " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Andx" "Doctrine\ORM\Query\Expr\Orx" ] #parts: [ "s.date_end IS NULL" Doctrine\ORM\Query\Expr\Comparison {#1037 #leftExpr: "s.date_end" #operator: ">=" #rightExpr: ":now" } ] } Doctrine\ORM\Query\Expr\Comparison {#1039 #leftExpr: "s.purchaser" #operator: "=" #rightExpr: ":purchaser" } ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1041 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.label ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1030 …} -dql: "SELECT s FROM App\Entity\LibTaskCategory s WHERE s.active = 1 AND s.entity_type = :type AND (s.date_start IS NULL OR s.date_start <= :now) AND (s.date_end IS NULL OR s.date_end >= :now) AND s.purchaser = :purchaser ORDER BY s.label ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1025 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -hints: [] -em: ContainerG8UVU5a\EntityManagerGhost614a58f {#269 …12} } |
| required | true |
same as passed value |
| row_attr | [ "class" => "form-group" ] |
[ "class" => "form-group" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-select custom-select" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | Closure($choice, $key, $value) {#906 class: "App\Controller\FrontController" this: App\Controller\FrontController {#513 …} } |
| choice_filter | null |
| choice_label | Closure(LibTaskCategory $libTaskCategory): string {#904 returnType: "string" class: "App\Controller\FrontController" this: App\Controller\FrontController {#513 …} } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1244 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1046 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1045 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1047 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1193 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1049 …} } |
| choices | null |
| class | "App\Entity\LibTaskCategory" |
| 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\SameOriginCsrfTokenManager {#573 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#189 …} -logger: Monolog\Logger {#90 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#572 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerG8UVU5a\EntityManagerGhost614a58f {#269 …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 {#1190 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerG8UVU5a\EntityManagerGhost614a58f {#269 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#982 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Type de support" |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Choisissez un type de support" |
| 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 {#1031 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1029 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1028 #from: "App\Entity\LibTaskCategory" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1040 #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: [ Doctrine\ORM\Query\Expr\Comparison {#1033 #leftExpr: "s.active" #operator: "=" #rightExpr: true } Doctrine\ORM\Query\Expr\Comparison {#1034 #leftExpr: "s.entity_type" #operator: "=" #rightExpr: ":type" } Doctrine\ORM\Query\Expr\Orx {#1036 #preSeparator: "(" #separator: " OR " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Andx" "Doctrine\ORM\Query\Expr\Orx" ] #parts: [ "s.date_start IS NULL" Doctrine\ORM\Query\Expr\Comparison {#1035 #leftExpr: "s.date_start" #operator: "<=" #rightExpr: ":now" } ] } Doctrine\ORM\Query\Expr\Orx {#1038 #preSeparator: "(" #separator: " OR " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Andx" "Doctrine\ORM\Query\Expr\Orx" ] #parts: [ "s.date_end IS NULL" Doctrine\ORM\Query\Expr\Comparison {#1037 #leftExpr: "s.date_end" #operator: ">=" #rightExpr: ":now" } ] } Doctrine\ORM\Query\Expr\Comparison {#1039 #leftExpr: "s.purchaser" #operator: "=" #rightExpr: ":purchaser" } ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1041 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.label ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1030 …} -dql: "SELECT s FROM App\Entity\LibTaskCategory s WHERE s.active = 1 AND s.entity_type = :type AND (s.date_start IS NULL OR s.date_start <= :now) AND (s.date_end IS NULL OR s.date_end >= :now) AND s.purchaser = :purchaser ORDER BY s.label ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1025 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -hints: [] -em: ContainerG8UVU5a\EntityManagerGhost614a58f {#269 …12} } |
| required | true |
| row_attr | [ "class" => "form-group" ] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#981 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#979 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-select custom-select" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_form_category" ] |
| cache_key | "_form_category_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1396 -errors: [] -form: Symfony\Component\Form\Form {#1377 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1397 …5} |
| full_name | "form[category]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_category" |
| is_selected | Closure($choice, $value) {#1418 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Type de support" |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "category" |
| placeholder | "Choisissez un type de support" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-group" ] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_category" |
| valid | true |
| value | "" |
priority
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 | [ "class" => "form-select custom-select" ] |
[ "class" => "form-select custom-select" ] |
| choice_attr | Closure($choice, $key, $value) {#909 class: "App\Controller\FrontController" this: App\Controller\FrontController {#513 …} } |
same as passed value |
| choice_label | Closure(LibPriority $libPriority): string {#907 returnType: "string" class: "App\Controller\FrontController" this: App\Controller\FrontController {#513 …} } |
same as passed value |
| class | "App\Entity\LibPriority" |
same as passed value |
| label | "Importance" |
same as passed value |
| label_attr | [ "class" => "form-label" ] |
[ "class" => "form-label" ] |
| placeholder | false |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#908 class: "App\Controller\FrontController" this: App\Controller\FrontController {#513 …} } |
Doctrine\ORM\QueryBuilder {#1143 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1148 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1144 #from: "App\Entity\LibPriority" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1145 #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: [ "s.active = true" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1141 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.position ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1030 …} -dql: "SELECT s FROM App\Entity\LibPriority s WHERE s.active = true ORDER BY s.position ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1142 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -hints: [] -em: ContainerG8UVU5a\EntityManagerGhost614a58f {#269 …12} } |
| required | true |
same as passed value |
| row_attr | [ "class" => "form-group" ] |
[ "class" => "form-group" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-select custom-select" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | Closure($choice, $key, $value) {#909 class: "App\Controller\FrontController" this: App\Controller\FrontController {#513 …} } |
| choice_filter | null |
| choice_label | Closure(LibPriority $libPriority): string {#907 returnType: "string" class: "App\Controller\FrontController" this: App\Controller\FrontController {#513 …} } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1215 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1139 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1140 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1047 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1136 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1138 …} } |
| choices | null |
| class | "App\Entity\LibPriority" |
| 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\SameOriginCsrfTokenManager {#573 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#189 …} -logger: Monolog\Logger {#90 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#572 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerG8UVU5a\EntityManagerGhost614a58f {#269 …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 {#1241 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerG8UVU5a\EntityManagerGhost614a58f {#269 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1181 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Importance" |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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 {#1143 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1148 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1144 #from: "App\Entity\LibPriority" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1145 #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: [ "s.active = true" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1141 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.position ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1030 …} -dql: "SELECT s FROM App\Entity\LibPriority s WHERE s.active = true ORDER BY s.position ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1142 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -hints: [] -em: ContainerG8UVU5a\EntityManagerGhost614a58f {#269 …12} } |
| required | true |
| row_attr | [ "class" => "form-group" ] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1182 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#1183 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-select custom-select" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_form_priority" ] |
| cache_key | "_form_priority_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1423 +data: App\Entity\LibPriority {#1440 …} +value: "1" +label: "Normale" +attr: [ "data-bg" => "success" ] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1416 +data: App\Entity\LibPriority {#1591 …} +value: "2" +label: "Basse" +attr: [ "data-bg" => "primary" ] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1432 +data: App\Entity\LibPriority {#1595 …} +value: "3" +label: "Haute" +attr: [ "data-bg" => "warning" ] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1424 +data: App\Entity\LibPriority {#1599 …} +value: "4" +label: "Urgente" +attr: [ "data-bg" => "danger" ] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1398 -errors: [] -form: Symfony\Component\Form\Form {#1380 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1420 …5} |
| full_name | "form[priority]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_priority" |
| is_selected | Closure($choice, $value) {#1422 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Importance" |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "priority" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-group" ] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_priority" |
| valid | true |
| value | "" |
subject
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 | [ "class" => "form-control" "placeholder" => "Sujet" ] |
[ "class" => "form-control" "placeholder" => "Sujet" ] |
| label | "Sujet" |
same as passed value |
| label_attr | [ "class" => "form-label" ] |
[ "class" => "form-label" ] |
| required | true |
same as passed value |
| row_attr | [ "class" => "form-group" ] |
[ "class" => "form-group" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Sujet" ] |
| 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\SameOriginCsrfTokenManager {#573 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#189 …} -logger: Monolog\Logger {#90 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#572 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1192 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 | "Sujet" |
| label_attr | [ "class" => "form-label" ] |
| 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 | [ "class" => "form-group" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1207 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#1201 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Sujet" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_subject" ] |
| cache_key | "_form_subject_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1419 -errors: [] -form: Symfony\Component\Form\Form {#1383 …} } |
| form | Symfony\Component\Form\FormView {#1436 …5} |
| full_name | "form[subject]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_subject" |
| label | "Sujet" |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "subject" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-group" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_subject" |
| valid | true |
| value | "" |
description
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 | [ "class" => "form-control tinymce" "placeholder" => "Description" "rows" => 4 ] |
[ "class" => "form-control tinymce" "placeholder" => "Description" "rows" => 4 ] |
| label | "Description" |
same as passed value |
| label_attr | [ "class" => "form-label" ] |
[ "class" => "form-label" ] |
| required | false |
same as passed value |
| row_attr | [ "class" => "form-group" ] |
[ "class" => "form-group" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control tinymce" "placeholder" => "Description" "rows" => 4 ] |
| 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\SameOriginCsrfTokenManager {#573 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#189 …} -logger: Monolog\Logger {#90 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#572 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1239 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 | "Description" |
| label_attr | [ "class" => "form-label" ] |
| 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 | [ "class" => "form-group" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1237 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#1234 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control tinymce" "placeholder" => "Description" "rows" => 4 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_form_description" ] |
| cache_key | "_form_description_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1434 -errors: [] -form: Symfony\Component\Form\Form {#1386 …} } |
| form | Symfony\Component\Form\FormView {#1428 …5} |
| full_name | "form[description]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_description" |
| label | "Description" |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "description" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "form-group" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_description" |
| valid | true |
| value | "" |
files
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 | [ "class" => "form-control fileupload fileupload-multiple fileupload-support" "data-upload_dir" => "0/0" ] |
[ "class" => "form-control fileupload fileupload-multiple fileupload-support" "data-upload_dir" => "0/0" ] |
| label | "Fichier(s)" |
same as passed value |
| label_attr | [ "class" => "form-label" ] |
[ "class" => "form-label" ] |
| required | false |
same as passed value |
| row_attr | [ "class" => "form-group" ] |
[ "class" => "form-group" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control fileupload fileupload-multiple fileupload-support" "data-upload_dir" => "0/0" ] |
| 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\SameOriginCsrfTokenManager {#573 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#189 …} -logger: Monolog\Logger {#90 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#572 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1229 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 | "Fichier(s)" |
| label_attr | [ "class" => "form-label" ] |
| 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 | [ "class" => "form-group" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1226 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#1230 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control fileupload fileupload-multiple fileupload-support" "data-upload_dir" => "0/0" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_files" ] |
| cache_key | "_form_files_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1435 -errors: [] -form: Symfony\Component\Form\Form {#1389 …} } |
| form | Symfony\Component\Form\FormView {#1426 …5} |
| full_name | "form[files]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_files" |
| label | "Fichier(s)" |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "files" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "form-group" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_files" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "7eb257e08c861.DG7CWLZzOVBjfvd-erw_xDivjq-q8VBMZduXz0fu0Qk.eQKIMtwdQAkyC6ARG9gKnn_-t9jzlxYYVLzEnAW8n1M7Cu8w20YBBiUQvg" |
| 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" ] |
[ "data-controller" => "csrf-protection" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "7eb257e08c861.DG7CWLZzOVBjfvd-erw_xDivjq-q8VBMZduXz0fu0Qk.eQKIMtwdQAkyC6ARG9gKnn_-t9jzlxYYVLzEnAW8n1M7Cu8w20YBBiUQvg" |
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" ] |
| 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 | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#573 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#189 …} -logger: Monolog\Logger {#90 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#572 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data | "7eb257e08c861.DG7CWLZzOVBjfvd-erw_xDivjq-q8VBMZduXz0fu0Qk.eQKIMtwdQAkyC6ARG9gKnn_-t9jzlxYYVLzEnAW8n1M7Cu8w20YBBiUQvg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1618 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() {#1620 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#266 …} $message: Closure() {#1619 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_form__token" ] |
| cache_key | "_form__token_hidden" |
| compound | false |
| data | "7eb257e08c861.DG7CWLZzOVBjfvd-erw_xDivjq-q8VBMZduXz0fu0Qk.eQKIMtwdQAkyC6ARG9gKnn_-t9jzlxYYVLzEnAW8n1M7Cu8w20YBBiUQvg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1630 -errors: [] -form: Symfony\Component\Form\Form {#1626 …} } |
| form | Symfony\Component\Form\FormView {#1621 …5} |
| full_name | "form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form__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 | "_form__token" |
| valid | true |
| value | "7eb257e08c861.DG7CWLZzOVBjfvd-erw_xDivjq-q8VBMZduXz0fu0Qk.eQKIMtwdQAkyC6ARG9gKnn_-t9jzlxYYVLzEnAW8n1M7Cu8w20YBBiUQvg" |