Forms
-
retenue
-
Personne
-
montant
-
duree
-
debut
-
_token
-
retenue
Form type:
"App\Form\RetenueType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Retenue {#799 -id: null -Personne: null -montant: null -duree: null -debut: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Retenue {#799 -id: null -Personne: null -montant: null -duree: null -debut: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#581 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#850 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#856 …} } |
| data | App\Entity\Retenue {#799 -id: null -Personne: null -montant: null -duree: null -debut: null } |
| data_class | "App\Entity\Retenue" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#709 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Retenue" } } |
| 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() {#711 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#133 …} $message: Closure() {#710 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "retenue" "_retenue" ] |
| cache_key | "_retenue_retenue" |
| compound | true |
| data | App\Entity\Retenue {#799 -id: null -Personne: null -montant: null -duree: null -debut: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1043 -errors: [] -form: Symfony\Component\Form\Form {#716 …} } |
| form | Symfony\Component\Form\FormView {#712 …5} |
| full_name | "retenue" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "retenue" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "retenue" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_retenue" |
| valid | true |
| value | App\Entity\Retenue {#799 -id: null -Personne: null -montant: null -duree: null -debut: null } |
Personne
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" => "select2" ] |
[ "class" => "select2" ] |
| choice_label | Closure(Personnel $user) {#915 class: "App\Form\RetenueType" this: App\Form\RetenueType {#784 …} } |
same as passed value |
| class | "App\Entity\Personnel" |
same as passed value |
| placeholder | "Choisir un collaborateur" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(Personnel $user) {#915 class: "App\Form\RetenueType" this: App\Form\RetenueType {#784 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1013 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#665 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1004 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1015 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#979 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#973 …} } |
| choices | null |
| class | "App\Entity\Personnel" |
| compound | false |
| constraints | [] |
| create_option_text | "Add %placeholder%..." |
| 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 {#581 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#850 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#856 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerE1VcvCF\EntityManagerGhost614a58f {#117 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| 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 {#917 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerE1VcvCF\EntityManagerGhost614a58f {#117 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#918 …} } |
| 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 | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| multiple | false |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| placeholder | "Choisir un collaborateur" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#664 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#133 …} $message: Closure() {#655 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_retenue_Personne" ] |
| cache_key | "_retenue_Personne_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1067 +data: App\Entity\Personnel {#1139 …} +value: "1" +label: "MAMADOU DIOP" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1132 +data: App\Entity\Personnel {#1294 …} +value: "2" +label: "MME DIOUF" +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#960 +data: App\Entity\Personnel {#1003 …} +value: "3" +label: "PATE NDIAYE" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1134 +data: App\Entity\Personnel {#1270 …} +value: "4" +label: "MOUHAMED L SECK" +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1048 +data: App\Entity\Personnel {#1263 …} +value: "5" +label: "KHADIM GUEYE" +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1088 +data: App\Entity\Personnel {#1256 …} +value: "6" +label: "MME SALL" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#933 +data: App\Entity\Personnel {#1276 …} +value: "7" +label: "MME QUENUM" +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1085 +data: App\Entity\Personnel {#1304 …} +value: "8" +label: "ABDOUL AZIZ BELEM" +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1086 +data: App\Entity\Personnel {#1311 …} +value: "9" +label: "BATHIE NDIAYE" +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1145 +data: App\Entity\Personnel {#1318 …} +value: "10" +label: "ABDOULAYE NDIAYE" +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1144 +data: App\Entity\Personnel {#1325 …} +value: "11" +label: "MME NGOM" +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1444 +data: App\Entity\Personnel {#1332 …} +value: "12" +label: "LAMINE COLY" +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1445 +data: App\Entity\Personnel {#1339 …} +value: "13" +label: "PAPE MOUSSA SECK" +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1446 +data: App\Entity\Personnel {#1346 …} +value: "14" +label: "SERIGNE BATHIE NDIAYE" +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1447 +data: App\Entity\Personnel {#1353 …} +value: "15" +label: "ABDOU AKIM SECK" +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1448 +data: App\Entity\Personnel {#1360 …} +value: "17" +label: "CHEIKH SEYE" +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1449 +data: App\Entity\Personnel {#1367 …} +value: "18" +label: "NIOKHOBAYE FAYE" +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1450 +data: App\Entity\Personnel {#1374 …} +value: "19" +label: "BIRAM DIENG" +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1451 +data: App\Entity\Personnel {#1381 …} +value: "20" +label: "YARGA SY" +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1452 +data: App\Entity\Personnel {#1388 …} +value: "21" +label: "MODOU GUEYE" +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1453 +data: App\Entity\Personnel {#1395 …} +value: "22" +label: "DAME SECK" +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1454 +data: App\Entity\Personnel {#1402 …} +value: "23" +label: "THIERNO NDIAYE" +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1455 +data: App\Entity\Personnel {#1409 …} +value: "24" +label: "SALIOU WADE" +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1456 +data: App\Entity\Personnel {#1416 …} +value: "25" +label: "EL HADJ GANA SENE" +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1457 +data: App\Entity\Personnel {#1423 …} +value: "26" +label: "ABDOU KHADRE DIATTA" +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1458 +data: App\Entity\Personnel {#1430 …} +value: "27" +label: "MAMADOU FATOU SY" +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1459 +data: App\Entity\Personnel {#1437 …} +value: "28" +label: "CHEIKH SOW" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1072 -errors: [] -form: Symfony\Component\Form\Form {#1071 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1081 …5} |
| full_name | "retenue[Personne]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "retenue_Personne" |
| is_selected | Closure($choice, $value) {#1463 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "Personne" |
| placeholder | "Choisir un collaborateur" |
| 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 | "_retenue_Personne" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
montant
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 |
|---|---|---|
| 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 {#581 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#850 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#856 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1011 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 |
| 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() {#1007 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#133 …} $message: Closure() {#996 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_retenue_montant" ] |
| cache_key | "_retenue_montant_integer" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1460 -errors: [] -form: Symfony\Component\Form\Form {#1074 …} } |
| form | Symfony\Component\Form\FormView {#1461 …5} |
| full_name | "retenue[montant]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "retenue_montant" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "montant" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_retenue_montant" |
| valid | true |
| value | "" |
duree
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 |
|---|---|---|
| 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 {#581 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#850 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#856 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#700 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 |
| 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() {#1014 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#133 …} $message: Closure() {#954 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_retenue_duree" ] |
| cache_key | "_retenue_duree_integer" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1462 -errors: [] -form: Symfony\Component\Form\Form {#1077 …} } |
| form | Symfony\Component\Form\FormView {#1464 …5} |
| full_name | "retenue[duree]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "retenue_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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_retenue_duree" |
| valid | true |
| value | "" |
debut
Form type:
"Symfony\Component\Form\Extension\Core\Type\DateType"
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 |
|---|---|---|
| required | 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 {#581 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#850 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#856 …} } |
| 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() {#992 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#133 …} $message: Closure() {#1031 …} $translationDomain: "validators" } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 ] |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_retenue_debut" ] |
| cache_key | "_retenue_debut_date" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1465 -errors: [] -form: Symfony\Component\Form\Form {#1035 …} } |
| form | Symfony\Component\Form\FormView {#1466 …5} |
| full_name | "retenue[debut]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "retenue_debut" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "debut" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_retenue_debut" |
| valid | true |
| value | "" |
| widget | "single_text" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "0ba567cd29f1e11572625f1a53.eYBlKeAw2H72Yg9K9PA6OnCl6efbJ_25znOoJLFqicU.NfA2RoMBsSakLUQVgJJUDkju2aOvdaXc_ySYV98l-4AB1BZKhmWiOcA0ZA" |
| 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 | "0ba567cd29f1e11572625f1a53.eYBlKeAw2H72Yg9K9PA6OnCl6efbJ_25znOoJLFqicU.NfA2RoMBsSakLUQVgJJUDkju2aOvdaXc_ySYV98l-4AB1BZKhmWiOcA0ZA" |
same as passed value |
| mapped | false |
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 | "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 {#581 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#850 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#849 …} -namespace: Closure() {#856 …} } |
| data | "0ba567cd29f1e11572625f1a53.eYBlKeAw2H72Yg9K9PA6OnCl6efbJ_25znOoJLFqicU.NfA2RoMBsSakLUQVgJJUDkju2aOvdaXc_ySYV98l-4AB1BZKhmWiOcA0ZA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1469 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() {#1473 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#133 …} $message: Closure() {#1470 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_retenue__token" ] |
| cache_key | "_retenue__token_hidden" |
| compound | false |
| data | "0ba567cd29f1e11572625f1a53.eYBlKeAw2H72Yg9K9PA6OnCl6efbJ_25znOoJLFqicU.NfA2RoMBsSakLUQVgJJUDkju2aOvdaXc_ySYV98l-4AB1BZKhmWiOcA0ZA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1483 -errors: [] -form: Symfony\Component\Form\Form {#1479 …} } |
| form | Symfony\Component\Form\FormView {#1474 …5} |
| full_name | "retenue[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "retenue__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 | "_retenue__token" |
| valid | true |
| value | "0ba567cd29f1e11572625f1a53.eYBlKeAw2H72Yg9K9PA6OnCl6efbJ_25znOoJLFqicU.NfA2RoMBsSakLUQVgJJUDkju2aOvdaXc_ySYV98l-4AB1BZKhmWiOcA0ZA" |