- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 1
- Events
- Routing
- Cache
- Translation 7
- 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
seance_detail
"App\Form\SeanceDetailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\SeanceDetail {#441 -id: 31 -phase: 5 -duree: "20" -materiel: null -deroulement: "Correction du TP sur tirage au sort" -activiteEleve: "Écoute de la correction et discussion avec l'élève qui présente sa solution" -activiteProf: "Gestion de la parole et questions pour l'élève également." -refSeance: Proxies\__CG__\App\Entity\Seance {#493 …} } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\SeanceDetail {#441 -id: 31 -phase: 5 -duree: "20" -materiel: null -deroulement: "Correction du TP sur tirage au sort" -activiteEleve: "Écoute de la correction et discussion avec l'élève qui présente sa solution" -activiteProf: "Gestion de la parole et questions pour l'élève également." -refSeance: Proxies\__CG__\App\Entity\Seance {#493 …} } |
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 {#648 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#649 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#650 …} -namespace: Closure() {#652 …} } |
| data | App\Entity\SeanceDetail {#441 -id: 31 -phase: 5 -duree: "20" -materiel: null -deroulement: "Correction du TP sur tirage au sort" -activiteEleve: "Écoute de la correction et discussion avec l'élève qui présente sa solution" -activiteProf: "Gestion de la parole et questions pour l'élève également." -refSeance: Proxies\__CG__\App\Entity\Seance {#493 …} } |
| data_class | "App\Entity\SeanceDetail" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#690 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#552 …} use: { $class: "App\Entity\SeanceDetail" } } |
| 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() {#688 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#658 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#559 …} $translationDomain: "validators" $message: Closure() {#689 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "seance_detail" "_seance_detail" ] |
| cache_key | "_seance_detail_seance_detail" |
| compound | true |
| data | App\Entity\SeanceDetail {#441 -id: 31 -phase: 5 -duree: "20" -materiel: null -deroulement: "Correction du TP sur tirage au sort" -activiteEleve: "Écoute de la correction et discussion avec l'élève qui présente sa solution" -activiteProf: "Gestion de la parole et questions pour l'élève également." -refSeance: Proxies\__CG__\App\Entity\Seance {#493 …} } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#771 -form: Symfony\Component\Form\Form {#750 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#743 …5} |
| full_name | "seance_detail" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "seance_detail" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "seance_detail" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_seance_detail" |
| valid | true |
| value | App\Entity\SeanceDetail {#441 -id: 31 -phase: 5 -duree: "20" -materiel: null -deroulement: "Correction du TP sur tirage au sort" -activiteEleve: "Écoute de la correction et discussion avec l'élève qui présente sa solution" -activiteProf: "Gestion de la parole et questions pour l'élève également." -refSeance: Proxies\__CG__\App\Entity\Seance {#493 …} } |
phase
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | 5 |
| View Format |
"5"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | 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 |
| 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 {#648 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#649 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#650 …} -namespace: Closure() {#652 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#707 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#552 …} } |
| 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 | [] |
| inherit_data | false |
| invalid_message | "Please enter an integer." |
| 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 |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#675 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#658 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#559 …} $translationDomain: "validators" $message: Closure() {#699 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_seance_detail_phase" ] |
| cache_key | "_seance_detail_phase_integer" |
| compound | false |
| data | 5 |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#816 -form: Symfony\Component\Form\Form {#795 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#818 …5} |
| full_name | "seance_detail[phase]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "seance_detail_phase" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phase" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_seance_detail_phase" |
| valid | true |
| value | "5" |
duree
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "20" |
| View Format | same as normalized 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 {#648 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#649 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#650 …} -namespace: Closure() {#652 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#661 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#552 …} } |
| 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() {#659 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#658 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#559 …} $translationDomain: "validators" $message: Closure() {#671 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_seance_detail_duree" ] |
| cache_key | "_seance_detail_duree_text" |
| compound | false |
| data | "20" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#815 -form: Symfony\Component\Form\Form {#798 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#814 …5} |
| full_name | "seance_detail[duree]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "seance_detail_duree" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "duree" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_seance_detail_duree" |
| valid | true |
| value | "20" |
materiel
"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 |
|---|---|---|
| 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 |
| 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 {#648 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#649 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#650 …} -namespace: Closure() {#652 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#714 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#552 …} } |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#719 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#658 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#559 …} $translationDomain: "validators" $message: Closure() {#657 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_seance_detail_materiel" ] |
| cache_key | "_seance_detail_materiel_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#813 -form: Symfony\Component\Form\Form {#801 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#812 …5} |
| full_name | "seance_detail[materiel]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "seance_detail_materiel" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "materiel" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_seance_detail_materiel" |
| valid | true |
| value | "" |
deroulement
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "Correction du TP sur tirage au sort" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved 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 |
| 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 {#648 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#649 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#650 …} -namespace: Closure() {#652 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#702 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#552 …} } |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#728 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#658 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#559 …} $translationDomain: "validators" $message: Closure() {#727 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_seance_detail_deroulement" ] |
| cache_key | "_seance_detail_deroulement_textarea" |
| compound | false |
| data | "Correction du TP sur tirage au sort" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#729 -form: Symfony\Component\Form\Form {#759 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#720 …5} |
| full_name | "seance_detail[deroulement]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "seance_detail_deroulement" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "deroulement" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_seance_detail_deroulement" |
| valid | true |
| value | "Correction du TP sur tirage au sort" |
activiteEleve
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "Écoute de la correction et discussion avec l'élève qui présente sa solution" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved 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 |
| 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 {#648 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#649 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#650 …} -namespace: Closure() {#652 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#725 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#552 …} } |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#739 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#658 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#559 …} $translationDomain: "validators" $message: Closure() {#738 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_seance_detail_activiteEleve" ] |
| cache_key | "_seance_detail_activiteEleve_textarea" |
| compound | false |
| data | "Écoute de la correction et discussion avec l'élève qui présente sa solution" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#708 -form: Symfony\Component\Form\Form {#762 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#706 …5} |
| full_name | "seance_detail[activiteEleve]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "seance_detail_activiteEleve" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "activiteEleve" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_seance_detail_activiteEleve" |
| valid | true |
| value | "Écoute de la correction et discussion avec l'élève qui présente sa solution" |
activiteProf
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "Gestion de la parole et questions pour l'élève également." |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved 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 |
| 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 {#648 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#649 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#650 …} -namespace: Closure() {#652 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#736 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#552 …} } |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#753 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#658 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#559 …} $translationDomain: "validators" $message: Closure() {#752 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_seance_detail_activiteProf" ] |
| cache_key | "_seance_detail_activiteProf_textarea" |
| compound | false |
| data | "Gestion de la parole et questions pour l'élève également." |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#772 -form: Symfony\Component\Form\Form {#765 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#779 …5} |
| full_name | "seance_detail[activiteProf]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "seance_detail_activiteProf" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "activiteProf" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_seance_detail_activiteProf" |
| valid | true |
| value | "Gestion de la parole et questions pour l'élève également." |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "29936ce62058f7b98999caf200a24b1.vq8rHzks_UpeWhB4Qq9Nh6RKzYGO_DlQ9uuZvM8KSqc.z81TWmgbkiQNanRMO_oE08gNm9P5zFMllLTK8oxaZ-6OyRtQWliHLQ8UIA" |
| 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 | "29936ce62058f7b98999caf200a24b1.vq8rHzks_UpeWhB4Qq9Nh6RKzYGO_DlQ9uuZvM8KSqc.z81TWmgbkiQNanRMO_oE08gNm9P5zFMllLTK8oxaZ-6OyRtQWliHLQ8UIA" |
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 {#648 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#649 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#650 …} -namespace: Closure() {#652 …} } |
| data | "29936ce62058f7b98999caf200a24b1.vq8rHzks_UpeWhB4Qq9Nh6RKzYGO_DlQ9uuZvM8KSqc.z81TWmgbkiQNanRMO_oE08gNm9P5zFMllLTK8oxaZ-6OyRtQWliHLQ8UIA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#829 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#552 …} } |
| 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() {#833 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#658 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#559 …} $translationDomain: "validators" $message: Closure() {#830 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_seance_detail__token" ] |
| cache_key | "_seance_detail__token_hidden" |
| compound | false |
| data | "29936ce62058f7b98999caf200a24b1.vq8rHzks_UpeWhB4Qq9Nh6RKzYGO_DlQ9uuZvM8KSqc.z81TWmgbkiQNanRMO_oE08gNm9P5zFMllLTK8oxaZ-6OyRtQWliHLQ8UIA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#843 -form: Symfony\Component\Form\Form {#839 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#834 …5} |
| full_name | "seance_detail[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "seance_detail__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 | "_seance_detail__token" |
| valid | true |
| value | "29936ce62058f7b98999caf200a24b1.vq8rHzks_UpeWhB4Qq9Nh6RKzYGO_DlQ9uuZvM8KSqc.z81TWmgbkiQNanRMO_oE08gNm9P5zFMllLTK8oxaZ-6OyRtQWliHLQ8UIA" |