Forms
-
synthese
-
camion
-
dateDebut
-
dateFin
-
stationService
-
synthese
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 | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1692 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1703 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1705 …} -namespace: Closure() {#1707 …} } |
| data_class | "App\Entity\Domain\Chargement\BonDeLivraison" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1752 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Domain\Chargement\BonDeLivraison" } } |
| 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 | "GET" |
| 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() {#1751 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1753 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "synthese" "_synthese" ] |
| cache_key | "_synthese_synthese" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2336 -form: Symfony\Component\Form\Form {#2010 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2056 …5} |
| full_name | "synthese" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "synthese" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "GET" |
| multipart | false |
| name | "synthese" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_synthese" |
| valid | true |
| value | null |
camion
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" => "select" ] |
[ "class" => "select" ] |
| choice_label | Closure(Camion $camion) {#1798 class: "App\Form\Domain\Chargement\BonDeLivraison\SyntheseType" this: App\Form\Domain\Chargement\BonDeLivraison\SyntheseType {#1689 …} } |
same as passed value |
| class | "App\Entity\Domain\Flotte\Camion" |
same as passed value |
| mapped | false |
same as passed value |
| placeholder | "Choisissez un camion" |
same as passed value |
| query_builder | Closure(CamionRepository $camionRepository) {#1791 class: "App\Form\Domain\Chargement\BonDeLivraison\SyntheseType" this: App\Form\Domain\Chargement\BonDeLivraison\SyntheseType {#1689 …} } |
Doctrine\ORM\QueryBuilder {#1856 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1858 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1853 #from: "App\Entity\Domain\Flotte\Camion" #alias: "c" #indexBy: null } ] "join" => [ "c" => [ Doctrine\ORM\Query\Expr\Join {#1863 #joinType: "LEFT" #join: "App\Entity\Domain\Flotte\Trailer" #alias: "trailer" #conditionType: "WITH" #condition: "c.trailer = trailer.id" #indexBy: null } Doctrine\ORM\Query\Expr\Join {#1846 #joinType: "LEFT" #join: "App\Entity\Domain\Flotte\Tractor" #alias: "tractor" #conditionType: "WITH" #condition: "c.tractor = tractor.id" #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1847 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "(tractor.carburant IS NOT NULL OR trailer.carburant IS NOT NULL)" ] } "groupBy" => [] "having" => null "orderBy" => [] ] -type: Doctrine\ORM\QueryType {#1780 …} -dql: "SELECT c FROM App\Entity\Domain\Flotte\Camion c LEFT JOIN App\Entity\Domain\Flotte\Trailer trailer WITH c.trailer = trailer.id LEFT JOIN App\Entity\Domain\Flotte\Tractor tractor WITH c.tractor = tractor.id WHERE (tractor.carburant IS NOT NULL OR trailer.carburant IS NOT NULL)" -parameters: Doctrine\Common\Collections\ArrayCollection {#1857 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "trailer" => "c" "tractor" => "c" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -hints: [] -em: Container6nibxJL\EntityManagerGhostEbeb667 {#175 …12} } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "select" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(Camion $camion) {#1798 class: "App\Form\Domain\Chargement\BonDeLivraison\SyntheseType" this: App\Form\Domain\Chargement\BonDeLivraison\SyntheseType {#1689 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1933 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1860 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1833 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1848 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1859 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1932 …} } |
| choices | null |
| class | "App\Entity\Domain\Flotte\Camion" |
| 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 {#1692 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1703 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1705 …} -namespace: Closure() {#1707 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| duplicate_preferred_choices | true |
| em | Container6nibxJL\EntityManagerGhostEbeb667 {#175 …12} |
| 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 {#1821 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Container6nibxJL\EntityManagerGhostEbeb667 {#175 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1749 …} } |
| 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 | false |
| method | "POST" |
| multiple | false |
| placeholder | "Choisissez un camion" |
| 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 | Doctrine\ORM\QueryBuilder {#1856 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1858 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1853 #from: "App\Entity\Domain\Flotte\Camion" #alias: "c" #indexBy: null } ] "join" => [ "c" => [ Doctrine\ORM\Query\Expr\Join {#1863 #joinType: "LEFT" #join: "App\Entity\Domain\Flotte\Trailer" #alias: "trailer" #conditionType: "WITH" #condition: "c.trailer = trailer.id" #indexBy: null } Doctrine\ORM\Query\Expr\Join {#1846 #joinType: "LEFT" #join: "App\Entity\Domain\Flotte\Tractor" #alias: "tractor" #conditionType: "WITH" #condition: "c.tractor = tractor.id" #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1847 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "(tractor.carburant IS NOT NULL OR trailer.carburant IS NOT NULL)" ] } "groupBy" => [] "having" => null "orderBy" => [] ] -type: Doctrine\ORM\QueryType {#1780 …} -dql: "SELECT c FROM App\Entity\Domain\Flotte\Camion c LEFT JOIN App\Entity\Domain\Flotte\Trailer trailer WITH c.trailer = trailer.id LEFT JOIN App\Entity\Domain\Flotte\Tractor tractor WITH c.tractor = tractor.id WHERE (tractor.carburant IS NOT NULL OR trailer.carburant IS NOT NULL)" -parameters: Doctrine\Common\Collections\ArrayCollection {#1857 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "trailer" => "c" "tractor" => "c" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -hints: [] -em: Container6nibxJL\EntityManagerGhostEbeb667 {#175 …12} } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1760 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1738 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_synthese_camion" ] |
| cache_key | "_synthese_camion_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2653 +label: "1546GL01/1546GL01" +value: "1" +data: App\Entity\Domain\Flotte\Camion {#2350 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2721 +label: "Tracteur(574JV01) / Citerne(2702JE01)" +value: "2" +data: App\Entity\Domain\Flotte\Camion {#2382 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2730 +label: "1547LG01/1547LG01" +value: "3" +data: App\Entity\Domain\Flotte\Camion {#2412 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2744 +label: "Tracteur(AA452FZ01) / Citerne(1546GL01)" +value: "4" +data: App\Entity\Domain\Flotte\Camion {#2418 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2754 +label: "Tracteur(AA144SY01) / Citerne(1547LG01)" +value: "5" +data: App\Entity\Domain\Flotte\Camion {#2424 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2762 +label: "Tracteur(574JV01) / Citerne(1547LG01)" +value: "6" +data: App\Entity\Domain\Flotte\Camion {#2430 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2760 +label: "Tracteur(4810KT01) / Citerne(1546GL01)" +value: "7" +data: App\Entity\Domain\Flotte\Camion {#2433 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2771 +label: "Tracteur(2995JZ01) / Citerne(928KH01)" +value: "8" +data: App\Entity\Domain\Flotte\Camion {#2439 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2779 +label: "Tracteur(3106KU01) / Citerne(681FT01)" +value: "9" +data: App\Entity\Domain\Flotte\Camion {#2448 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2800 +label: "Tracteur(4810KT01) / Citerne(2814JV01)" +value: "10" +data: App\Entity\Domain\Flotte\Camion {#2457 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2810 +label: "Tracteur(AA452FZ01) / Citerne(AA138GP)" +value: "11" +data: App\Entity\Domain\Flotte\Camion {#2463 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2820 +label: "Tracteur(AA144SY01) / Citerne(AA-288-SN-01)" +value: "12" +data: App\Entity\Domain\Flotte\Camion {#2469 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2830 +label: "Tracteur(AA360SY01) / Citerne(AA257SN01)" +value: "13" +data: App\Entity\Domain\Flotte\Camion {#2475 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2847 +label: "1545GL01/1545GL01" +value: "14" +data: Proxies\__CG__\App\Entity\Domain\Flotte\Camion {#2259 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2857 +label: "Tracteur(AA208YN01) / Citerne(AA817VZ01)" +value: "15" +data: App\Entity\Domain\Flotte\Camion {#2495 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2874 +label: "Tracteur(3106KU01) / Citerne(928KH01)" +value: "16" +data: App\Entity\Domain\Flotte\Camion {#2504 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2872 +label: "AA991CQ/AA991CQ" +value: "17" +data: App\Entity\Domain\Flotte\Camion {#2507 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2885 +label: "Tracteur(3291JS01) / Citerne(1609JN01)" +value: "18" +data: App\Entity\Domain\Flotte\Camion {#2513 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2902 +label: "Tracteur(AA744SX01) / Citerne(AA039JZ06)" +value: "19" +data: App\Entity\Domain\Flotte\Camion {#2522 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2919 +label: "AA374HG01/AA374HG01" +value: "20" +data: App\Entity\Domain\Flotte\Camion {#2531 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2929 +label: "5489CS01/5489CS01" +value: "21" +data: App\Entity\Domain\Flotte\Camion {#2537 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2939 +label: "3783GK01/3783GK01" +value: "22" +data: App\Entity\Domain\Flotte\Camion {#2543 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2949 +label: "7849CT01/7849CT01" +value: "23" +data: App\Entity\Domain\Flotte\Camion {#2549 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2959 +label: "AA212HB01/AA212HB01" +value: "24" +data: Proxies\__CG__\App\Entity\Domain\Flotte\Camion {#2291 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2969 +label: "Tracteur(AA456JP01) / Citerne(AA650JN01)" +value: "25" +data: App\Entity\Domain\Flotte\Camion {#2560 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2986 +label: "AA583HN01/AA583HN01" +value: "26" +data: App\Entity\Domain\Flotte\Camion {#2569 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2996 +label: "AA914HN01/AA914HN01" +value: "27" +data: Proxies\__CG__\App\Entity\Domain\Flotte\Camion {#2220 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3006 +label: "Tracteur(AA419JP01) / Citerne(AA422JQ01)" +value: "28" +data: App\Entity\Domain\Flotte\Camion {#2580 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3023 +label: "Tracteur(AB622EJ01) / Citerne(308KP01)" +value: "29" +data: Proxies\__CG__\App\Entity\Domain\Flotte\Camion {#2275 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3040 +label: "Tracteur(AB813EJ01) / Citerne(928KH01)" +value: "30" +data: App\Entity\Domain\Flotte\Camion {#2597 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3053 +label: "Tracteur(AB750EE01) / Citerne(2814JV01)" +value: "31" +data: Proxies\__CG__\App\Entity\Domain\Flotte\Camion {#2060 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3061 +label: "AB129AZ01/AB129AZ01" +value: "32" +data: Proxies\__CG__\App\Entity\Domain\Flotte\Camion {#2326 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3069 +label: "AB138AZ01/AB138AZ01" +value: "33" +data: Proxies\__CG__\App\Entity\Domain\Flotte\Camion {#2239 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#2345 -form: Symfony\Component\Form\Form {#2087 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2347 …5} |
| full_name | "synthese[camion]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "synthese_camion" |
| is_selected | Closure($choice, $value) {#3084 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 | "camion" |
| placeholder | "Choisissez un camion" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_synthese_camion" |
| valid | true |
| value | "" |
dateDebut
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 |
|---|---|---|
| label | "Date de DEBUT" |
same as passed value |
| mapped | false |
same as passed value |
| required | false |
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 {#1692 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1703 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1705 …} -namespace: Closure() {#1707 …} } |
| 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 |
| documentation | [] |
| 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 | "Date de DEBUT" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => "" "month" => "" "day" => "" ] |
| 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() {#1841 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1843 …} } } |
| 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" "_synthese_dateDebut" ] |
| cache_key | "_synthese_dateDebut_date" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3079 -form: Symfony\Component\Form\Form {#2090 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3077 …5} |
| full_name | "synthese[dateDebut]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "synthese_dateDebut" |
| label | "Date de DEBUT" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "dateDebut" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_synthese_dateDebut" |
| valid | true |
| value | "" |
| widget | "single_text" |
dateFin
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 |
|---|---|---|
| label | "Date de FIN" |
same as passed value |
| mapped | false |
same as passed value |
| required | false |
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 {#1692 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1703 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1705 …} -namespace: Closure() {#1707 …} } |
| 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 |
| documentation | [] |
| 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 | "Date de FIN" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => "" "month" => "" "day" => "" ] |
| 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() {#1829 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1831 …} } } |
| 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" "_synthese_dateFin" ] |
| cache_key | "_synthese_dateFin_date" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3067 -form: Symfony\Component\Form\Form {#2093 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3085 …5} |
| full_name | "synthese[dateFin]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "synthese_dateFin" |
| label | "Date de FIN" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "dateFin" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_synthese_dateFin" |
| valid | true |
| value | "" |
| widget | "single_text" |
stationService
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" => "select" ] |
[ "class" => "select" ] |
| choice_label | "libelle" |
same as passed value |
| class | "App\Entity\Domain\Chargement\StationService" |
same as passed value |
| placeholder | "Choisissez une S/S" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "select" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "libelle" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2057 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1823 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2024 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1848 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2012 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#2014 …} } |
| choices | null |
| class | "App\Entity\Domain\Chargement\StationService" |
| 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 {#1692 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1703 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1705 …} -namespace: Closure() {#1707 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| duplicate_preferred_choices | true |
| em | Container6nibxJL\EntityManagerGhostEbeb667 {#175 …12} |
| 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 {#1819 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Container6nibxJL\EntityManagerGhostEbeb667 {#175 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#840 …} } |
| 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 | false |
| placeholder | "Choisissez une S/S" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1824 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1825 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_synthese_stationService" ] |
| cache_key | "_synthese_stationService_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3097 +label: "S/S BOUAKÉ" +value: "1" +data: Proxies\__CG__\App\Entity\Domain\Chargement\StationService {#2236 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3092 +label: "S/S TIOROTIÉRI" +value: "2" +data: App\Entity\Domain\Chargement\StationService {#3471 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3101 +label: "S/S BINGERVILLE" +value: "3" +data: Proxies\__CG__\App\Entity\Domain\Chargement\StationService {#2139 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3100 +label: "S/S ASSINIE" +value: "4" +data: Proxies\__CG__\App\Entity\Domain\Chargement\StationService {#2256 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3108 +label: "S/S DIDIÉVI" +value: "5" +data: Proxies\__CG__\App\Entity\Domain\Chargement\StationService {#2307 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3095 +label: "S/S ZUÉNOULA" +value: "6" +data: Proxies\__CG__\App\Entity\Domain\Chargement\StationService {#2323 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3099 +label: "NIAKOBLOGNAN" +value: "7" +data: App\Entity\Domain\Chargement\StationService {#3608 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3112 +label: "S/S LAKOTA" +value: "8" +data: App\Entity\Domain\Chargement\StationService {#3636 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3102 +label: "S/S SAÏOUA" +value: "9" +data: App\Entity\Domain\Chargement\StationService {#3664 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3939 +label: "S/S KOUTO" +value: "10" +data: App\Entity\Domain\Chargement\StationService {#3692 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3940 +label: "S/S KOULOUSON" +value: "11" +data: App\Entity\Domain\Chargement\StationService {#3720 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3941 +label: "S/S GOULIA" +value: "12" +data: App\Entity\Domain\Chargement\StationService {#3748 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3942 +label: "S/S ABONGOUA" +value: "13" +data: App\Entity\Domain\Chargement\StationService {#3776 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3943 +label: "S/S BLAWARA" +value: "14" +data: App\Entity\Domain\Chargement\StationService {#3804 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3944 +label: "S/S BOLONA" +value: "15" +data: App\Entity\Domain\Chargement\StationService {#3832 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3945 +label: "S/S BONON" +value: "16" +data: App\Entity\Domain\Chargement\StationService {#3860 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3946 +label: "S/S GUIEMBÉ" +value: "17" +data: App\Entity\Domain\Chargement\StationService {#3885 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3947 +label: "S/S PONONDOUGOU" +value: "18" +data: App\Entity\Domain\Chargement\StationService {#3913 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#3086 -form: Symfony\Component\Form\Form {#2013 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3087 …5} |
| full_name | "synthese[stationService]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "synthese_stationService" |
| is_selected | Closure($choice, $value) {#3098 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 | "stationService" |
| placeholder | "Choisissez une S/S" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_synthese_stationService" |
| valid | true |
| value | "" |