- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation 10
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- Serializer
- EasyAdmin
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
search_form
"App\Form\SearchFormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\SearchData {#277 +depart: null +retour: null +dateD: null +dateR: null +typeGroupe: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\SearchData {#277 +depart: null +retour: null +dateD: null +dateR: null +typeGroupe: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#223 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#199 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#222 …} -namespace: Closure() {#225 …} } |
data | App\Entity\SearchData {#277 +depart: null +retour: null +dateD: null +dateR: null +typeGroupe: null } |
data_class | "App\Entity\SearchData" |
disabled | false |
empty_data | Closure(FormInterface $form) {#700 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#519 …} use: { $class: "App\Entity\SearchData" } } |
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() {#698 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#653 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#515 …} $translationDomain: "validators" $message: Closure() {#699 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "search_form" "_search_form" ] |
cache_key | "_search_form_search_form" |
compound | true |
data | App\Entity\SearchData {#277 +depart: null +retour: null +dateD: null +dateR: null +typeGroupe: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#798 -form: Symfony\Component\Form\Form {#880 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#791 …5} |
full_name | "search_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "search_form" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_search_form" |
valid | true |
value | App\Entity\SearchData {#277 +depart: null +retour: null +dateD: null +dateR: null +typeGroupe: null } |
depart
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Cholet" ] |
[ "placeholder" => "Cholet" ] |
label | "Départ :" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Cholet" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#223 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#199 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#222 …} -namespace: Closure() {#225 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#679 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#519 …} } |
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 | "Départ :" |
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() {#713 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#653 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#515 …} $translationDomain: "validators" $message: Closure() {#673 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Cholet" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_search_form_depart" ] |
cache_key | "_search_form_depart_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#818 -form: Symfony\Component\Form\Form {#852 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#797 …5} |
full_name | "search_form[depart]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_form_depart" |
label | "Départ :" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "depart" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_search_form_depart" |
valid | true |
value | "" |
retour
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Nice" ] |
[ "placeholder" => "Nice" ] |
label | "Destination :" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Nice" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#223 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#199 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#222 …} -namespace: Closure() {#225 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#654 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#519 …} } |
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 | "Destination :" |
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() {#681 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#653 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#515 …} $translationDomain: "validators" $message: Closure() {#655 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Nice" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_search_form_retour" ] |
cache_key | "_search_form_retour_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#955 -form: Symfony\Component\Form\Form {#855 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#793 …5} |
full_name | "search_form[retour]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_form_retour" |
label | "Destination :" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "retour" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_search_form_retour" |
valid | true |
value | "" |
dateD
"Symfony\Component\Form\Extension\Core\Type\DateType"
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" => "datetimepicker" "data-provider" => "flatpickr" "data-date-format" => "d/m/Y" "placeholder" => "27/03/2023" ] |
[ "class" => "datetimepicker" "data-provider" => "flatpickr" "data-date-format" => "d/m/Y" "placeholder" => "27/03/2023" ] |
format | "dd/MM/yyyy" |
same as passed value |
html5 | false |
false
|
label | "Date départ :" |
same as passed value |
widget | "single_text" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "datetimepicker" "data-provider" => "flatpickr" "data-date-format" => "d/m/Y" "placeholder" => "27/03/2023" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | false |
choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#223 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#199 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#222 …} -namespace: Closure() {#225 …} } |
data_class | null |
days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
format | "dd/MM/yyyy" |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d" |
invalid_message | "Please enter a valid date." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Date départ :" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
model_timezone | null |
months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
placeholder | [ "year" => null "month" => null "day" => null ] |
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() {#717 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#653 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#515 …} $translationDomain: "validators" $message: Closure() {#716 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "datetimepicker" "data-provider" => "flatpickr" "data-date-format" => "d/m/Y" "placeholder" => "27/03/2023" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "date" "_search_form_dateD" ] |
cache_key | "_search_form_dateD_date" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1017 -form: Symfony\Component\Form\Form {#806 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#960 …5} |
full_name | "search_form[dateD]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_form_dateD" |
label | "Date départ :" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "dateD" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_search_form_dateD" |
valid | true |
value | "" |
widget | "single_text" |
dateR
"Symfony\Component\Form\Extension\Core\Type\DateType"
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" => "datetimepicker" "data-provider" => "flatpickr" "data-date-format" => "d/m/Y" "placeholder" => "19/05/2023" ] |
[ "class" => "datetimepicker" "data-provider" => "flatpickr" "data-date-format" => "d/m/Y" "placeholder" => "19/05/2023" ] |
format | "dd/MM/yyyy" |
same as passed value |
html5 | false |
false
|
label | "Date retour :" |
same as passed value |
widget | "single_text" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "datetimepicker" "data-provider" => "flatpickr" "data-date-format" => "d/m/Y" "placeholder" => "19/05/2023" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | false |
choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#223 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#199 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#222 …} -namespace: Closure() {#225 …} } |
data_class | null |
days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
format | "dd/MM/yyyy" |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d" |
invalid_message | "Please enter a valid date." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Date retour :" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
model_timezone | null |
months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
placeholder | [ "year" => null "month" => null "day" => null ] |
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() {#726 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#653 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#515 …} $translationDomain: "validators" $message: Closure() {#725 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "datetimepicker" "data-provider" => "flatpickr" "data-date-format" => "d/m/Y" "placeholder" => "19/05/2023" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "date" "_search_form_dateR" ] |
cache_key | "_search_form_dateR_date" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#883 -form: Symfony\Component\Form\Form {#849 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#832 …5} |
full_name | "search_form[dateR]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_form_dateR" |
label | "Date retour :" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "dateR" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_search_form_dateR" |
valid | true |
value | "" |
widget | "single_text" |
typeGroupe
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_label | "intitule" |
same as passed value |
class | "App\Entity\TypeGroupe" |
same as passed value |
label | "Type de groupe : " |
same as passed value |
query_builder | Closure(EntityRepository $er) {#744 class: "App\Form\SearchFormType" this: App\Form\SearchFormType {#520 …} } |
Doctrine\ORM\QueryBuilder {#809 -_em: Doctrine\ORM\EntityManager {#366 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#794 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "typeGroupe" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#776 #from: "App\Entity\TypeGroupe" #alias: "typeGroupe" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#789 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "typeGroupe.intitule ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT typeGroupe FROM App\Entity\TypeGroupe typeGroupe ORDER BY typeGroupe.intitule ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#895 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
false
|
trim | true |
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 |
choice_attr | null |
choice_filter | null |
choice_label | "intitule" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#788 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#790 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#926 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#905 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#768 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#860 …} } |
choices | null |
class | "App\Entity\TypeGroupe" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#223 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#199 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#222 …} -namespace: Closure() {#225 …} } |
data_class | null |
disabled | false |
em | Container0eiEEZ4\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#393 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#874 -om: Container0eiEEZ4\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#393 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#763 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Type de groupe : " |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "" |
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 {#809 -_em: Doctrine\ORM\EntityManager {#366 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#794 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "typeGroupe" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#776 #from: "App\Entity\TypeGroupe" #alias: "typeGroupe" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#789 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "typeGroupe.intitule ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT typeGroupe FROM App\Entity\TypeGroupe typeGroupe ORDER BY typeGroupe.intitule ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#895 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#771 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#653 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#515 …} $translationDomain: "validators" $message: Closure() {#773 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_search_form_typeGroupe" ] |
cache_key | "_search_form_typeGroupe_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#821 +label: "Prestation journée" +value: "3" +data: Proxies\__CG__\App\Entity\TypeGroupe {#968 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1188 +label: "Séjour" +value: "1" +data: Proxies\__CG__\App\Entity\TypeGroupe {#1083 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1190 +label: "Transfert simple" +value: "2" +data: Proxies\__CG__\App\Entity\TypeGroupe {#1170 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#885 -form: Symfony\Component\Form\Form {#846 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#869 …5} |
full_name | "search_form[typeGroupe]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_form_typeGroupe" |
is_selected | Closure($choice, $value) {#836 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#736 …} } |
label | "Type de groupe : " |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "typeGroupe" |
placeholder | "" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_search_form_typeGroupe" |
valid | true |
value | "" |
rechercher
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "btn btn-lg btn-primary" "type" => "submit" ] |
[ "class" => "btn btn-lg btn-primary" "type" => "submit" ] |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "btn btn-lg btn-primary" "type" => "submit" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | null |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [ "class" => "btn btn-lg btn-primary" "type" => "submit" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_search_form_rechercher" ] |
cache_key | "_search_form_rechercher_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#837 …5} |
full_name | "search_form[rechercher]" |
id | "search_form_rechercher" |
label | null |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "rechercher" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_search_form_rechercher" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "c93d564.pu8NaLka-cxvyJ2pR1iZhF4qT57PiL4y4nb-I-VCIZc.k4hhUcpurpYHkt_2Cjvh7zlTFdaGz9V7uBCwWYYKGNHiiUUn_iLBqEKh1A" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
block_prefix | "csrf_token" |
same as passed value |
data | "c93d564.pu8NaLka-cxvyJ2pR1iZhF4qT57PiL4y4nb-I-VCIZc.k4hhUcpurpYHkt_2Cjvh7zlTFdaGz9V7uBCwWYYKGNHiiUUn_iLBqEKh1A" |
same as passed value |
mapped | false |
false
|
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 | "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\CsrfTokenManager {#223 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#199 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#222 …} -namespace: Closure() {#225 …} } |
data | "c93d564.pu8NaLka-cxvyJ2pR1iZhF4qT57PiL4y4nb-I-VCIZc.k4hhUcpurpYHkt_2Cjvh7zlTFdaGz9V7uBCwWYYKGNHiiUUn_iLBqEKh1A" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#870 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#519 …} } |
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() {#1191 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#653 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#515 …} $translationDomain: "validators" $message: Closure() {#1178 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_search_form__token" ] |
cache_key | "_search_form__token_hidden" |
compound | false |
data | "c93d564.pu8NaLka-cxvyJ2pR1iZhF4qT57PiL4y4nb-I-VCIZc.k4hhUcpurpYHkt_2Cjvh7zlTFdaGz9V7uBCwWYYKGNHiiUUn_iLBqEKh1A" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1201 -form: Symfony\Component\Form\Form {#1197 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1192 …5} |
full_name | "search_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_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 | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_search_form__token" |
valid | true |
value | "c93d564.pu8NaLka-cxvyJ2pR1iZhF4qT57PiL4y4nb-I-VCIZc.k4hhUcpurpYHkt_2Cjvh7zlTFdaGz9V7uBCwWYYKGNHiiUUn_iLBqEKh1A" |