- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 1
- Events
- Routing
- Cache
- Translation 6
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- Serializer
- 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
progression
"App\Form\ProgressionType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Progression {#485 -id: null -libelle: null -refBlocHeure: Doctrine\Common\Collections\ArrayCollection {#486 -elements: [] } -refPeriodeCle: Doctrine\Common\Collections\ArrayCollection {#487 -elements: [] } -dateDebut: null -dateFin: null -estGenere: false -refProgressionDetails: Doctrine\Common\Collections\ArrayCollection {#488 …} } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Progression {#485 -id: null -libelle: null -refBlocHeure: Doctrine\Common\Collections\ArrayCollection {#486 -elements: [] } -refPeriodeCle: Doctrine\Common\Collections\ArrayCollection {#487 -elements: [] } -dateDebut: null -dateFin: null -estGenere: false -refProgressionDetails: Doctrine\Common\Collections\ArrayCollection {#488 …} } |
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 {#602 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#603 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#604 …} -namespace: Closure() {#606 …} } |
| data | App\Entity\Progression {#485 -id: null -libelle: null -refBlocHeure: Doctrine\Common\Collections\ArrayCollection {#486 -elements: [] } -refPeriodeCle: Doctrine\Common\Collections\ArrayCollection {#487 -elements: [] } -dateDebut: null -dateFin: null -estGenere: false -refProgressionDetails: Doctrine\Common\Collections\ArrayCollection {#488 …} } |
| data_class | "App\Entity\Progression" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#624 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#506 …} use: { $class: "App\Entity\Progression" } } |
| 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() {#626 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#608 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#518 …} $translationDomain: "validators" $message: Closure() {#625 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "progression" "_progression" ] |
| cache_key | "_progression_progression" |
| compound | true |
| data | App\Entity\Progression {#485 -id: null -libelle: null -refBlocHeure: Doctrine\Common\Collections\ArrayCollection {#486 -elements: [] } -refPeriodeCle: Doctrine\Common\Collections\ArrayCollection {#487 -elements: [] } -dateDebut: null -dateFin: null -estGenere: false -refProgressionDetails: Doctrine\Common\Collections\ArrayCollection {#488 …} } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#684 -form: Symfony\Component\Form\Form {#753 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#740 …5} |
| full_name | "progression" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "progression" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "progression" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_progression" |
| valid | true |
| value | App\Entity\Progression {#485 -id: null -libelle: null -refBlocHeure: Doctrine\Common\Collections\ArrayCollection {#486 -elements: [] } -refPeriodeCle: Doctrine\Common\Collections\ArrayCollection {#487 -elements: [] } -dateDebut: null -dateFin: null -estGenere: false -refProgressionDetails: Doctrine\Common\Collections\ArrayCollection {#488 …} } |
libelle
"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 | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 ] |
| 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 {#602 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#603 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#604 …} -namespace: Closure() {#606 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#656 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#506 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#673 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#608 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#518 …} $translationDomain: "validators" $message: Closure() {#674 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_progression_libelle" ] |
| cache_key | "_progression_libelle_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#806 -form: Symfony\Component\Form\Form {#788 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#804 …5} |
| full_name | "progression[libelle]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "progression_libelle" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "libelle" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_progression_libelle" |
| valid | true |
| value | "" |
dateDebut
"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 |
|---|---|---|
| html5 | true |
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 | [] |
| 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 {#602 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#603 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#604 …} -namespace: Closure() {#606 …} } |
| 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 | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| 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 | null |
| 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() {#643 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#608 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#518 …} $translationDomain: "validators" $message: Closure() {#645 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 ] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_progression_dateDebut" ] |
| cache_key | "_progression_dateDebut_date" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#807 -form: Symfony\Component\Form\Form {#791 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#808 …5} |
| full_name | "progression[dateDebut]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "progression_dateDebut" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "dateDebut" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_progression_dateDebut" |
| valid | true |
| value | "" |
| widget | "single_text" |
dateFin
"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 |
|---|---|---|
| html5 | true |
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 | [] |
| 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 {#602 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#603 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#604 …} -namespace: Closure() {#606 …} } |
| 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 | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| 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 | null |
| 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() {#683 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#608 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#518 …} $translationDomain: "validators" $message: Closure() {#682 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 ] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_progression_dateFin" ] |
| cache_key | "_progression_dateFin_date" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#809 -form: Symfony\Component\Form\Form {#794 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#829 …5} |
| full_name | "progression[dateFin]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "progression_dateFin" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "dateFin" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_progression_dateFin" |
| valid | true |
| value | "" |
| widget | "single_text" |
refBlocHeure
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Doctrine\Common\Collections\ArrayCollection {#486 -elements: [] } |
| View Format |
[] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| class | "App\Entity\BlocHeure" |
same as passed value |
| em | "default" |
Container78xGPyW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#309 …2} |
| multiple | true |
same as passed value |
| required | 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 | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#714 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#715 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#734 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#719 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#731 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#736 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#739 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#738 …} } |
| choices | null |
| class | "App\Entity\BlocHeure" |
| 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 {#602 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#603 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#604 …} -namespace: Closure() {#606 …} } |
| data_class | null |
| disabled | false |
| em | Container78xGPyW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#309 …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 {#720 -om: Container78xGPyW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#309 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#721 …} -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 | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | true |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#718 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#608 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#518 …} $translationDomain: "validators" $message: Closure() {#716 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_progression_refBlocHeure" ] |
| cache_key | "_progression_refBlocHeure_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#842 +label: "Cyber Sécu (BTS SIO 1 SLAM) (j:1 duree:2h)" +value: "1" +data: App\Entity\BlocHeure {#858 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#891 +label: "Cyber Sécu (BTS SIO 1 SLAM) (j:3 duree:2h)" +value: "2" +data: App\Entity\BlocHeure {#876 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#892 +label: "SUP. DISPO SERV. INF (BTS SIO 1 SLAM) (j:3 duree:3h)" +value: "3" +data: App\Entity\BlocHeure {#875 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#910 +label: "SUP. DISPO SERV. INF (BTS SIO 1 SLAM) (j:5 duree:3h)" +value: "4" +data: App\Entity\BlocHeure {#873 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | Doctrine\Common\Collections\ArrayCollection {#486 -elements: [] } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#831 -form: Symfony\Component\Form\Form {#797 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#832 …5} |
| full_name | "progression[refBlocHeure][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "progression_refBlocHeure" |
| is_selected | Closure($choice, array $values) {#896 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#692 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "refBlocHeure" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_progression_refBlocHeure" |
| valid | true |
| value | [] |
refPeriodeCle
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Doctrine\Common\Collections\ArrayCollection {#487 -elements: [] } |
| View Format |
[] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| class | "App\Entity\PeriodeCle" |
same as passed value |
| em | "default" |
Container78xGPyW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#309 …2} |
| multiple | true |
same as passed value |
| required | 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 | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#714 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#715 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#770 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#755 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#767 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#736 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#774 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#772 …} } |
| choices | null |
| class | "App\Entity\PeriodeCle" |
| 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 {#602 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#603 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#604 …} -namespace: Closure() {#606 …} } |
| data_class | null |
| disabled | false |
| em | Container78xGPyW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#309 …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 {#756 -om: Container78xGPyW\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#309 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#757 …} -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 | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | true |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#754 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#608 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#518 …} $translationDomain: "validators" $message: Closure() {#752 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_progression_refPeriodeCle" ] |
| cache_key | "_progression_refPeriodeCle_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#908 +label: "Vacance de la Toussaint (24/10/2022 / 06/11/2022)" +value: "1" +data: App\Entity\PeriodeCle {#939 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#924 +label: "Vacance de Noël (19/12/2022 / 01/01/2023)" +value: "2" +data: App\Entity\PeriodeCle {#954 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#916 +label: "Jour férié (02/01/2023 / 02/01/2023)" +value: "3" +data: App\Entity\PeriodeCle {#953 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1022 +label: "Vacance d'hivers (20/02/2023 / 05/03/2023)" +value: "4" +data: App\Entity\PeriodeCle {#961 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1024 +label: "Vacance de printemps (24/04/2023 / 07/05/2023)" +value: "5" +data: App\Entity\PeriodeCle {#965 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1026 +label: "Jour férié (08/05/2023 / 08/05/2023)" +value: "6" +data: App\Entity\PeriodeCle {#969 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1025 +label: "Jour férié (11/11/2022 / 11/11/2022)" +value: "7" +data: App\Entity\PeriodeCle {#972 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#921 +label: "Vacance de la Toussaint (10/04/2023 / 10/04/2023)" +value: "8" +data: App\Entity\PeriodeCle {#975 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#928 +label: "Jour férié (18/05/2023 / 19/05/2023)" +value: "9" +data: App\Entity\PeriodeCle {#978 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1023 +label: "Période de stage (22/05/2023 / 23/06/2023)" +value: "10" +data: App\Entity\PeriodeCle {#981 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1032 +label: "BTS BLANC (12/12/2022 / 15/12/2022)" +value: "11" +data: App\Entity\PeriodeCle {#985 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1034 +label: "BTS BLANC (17/04/2023 / 20/04/2023)" +value: "12" +data: App\Entity\PeriodeCle {#989 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1033 +label: "Séance PHP (Tristan) (01/09/2022 / 31/05/2023)" +value: "13" +data: App\Entity\PeriodeCle {#992 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1037 +label: "Correction BTS BLANC (01/09/2022 / 31/05/2023)" +value: "14" +data: App\Entity\PeriodeCle {#996 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1039 +label: "Annulé (05/11/2022 / 05/11/2022)" +value: "15" +data: App\Entity\PeriodeCle {#1000 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1041 +label: "Epreuve E5 (12/04/2023 / 14/04/2023)" +value: "16" +data: App\Entity\PeriodeCle {#1004 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1043 +label: "Correction BTS BLANC (09/01/2023 / 09/01/2023)" +value: "17" +data: App\Entity\PeriodeCle {#1008 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1042 +label: "Correction BTS BLANC (04/01/2023 / 04/01/2023)" +value: "18" +data: App\Entity\PeriodeCle {#1011 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#917 +label: "Java Exceptionnel (08/03/2023 / 08/03/2023)" +value: "19" +data: App\Entity\PeriodeCle {#1014 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1047 +label: "Java Exceptionnel (15/03/2023 / 15/03/2023)" +value: "20" +data: App\Entity\PeriodeCle {#1018 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1046 +label: "Epreuve E5 (10/04/2023 / 11/04/2023)" +value: "21" +data: App\Entity\PeriodeCle {#1021 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | Doctrine\Common\Collections\ArrayCollection {#487 -elements: [] } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#909 -form: Symfony\Component\Form\Form {#800 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#847 …5} |
| full_name | "progression[refPeriodeCle][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "progression_refPeriodeCle" |
| is_selected | Closure($choice, array $values) {#1044 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#692 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "refPeriodeCle" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_progression_refPeriodeCle" |
| valid | true |
| value | [] |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "e33fad49.x5YWxhz8x1fpQKTz7ymwV_T8QbaubMlJRmKSoOl3UDI.vfpVl3G6tw7RNOub3h7-ZKuqM-eeCYo6ACPXwr40YUXw2HyBZcyGNq8Z6Q" |
| 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 | "e33fad49.x5YWxhz8x1fpQKTz7ymwV_T8QbaubMlJRmKSoOl3UDI.vfpVl3G6tw7RNOub3h7-ZKuqM-eeCYo6ACPXwr40YUXw2HyBZcyGNq8Z6Q" |
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 {#602 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#603 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#604 …} -namespace: Closure() {#606 …} } |
| data | "e33fad49.x5YWxhz8x1fpQKTz7ymwV_T8QbaubMlJRmKSoOl3UDI.vfpVl3G6tw7RNOub3h7-ZKuqM-eeCYo6ACPXwr40YUXw2HyBZcyGNq8Z6Q" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1062 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#506 …} } |
| 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() {#1064 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#608 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#518 …} $translationDomain: "validators" $message: Closure() {#1063 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_progression__token" ] |
| cache_key | "_progression__token_hidden" |
| compound | false |
| data | "e33fad49.x5YWxhz8x1fpQKTz7ymwV_T8QbaubMlJRmKSoOl3UDI.vfpVl3G6tw7RNOub3h7-ZKuqM-eeCYo6ACPXwr40YUXw2HyBZcyGNq8Z6Q" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1074 -form: Symfony\Component\Form\Form {#1070 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1065 …5} |
| full_name | "progression[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "progression__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 | "_progression__token" |
| valid | true |
| value | "e33fad49.x5YWxhz8x1fpQKTz7ymwV_T8QbaubMlJRmKSoOl3UDI.vfpVl3G6tw7RNOub3h7-ZKuqM-eeCYo6ACPXwr40YUXw2HyBZcyGNq8Z6Q" |