Forms
-
form
-
promotion
-
typeEleve
-
identifiant
-
_token
-
form
Form type:
"Symfony\Component\Form\Extension\Core\Type\FormType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#284 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#242 …} -logger: Monolog\Logger {#118 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#287 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#949 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#951 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#950 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_form" ] |
| cache_key | "_form_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1034 -errors: [] -form: Symfony\Component\Form\Form {#1039 …} } |
| form | Symfony\Component\Form\FormView {#952 …5} |
| full_name | "form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form" |
| valid | true |
| value | null |
promotion
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" "placeholder" => "Ex: 1, 2, ... ou 2024-2025" "oninput" => "this.value = this.value.replace(/[^0-9-]/g, '').slice(0,9)" ] |
[ "class" => "form-control" "placeholder" => "Ex: 1, 2, ... ou 2024-2025" "oninput" => "this.value = this.value.replace(/[^0-9-]/g, '').slice(0,9)" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Callback {#957 +payload: null +groups: ? ?array +callback: [ App\Services\ActionsFront {#412 -uploadPath: "/var/www/clients/client7/web7/web/erpena/public/uploads/dossier_personnel" -salleRepository: App\Repository\SalleRepository {#403 …} -entityManager: Doctrine\ORM\EntityManager {#61 …11} -mailer: Symfony\Component\Mailer\Mailer {#65 …} -demandeTransitionRepository: App\Repository\DemandeTransitionRepository {#428 …} -promotionRepository: App\Repository\PromotionRepository {#456 …} -demandeActeFichierRepository: App\Repository\DemandeActeFichierRepository {#407 …} -fileUploader: App\Services\FileUploader {#423 …} -slugger: Symfony\Component\String\Slugger\AsciiSlugger {#471 …} } "validatePromotion" ] } Symfony\Component\Validator\Constraints\Regex {#958 +payload: null +groups: ? ?array +message: "La promotion doit être comprise entre 1 et 62 ou une promotion au format "2024-2026" valide!" +pattern: "/^\d{1,2}$|^\d{4}-\d{4}$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Callback {#957 +payload: null +groups: ? ?array +callback: [ App\Services\ActionsFront {#412 -uploadPath: "/var/www/clients/client7/web7/web/erpena/public/uploads/dossier_personnel" -salleRepository: App\Repository\SalleRepository {#403 …} -entityManager: Doctrine\ORM\EntityManager {#61 …11} -mailer: Symfony\Component\Mailer\Mailer {#65 …} -demandeTransitionRepository: App\Repository\DemandeTransitionRepository {#428 …} -promotionRepository: App\Repository\PromotionRepository {#456 …} -demandeActeFichierRepository: App\Repository\DemandeActeFichierRepository {#407 …} -fileUploader: App\Services\FileUploader {#423 …} -slugger: Symfony\Component\String\Slugger\AsciiSlugger {#471 …} } "validatePromotion" ] } Symfony\Component\Validator\Constraints\Regex {#958 +payload: null +groups: ? ?array +message: "La promotion doit être comprise entre 1 et 62 ou une promotion au format "2024-2026" valide!" +pattern: "/^\d{1,2}$|^\d{4}-\d{4}$/" +htmlPattern: null +match: true +normalizer: null } ] |
| label | "Promotion" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Ex: 1, 2, ... ou 2024-2025" "oninput" => "this.value = this.value.replace(/[^0-9-]/g, '').slice(0,9)" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Callback {#957 +payload: null +groups: ? ?array +callback: [ App\Services\ActionsFront {#412 -uploadPath: "/var/www/clients/client7/web7/web/erpena/public/uploads/dossier_personnel" -salleRepository: App\Repository\SalleRepository {#403 …} -entityManager: Doctrine\ORM\EntityManager {#61 …11} -mailer: Symfony\Component\Mailer\Mailer {#65 …} -demandeTransitionRepository: App\Repository\DemandeTransitionRepository {#428 …} -promotionRepository: App\Repository\PromotionRepository {#456 …} -demandeActeFichierRepository: App\Repository\DemandeActeFichierRepository {#407 …} -fileUploader: App\Services\FileUploader {#423 …} -slugger: Symfony\Component\String\Slugger\AsciiSlugger {#471 …} } "validatePromotion" ] } Symfony\Component\Validator\Constraints\Regex {#958 +payload: null +groups: ? ?array +message: "La promotion doit être comprise entre 1 et 62 ou une promotion au format "2024-2026" valide!" +pattern: "/^\d{1,2}$|^\d{4}-\d{4}$/" +htmlPattern: null +match: true +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#284 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#242 …} -logger: Monolog\Logger {#118 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#287 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#966 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Promotion" |
| 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() {#968 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#967 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Ex: 1, 2, ... ou 2024-2025" "oninput" => "this.value = this.value.replace(/[^0-9-]/g, '').slice(0,9)" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_promotion" ] |
| cache_key | "_form_promotion_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1054 -errors: [] -form: Symfony\Component\Form\Form {#1042 …} } |
| form | Symfony\Component\Form\FormView {#1052 …5} |
| full_name | "form[promotion]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_promotion" |
| label | "Promotion" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "promotion" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_promotion" |
| valid | true |
| value | "" |
typeEleve
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| class | "App\Entity\TypeEleve" |
same as passed value |
| label | "Statut" |
same as passed value |
| placeholder | "Choisir..." |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| 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 {#997 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#998 …} } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1016 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1002 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1013 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1019 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1022 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1021 …} } |
| choices | null |
| class | "App\Entity\TypeEleve" |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#284 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#242 …} -logger: Monolog\Logger {#118 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#287 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | Doctrine\ORM\EntityManager {#61 …11} |
| 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 {#1006 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#61 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1003 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Statut" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Choisir..." |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1001 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#999 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_form_typeEleve" ] |
| cache_key | "_form_typeEleve_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1057 +data: App\Entity\TypeEleve {#1071 …} +value: "1" +label: "ÉLÈVE" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1065 +data: App\Entity\TypeEleve {#1081 …} +value: "2" +label: "FONCTIONNAIRE-ÉLÈVE" +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1076 +data: App\Entity\TypeEleve {#1087 …} +value: "3" +label: "AUDITEUR" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1077 +data: App\Entity\TypeEleve {#1090 …} +value: "4" +label: "AUDITEUR À TITRE ÉTRANGER" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1055 -errors: [] -form: Symfony\Component\Form\Form {#1045 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1056 …5} |
| full_name | "form[typeEleve]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_typeEleve" |
| is_selected | Closure($choice, $value) {#1063 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Statut" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "typeEleve" |
| placeholder | "Choisir..." |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_typeEleve" |
| valid | true |
| value | "" |
identifiant
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| help | "Veuillez saisir au moins l’un des éléments suivants : Matricule, Mécano, Email ou Identifiant." |
same as passed value |
| help_attr | [ "class" => "form-text text-muted" ] |
[ "class" => "form-text text-muted" ] |
| label | "Identifiant <span class="text-danger">*</span>" |
same as passed value |
| label_html | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#284 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#242 …} -logger: Monolog\Logger {#118 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#287 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1031 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | "Veuillez saisir au moins l’un des éléments suivants : Matricule, Mécano, Email ou Identifiant." |
| help_attr | [ "class" => "form-text text-muted" ] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Identifiant <span class="text-danger">*</span>" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#1033 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#1032 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_identifiant" ] |
| cache_key | "_form_identifiant_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1074 -errors: [] -form: Symfony\Component\Form\Form {#1048 …} } |
| form | Symfony\Component\Form\FormView {#1070 …5} |
| full_name | "form[identifiant]" |
| help | "Veuillez saisir au moins l’un des éléments suivants : Matricule, Mécano, Email ou Identifiant." |
| help_attr | [ "class" => "form-text text-muted" ] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_identifiant" |
| label | "Identifiant <span class="text-danger">*</span>" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "identifiant" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_identifiant" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "6636f6d040b7045f92521.1M5JWHtIj8zOHGMEO5_rQSj_2Y8ZDAss2GGlVIwf3VA.kLkuE09w4fWDWBtVeeiIGUKs7-tJWklk4EzQF8BZkx2uoAdsMTrrhPxrKg" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "6636f6d040b7045f92521.1M5JWHtIj8zOHGMEO5_rQSj_2Y8ZDAss2GGlVIwf3VA.kLkuE09w4fWDWBtVeeiIGUKs7-tJWklk4EzQF8BZkx2uoAdsMTrrhPxrKg" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#284 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#242 …} -logger: Monolog\Logger {#118 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#287 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data | "6636f6d040b7045f92521.1M5JWHtIj8zOHGMEO5_rQSj_2Y8ZDAss2GGlVIwf3VA.kLkuE09w4fWDWBtVeeiIGUKs7-tJWklk4EzQF8BZkx2uoAdsMTrrhPxrKg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1094 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1096 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#711 …} $message: Closure() {#1095 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_form__token" ] |
| cache_key | "_form__token_hidden" |
| compound | false |
| data | "6636f6d040b7045f92521.1M5JWHtIj8zOHGMEO5_rQSj_2Y8ZDAss2GGlVIwf3VA.kLkuE09w4fWDWBtVeeiIGUKs7-tJWklk4EzQF8BZkx2uoAdsMTrrhPxrKg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1106 -errors: [] -form: Symfony\Component\Form\Form {#1102 …} } |
| form | Symfony\Component\Form\FormView {#1097 …5} |
| full_name | "form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form__token" |
| valid | true |
| value | "6636f6d040b7045f92521.1M5JWHtIj8zOHGMEO5_rQSj_2Y8ZDAss2GGlVIwf3VA.kLkuE09w4fWDWBtVeeiIGUKs7-tJWklk4EzQF8BZkx2uoAdsMTrrhPxrKg" |