- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 2
- Events
- Routing
- Cache
- Translation 21
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- E-mails
- Debug
- Messages
- E-mails
- Notifications
- 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
bilan
"App\Form\BilanType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Bilan {#640 -id: null -createdAt: null -nbrOfDays: null -size: null -weight: null -foodFeature: null -precisionInjuriesPathologie: null -sportProfile: null -updatedAt: null -active: null -member: null -allergic: null -mesures: Doctrine\Common\Collections\ArrayCollection {#641 …} } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Bilan {#640 -id: null -createdAt: null -nbrOfDays: null -size: null -weight: null -foodFeature: null -precisionInjuriesPathologie: null -sportProfile: null -updatedAt: null -active: null -member: null -allergic: null -mesures: Doctrine\Common\Collections\ArrayCollection {#641 …} } |
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 {#764 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#765 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#766 …} -namespace: Closure() {#768 …} } |
| data | App\Entity\Bilan {#640 -id: null -createdAt: null -nbrOfDays: null -size: null -weight: null -foodFeature: null -precisionInjuriesPathologie: null -sportProfile: null -updatedAt: null -active: null -member: null -allergic: null -mesures: Doctrine\Common\Collections\ArrayCollection {#641 …} } |
| data_class | "App\Entity\Bilan" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#787 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#659 …} use: { $class: "App\Entity\Bilan" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#789 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#770 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#671 …} $translationDomain: "validators" $message: Closure() {#788 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "bilan" "_bilan" ] |
| cache_key | "_bilan_bilan" |
| compound | true |
| data | App\Entity\Bilan {#640 -id: null -createdAt: null -nbrOfDays: null -size: null -weight: null -foodFeature: null -precisionInjuriesPathologie: null -sportProfile: null -updatedAt: null -active: null -member: null -allergic: null -mesures: Doctrine\Common\Collections\ArrayCollection {#641 …} } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#858 -form: Symfony\Component\Form\Form {#954 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#930 …5} |
| full_name | "bilan" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "bilan" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "bilan" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_bilan" |
| valid | true |
| value | App\Entity\Bilan {#640 -id: null -createdAt: null -nbrOfDays: null -size: null -weight: null -foodFeature: null -precisionInjuriesPathologie: null -sportProfile: null -updatedAt: null -active: null -member: null -allergic: null -mesures: Doctrine\Common\Collections\ArrayCollection {#641 …} } |
nbrOfDays
"Symfony\Component\Form\Extension\Core\Type\NumberType"
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 |
|---|---|---|
| label | "Durée du séjour" |
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 | 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 {#764 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#765 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#766 …} -namespace: Closure() {#768 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#800 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#659 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | false |
| inherit_data | false |
| input | "number" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Durée du séjour" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| rounding_mode | 6 |
| row_attr | [] |
| scale | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#804 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#770 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#671 …} $translationDomain: "validators" $message: Closure() {#803 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "number" "_bilan_nbrOfDays" ] |
| cache_key | "_bilan_nbrOfDays_number" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#805 -form: Symfony\Component\Form\Form {#957 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#815 …5} |
| full_name | "bilan[nbrOfDays]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "bilan_nbrOfDays" |
| label | "Durée du séjour" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nbrOfDays" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_bilan_nbrOfDays" |
| valid | true |
| value | "" |
size
"Symfony\Component\Form\Extension\Core\Type\NumberType"
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 |
|---|---|---|
| label | "Taille" |
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 | 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 {#764 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#765 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#766 …} -namespace: Closure() {#768 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#812 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#659 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | false |
| inherit_data | false |
| input | "number" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Taille" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| rounding_mode | 6 |
| row_attr | [] |
| scale | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#814 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#770 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#671 …} $translationDomain: "validators" $message: Closure() {#813 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "number" "_bilan_size" ] |
| cache_key | "_bilan_size_number" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#979 -form: Symfony\Component\Form\Form {#960 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#981 …5} |
| full_name | "bilan[size]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "bilan_size" |
| label | "Taille" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "size" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_bilan_size" |
| valid | true |
| value | "" |
weight
"Symfony\Component\Form\Extension\Core\Type\NumberType"
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 |
|---|---|---|
| label | "Poids" |
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 | 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 {#764 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#765 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#766 …} -namespace: Closure() {#768 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#822 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#659 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | false |
| inherit_data | false |
| input | "number" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Poids" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| rounding_mode | 6 |
| row_attr | [] |
| scale | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#824 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#770 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#671 …} $translationDomain: "validators" $message: Closure() {#823 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "number" "_bilan_weight" ] |
| cache_key | "_bilan_weight_number" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#982 -form: Symfony\Component\Form\Form {#963 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#983 …5} |
| full_name | "bilan[weight]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "bilan_weight" |
| label | "Poids" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "weight" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_bilan_weight" |
| valid | true |
| value | "" |
foodFeature
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "Mange de tout" => "Mange de tout " " Pas de poissons" => " Pas de poissons" "Pas de produits de la mer " => "Pas de produits de la mer " " Pas d’œufs " => " Pas d’œufs " " Pas de produits laitiers" => " Pas de produits laitiers" "Sans gluten" => "Sans gluten" ] |
[ "Mange de tout" => "Mange de tout " " Pas de poissons" => " Pas de poissons" "Pas de produits de la mer " => "Pas de produits de la mer " " Pas d’œufs " => " Pas d’œufs " " Pas de produits laitiers" => " Pas de produits laitiers" "Sans gluten" => "Sans gluten" ] |
| label | "Régime alimentaire" |
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 | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Mange de tout" => "Mange de tout " " Pas de poissons" => " Pas de poissons" "Pas de produits de la mer " => "Pas de produits de la mer " " Pas d’œufs " => " Pas d’œufs " " Pas de produits laitiers" => " Pas de produits laitiers" "Sans gluten" => "Sans gluten" ] |
| 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 {#764 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#765 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#766 …} -namespace: Closure() {#768 …} } |
| data_class | null |
| disabled | false |
| 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 | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Régime alimentaire" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#845 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#770 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#671 …} $translationDomain: "validators" $message: Closure() {#844 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_bilan_foodFeature" ] |
| cache_key | "_bilan_foodFeature_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1014 +label: "Mange de tout" +value: "Mange de tout " +data: "Mange de tout " +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1015 +label: " Pas de poissons" +value: " Pas de poissons" +data: " Pas de poissons" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1016 +label: "Pas de produits de la mer " +value: "Pas de produits de la mer " +data: "Pas de produits de la mer " +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1017 +label: " Pas d’œufs " +value: " Pas d’œufs " +data: " Pas d’œufs " +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1018 +label: " Pas de produits laitiers" +value: " Pas de produits laitiers" +data: " Pas de produits laitiers" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1019 +label: "Sans gluten" +value: "Sans gluten" +data: "Sans gluten" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#984 -form: Symfony\Component\Form\Form {#966 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1012 …5} |
| full_name | "bilan[foodFeature]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "bilan_foodFeature" |
| is_selected | Closure($choice, $value) {#1021 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#831 …} } |
| label | "Régime alimentaire" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "foodFeature" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_bilan_foodFeature" |
| valid | true |
| value | "" |
sportProfile
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "Jamais fait du sport" => "Jamais fait du sport" "Débutant/e" => "Débutant/e" "A pratiqué il y a longtemps" => "A pratiqué il y a longtemps" "Pratique du sport régulièrement" => "Pratique du sport régulièrement" ] |
[ "Jamais fait du sport" => "Jamais fait du sport" "Débutant/e" => "Débutant/e" "A pratiqué il y a longtemps" => "A pratiqué il y a longtemps" "Pratique du sport régulièrement" => "Pratique du sport régulièrement" ] |
| label | "Profil Sportif" |
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 | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Jamais fait du sport" => "Jamais fait du sport" "Débutant/e" => "Débutant/e" "A pratiqué il y a longtemps" => "A pratiqué il y a longtemps" "Pratique du sport régulièrement" => "Pratique du sport régulièrement" ] |
| 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 {#764 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#765 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#766 …} -namespace: Closure() {#768 …} } |
| data_class | null |
| disabled | false |
| 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 | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Profil Sportif" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#857 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#770 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#671 …} $translationDomain: "validators" $message: Closure() {#856 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_bilan_sportProfile" ] |
| cache_key | "_bilan_sportProfile_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1024 +label: "Jamais fait du sport" +value: "Jamais fait du sport" +data: "Jamais fait du sport" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1025 +label: "Débutant/e" +value: "Débutant/e" +data: "Débutant/e" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1026 +label: "A pratiqué il y a longtemps" +value: "A pratiqué il y a longtemps" +data: "A pratiqué il y a longtemps" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1027 +label: "Pratique du sport régulièrement" +value: "Pratique du sport régulièrement" +data: "Pratique du sport régulièrement" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1022 -form: Symfony\Component\Form\Form {#969 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1023 …5} |
| full_name | "bilan[sportProfile]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "bilan_sportProfile" |
| is_selected | Closure($choice, $value) {#1029 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#831 …} } |
| label | "Profil Sportif" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "sportProfile" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_bilan_sportProfile" |
| valid | true |
| value | "" |
member
"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 |
|---|---|---|
| class | "App\Entity\Member" |
same as passed value |
| label | "Membre" |
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 | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#876 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#927 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#880 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#928 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#929 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#881 -om: ContainerN87BV9x\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#433 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#883 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Member" |
| 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 {#764 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#765 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#766 …} -namespace: Closure() {#768 …} } |
| data_class | null |
| disabled | false |
| em | ContainerN87BV9x\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#433 …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 {#881 -om: ContainerN87BV9x\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#433 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#883 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Membre" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#879 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#770 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#671 …} $translationDomain: "validators" $message: Closure() {#877 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_bilan_member" ] |
| cache_key | "_bilan_member_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1032 +label: "#1 Huet Jonathan" +value: "1" +data: App\Entity\Member {#1101 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1034 +label: "#2 Mariem2 Huet" +value: "2" +data: App\Entity\Member {#1173 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1030 -form: Symfony\Component\Form\Form {#972 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1031 …5} |
| full_name | "bilan[member]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "bilan_member" |
| is_selected | Closure($choice, $value) {#1041 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#831 …} } |
| label | "Membre" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "member" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_bilan_member" |
| valid | true |
| value | "" |
precisionInjuriesPathologie
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Maladies ou pathologies" |
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 | 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 {#764 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#765 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#766 …} -namespace: Closure() {#768 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#946 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#659 …} } |
| 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 | "Maladies ou pathologies" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#948 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#770 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#671 …} $translationDomain: "validators" $message: Closure() {#947 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_bilan_precisionInjuriesPathologie" ] |
| cache_key | "_bilan_precisionInjuriesPathologie_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1049 -form: Symfony\Component\Form\Form {#975 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1033 …5} |
| full_name | "bilan[precisionInjuriesPathologie]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "bilan_precisionInjuriesPathologie" |
| label | "Maladies ou pathologies" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "precisionInjuriesPathologie" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_bilan_precisionInjuriesPathologie" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "6a9969683783343dabd.slXn8ZN5kdb7Tw5I4HG-vzes3WJ_fFSFrdIe-EolxVE.13imyNVUwuLLJ0w6kSnrkmGanxIZExGw64FcqR0UlhLwBKi0pkH8kskjYQ" |
| 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 | "6a9969683783343dabd.slXn8ZN5kdb7Tw5I4HG-vzes3WJ_fFSFrdIe-EolxVE.13imyNVUwuLLJ0w6kSnrkmGanxIZExGw64FcqR0UlhLwBKi0pkH8kskjYQ" |
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 {#764 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#765 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#766 …} -namespace: Closure() {#768 …} } |
| data | "6a9969683783343dabd.slXn8ZN5kdb7Tw5I4HG-vzes3WJ_fFSFrdIe-EolxVE.13imyNVUwuLLJ0w6kSnrkmGanxIZExGw64FcqR0UlhLwBKi0pkH8kskjYQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1181 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#659 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1183 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#770 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#671 …} $translationDomain: "validators" $message: Closure() {#1180 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_bilan__token" ] |
| cache_key | "_bilan__token_hidden" |
| compound | false |
| data | "6a9969683783343dabd.slXn8ZN5kdb7Tw5I4HG-vzes3WJ_fFSFrdIe-EolxVE.13imyNVUwuLLJ0w6kSnrkmGanxIZExGw64FcqR0UlhLwBKi0pkH8kskjYQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1193 -form: Symfony\Component\Form\Form {#1189 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1184 …5} |
| full_name | "bilan[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "bilan__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 | "_bilan__token" |
| valid | true |
| value | "6a9969683783343dabd.slXn8ZN5kdb7Tw5I4HG-vzes3WJ_fFSFrdIe-EolxVE.13imyNVUwuLLJ0w6kSnrkmGanxIZExGw64FcqR0UlhLwBKi0pkH8kskjYQ" |