- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 7
- Events
- Routing
- Cache
- Translation 9
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- Debug
- Messages
- E-mails
- Notifications
- EasyAdmin
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
computing
"App\Form\ComputingType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Computing {#707 -id: null -Title: null -Addresse: null -lon: null -lat: null -Status: null -AddressesGroup: null -departureTime: null -returnTime: null -departureDate: null -DepartureDateTime: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Computing {#707 -id: null -Title: null -Addresse: null -lon: null -lat: null -Status: null -AddressesGroup: null -departureTime: null -returnTime: null -departureDate: null -DepartureDateTime: 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 {#192 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#194 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#195 …} -namespace: Closure() {#197 …} } |
| data | App\Entity\Computing {#707 -id: null -Title: null -Addresse: null -lon: null -lat: null -Status: null -AddressesGroup: null -departureTime: null -returnTime: null -departureDate: null -DepartureDateTime: null } |
| data_class | "App\Entity\Computing" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#789 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#727 …} use: { $class: "App\Entity\Computing" } } |
| 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 | [] |
| legacy_error_messages | true |
| 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() {#791 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#771 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#148 …} $translationDomain: "validators" $message: Closure() {#790 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "computing" "_computing" ] |
| cache_key | "_computing_computing" |
| compound | true |
| data | App\Entity\Computing {#707 -id: null -Title: null -Addresse: null -lon: null -lat: null -Status: null -AddressesGroup: null -departureTime: null -returnTime: null -departureDate: null -DepartureDateTime: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#923 -form: Symfony\Component\Form\Form {#955 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#939 …5} |
| full_name | "computing" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "computing" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "computing" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_computing" |
| valid | true |
| value | App\Entity\Computing {#707 -id: null -Title: null -Addresse: null -lon: null -lat: null -Status: null -AddressesGroup: null -departureTime: null -returnTime: null -departureDate: null -DepartureDateTime: null } |
Title
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
| label | "Nom du calcul" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#192 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#194 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#195 …} -namespace: Closure() {#197 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#819 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#727 …} } |
| 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 | "Nom du calcul" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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() {#820 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#771 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#148 …} $translationDomain: "validators" $message: Closure() {#818 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_computing_Title" ] |
| cache_key | "_computing_Title_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#977 -form: Symfony\Component\Form\Form {#958 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#821 …5} |
| full_name | "computing[Title]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "computing_Title" |
| label | "Nom du calcul" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "Title" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_computing_Title" |
| valid | true |
| value | "" |
Addresse
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 300 ] |
[ "maxlength" => 300 ] |
| help | "Adresse complète. Ex: 1 rue de la paix 75002 Paris" |
same as passed value |
| label | "Adresse d'origine ou d'arrivée" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 300 ] |
| 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 {#192 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#194 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#195 …} -namespace: Closure() {#197 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#810 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#727 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | "Adresse complète. Ex: 1 rue de la paix 75002 Paris" |
| 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 | "Adresse d'origine ou d'arrivée" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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() {#845 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#771 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#148 …} $translationDomain: "validators" $message: Closure() {#846 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 300 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_computing_Addresse" ] |
| cache_key | "_computing_Addresse_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#979 -form: Symfony\Component\Form\Form {#961 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#980 …5} |
| full_name | "computing[Addresse]" |
| help | "Adresse complète. Ex: 1 rue de la paix 75002 Paris" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "computing_Addresse" |
| label | "Adresse d'origine ou d'arrivée" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "Addresse" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_computing_Addresse" |
| valid | true |
| value | "" |
AddressesGroup
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 |
|---|---|---|
| class | "App\Entity\AddressesList" |
same as passed value |
| em | "default" |
ContainerC8fGppP\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#510 …2} |
| help | "Choisir le groupe d'adresse avec lequel le calcul va être effectué" |
same as passed value |
| label | "Groupe d'adresse" |
same as passed value |
| multiple | false |
false
|
| query_builder | Closure(AddressesListRepository $er) {#797 class: "App\Form\ComputingType" this: App\Form\ComputingType {#726 …} } |
Doctrine\ORM\QueryBuilder {#877 -_em: Doctrine\ORM\EntityManager {#525 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#887 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "a" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#894 #from: "App\Entity\AddressesList" #alias: "a" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#895 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "a.locked = :val" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [] ] -_type: 0 -_state: 1 -_dql: "SELECT a FROM App\Entity\AddressesList a WHERE a.locked = :val" -parameters: Doctrine\Common\Collections\ArrayCollection {#876 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#859 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#916 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#889 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#896 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#892 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#900 -om: ContainerC8fGppP\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#510 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#863 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\AddressesList" |
| 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 {#192 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#194 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#195 …} -namespace: Closure() {#197 …} } |
| data_class | null |
| disabled | false |
| em | ContainerC8fGppP\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#510 …2} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | "Choisir le groupe d'adresse avec lequel le calcul va être effectué" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#900 -om: ContainerC8fGppP\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#510 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#863 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Groupe d'adresse" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "" |
| 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 {#877 -_em: Doctrine\ORM\EntityManager {#525 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#887 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "a" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#894 #from: "App\Entity\AddressesList" #alias: "a" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#895 #separator: " AND " #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "a.locked = :val" ] #preSeparator: "(" #postSeparator: ")" } "groupBy" => [] "having" => null "orderBy" => [] ] -_type: 0 -_state: 1 -_dql: "SELECT a FROM App\Entity\AddressesList a WHERE a.locked = :val" -parameters: Doctrine\Common\Collections\ArrayCollection {#876 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#862 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#771 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#148 …} $translationDomain: "validators" $message: Closure() {#860 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_computing_AddressesGroup" ] |
| cache_key | "_computing_AddressesGroup_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1006 +label: "MHD - impact dem" +value: "275" +data: App\Entity\AddressesList {#1020 …} +attr: [] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1009 +label: "CNR_siège" +value: "306" +data: App\Entity\AddressesList {#1059 …} +attr: [] +labelTranslationParameters: [] } 307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1011 +label: "EPSA - SWD actuel" +value: "307" +data: App\Entity\AddressesList {#1064 …} +attr: [] +labelTranslationParameters: [] } 308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1014 +label: "EPSA - SWD futur" +value: "308" +data: App\Entity\AddressesList {#1069 …} +attr: [] +labelTranslationParameters: [] } 309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1013 +label: "EPSA - LUC" +value: "309" +data: App\Entity\AddressesList {#1074 …} +attr: [] +labelTranslationParameters: [] } 310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1008 +label: "MOTEURS BAUDOUIN 8h30" +value: "310" +data: App\Entity\AddressesList {#1079 …} +attr: [] +labelTranslationParameters: [] } 311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1026 +label: "MOTEURS BAUDOUIN 7h" +value: "311" +data: App\Entity\AddressesList {#1084 …} +attr: [] +labelTranslationParameters: [] } 319 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1025 +label: "CNES" +value: "319" +data: App\Entity\AddressesList {#1089 …} +attr: [] +labelTranslationParameters: [] } 320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1021 +label: "CITE SCOLAIRE MARSEILLEVEYRE - Collège" +value: "320" +data: App\Entity\AddressesList {#1094 …} +attr: [] +labelTranslationParameters: [] } 321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1010 +label: "CITE SCOLAIRE MARSEILLEVEYRE - Lycée" +value: "321" +data: App\Entity\AddressesList {#1099 …} +attr: [] +labelTranslationParameters: [] } 322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1019 +label: "CITE SCOLAIRE MARSEILLEVEYRE - Personnel" +value: "322" +data: App\Entity\AddressesList {#1104 …} +attr: [] +labelTranslationParameters: [] } 323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1264 +label: "EPSA - OMNEGY" +value: "323" +data: App\Entity\AddressesList {#1109 …} +attr: [] +labelTranslationParameters: [] } 324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1265 +label: "EPSA - 3i" +value: "324" +data: App\Entity\AddressesList {#1114 …} +attr: [] +labelTranslationParameters: [] } 325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1266 +label: "SOFTWAY MEDICAL" +value: "325" +data: App\Entity\AddressesList {#1119 …} +attr: [] +labelTranslationParameters: [] } 326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1267 +label: "EPSA - SIDIESE" +value: "326" +data: App\Entity\AddressesList {#1124 …} +attr: [] +labelTranslationParameters: [] } 327 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1268 +label: "CNES - 2e essai" +value: "327" +data: App\Entity\AddressesList {#1129 …} +attr: [] +labelTranslationParameters: [] } 328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1269 +label: "cnes" +value: "328" +data: App\Entity\AddressesList {#1134 …} +attr: [] +labelTranslationParameters: [] } 329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1270 +label: "SAASWEDO BIS" +value: "329" +data: App\Entity\AddressesList {#1139 …} +attr: [] +labelTranslationParameters: [] } 330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1271 +label: "SAASWEDO TER" +value: "330" +data: App\Entity\AddressesList {#1144 …} +attr: [] +labelTranslationParameters: [] } 331 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1272 +label: "SAASWEDO QUATER" +value: "331" +data: App\Entity\AddressesList {#1149 …} +attr: [] +labelTranslationParameters: [] } 332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1273 +label: "CHLB non médical" +value: "332" +data: App\Entity\AddressesList {#1154 …} +attr: [] +labelTranslationParameters: [] } 333 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1274 +label: "CHLB médical" +value: "333" +data: App\Entity\AddressesList {#1159 …} +attr: [] +labelTranslationParameters: [] } 334 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1275 +label: "CHLB" +value: "334" +data: App\Entity\AddressesList {#1164 …} +attr: [] +labelTranslationParameters: [] } 335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1276 +label: "CHHB médical" +value: "335" +data: App\Entity\AddressesList {#1169 …} +attr: [] +labelTranslationParameters: [] } 336 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1277 +label: "CHHB non médical" +value: "336" +data: App\Entity\AddressesList {#1174 …} +attr: [] +labelTranslationParameters: [] } 337 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1278 +label: "chhb" +value: "337" +data: App\Entity\AddressesList {#1179 …} +attr: [] +labelTranslationParameters: [] } 338 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1279 +label: "CD93" +value: "338" +data: App\Entity\AddressesList {#1184 …} +attr: [] +labelTranslationParameters: [] } 339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1280 +label: "CD93 - Part 1" +value: "339" +data: App\Entity\AddressesList {#1189 …} +attr: [] +labelTranslationParameters: [] } 340 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1281 +label: "CD93 - Part 2" +value: "340" +data: App\Entity\AddressesList {#1194 …} +attr: [] +labelTranslationParameters: [] } 341 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1282 +label: "CD93 - RER B" +value: "341" +data: App\Entity\AddressesList {#1199 …} +attr: [] +labelTranslationParameters: [] } 342 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1283 +label: "CD93 - RER D" +value: "342" +data: App\Entity\AddressesList {#1204 …} +attr: [] +labelTranslationParameters: [] } 343 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1284 +label: "Imano" +value: "343" +data: App\Entity\AddressesList {#1209 …} +attr: [] +labelTranslationParameters: [] } 344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1285 +label: "IMANO2" +value: "344" +data: App\Entity\AddressesList {#1214 …} +attr: [] +labelTranslationParameters: [] } 345 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1286 +label: "Test" +value: "345" +data: App\Entity\AddressesList {#1219 …} +attr: [] +labelTranslationParameters: [] } 346 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1287 +label: "CD93 - Clichy-Montfermeil" +value: "346" +data: App\Entity\AddressesList {#1224 …} +attr: [] +labelTranslationParameters: [] } 347 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1288 +label: "CD93 - Sevran-Livry" +value: "347" +data: App\Entity\AddressesList {#1229 …} +attr: [] +labelTranslationParameters: [] } 348 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1289 +label: "CD93 - Sevran-Beaudottes" +value: "348" +data: App\Entity\AddressesList {#1234 …} +attr: [] +labelTranslationParameters: [] } 349 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1290 +label: "CD93 - Aulnay" +value: "349" +data: App\Entity\AddressesList {#1239 …} +attr: [] +labelTranslationParameters: [] } 350 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1291 +label: "CD93 - Le Blanc Mesnil" +value: "350" +data: App\Entity\AddressesList {#1244 …} +attr: [] +labelTranslationParameters: [] } 351 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1292 +label: "CD93 - Le Bourget RER" +value: "351" +data: App\Entity\AddressesList {#1249 …} +attr: [] +labelTranslationParameters: [] } 352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1293 +label: "CD93 - La Courneuve-6 Routes" +value: "352" +data: App\Entity\AddressesList {#1254 …} +attr: [] +labelTranslationParameters: [] } 353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1294 +label: "CD93 - Saint Denis Pleyel" +value: "353" +data: App\Entity\AddressesList {#1259 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#981 -form: Symfony\Component\Form\Form {#964 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#982 …5} |
| full_name | "computing[AddressesGroup]" |
| help | "Choisir le groupe d'adresse avec lequel le calcul va être effectué" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "computing_AddressesGroup" |
| is_selected | Closure($choice, $value) {#1296 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#848 …} } |
| label | "Groupe d'adresse" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "AddressesGroup" |
| placeholder | "" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_computing_AddressesGroup" |
| valid | true |
| value | "" |
DepartureDateTime
"Symfony\Component\Form\Extension\Core\Type\DateTimeType"
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 input-inline datetimepicker" ] |
[ "class" => "form-control input-inline datetimepicker" ] |
| help | "La date choisie doit être dans le futur proche, en dehors des congés scolaires de la zone et des jours de grèves" |
same as passed value |
| label | "Date (Optionnnelle)" |
same as passed value |
| required | false |
false
|
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control input-inline datetimepicker" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | 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 {#192 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#194 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#195 …} -namespace: Closure() {#197 …} } |
| data_class | null |
| date_format | null |
| date_label | null |
| date_widget | null |
| 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'T'HH:mm:ss" |
| getter | null |
| help | "La date choisie doit être dans le futur proche, en dehors des congés scolaires de la zone et des jours de grèves" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d H:i:s" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Date (Optionnnelle)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| 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 |
| time_label | null |
| time_widget | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#922 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#771 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#148 …} $translationDomain: "validators" $message: Closure() {#921 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| with_minutes | true |
| with_seconds | false |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control input-inline datetimepicker" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "datetime" "_computing_DepartureDateTime" ] |
| cache_key | "_computing_DepartureDateTime_datetime" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1297 -form: Symfony\Component\Form\Form {#967 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1298 …5} |
| full_name | "computing[DepartureDateTime]" |
| help | "La date choisie doit être dans le futur proche, en dehors des congés scolaires de la zone et des jours de grèves" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "computing_DepartureDateTime" |
| label | "Date (Optionnnelle)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "DepartureDateTime" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "datetime-local" |
| unique_block_prefix | "_computing_DepartureDateTime" |
| valid | true |
| value | "" |
| widget | "single_text" |
lat
"Symfony\Component\Form\Extension\Core\Type\NumberType"
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 | "Latitude (Optionnelle)" |
same as passed value |
| required | false |
false
|
| scale | 10 |
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 {#192 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#194 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#195 …} -namespace: Closure() {#197 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#934 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#727 …} } |
| 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 | [] |
| html5 | false |
| inherit_data | false |
| input | "number" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Latitude (Optionnelle)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| rounding_mode | 6 |
| row_attr | [] |
| scale | 10 |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#938 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#771 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#148 …} $translationDomain: "validators" $message: Closure() {#937 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "number" "_computing_lat" ] |
| cache_key | "_computing_lat_number" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1299 -form: Symfony\Component\Form\Form {#970 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1300 …5} |
| full_name | "computing[lat]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "computing_lat" |
| label | "Latitude (Optionnelle)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lat" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_computing_lat" |
| valid | true |
| value | "" |
lon
"Symfony\Component\Form\Extension\Core\Type\NumberType"
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 | "Longitude (Optionnelle)" |
same as passed value |
| required | false |
false
|
| scale | 10 |
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 {#192 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#194 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#195 …} -namespace: Closure() {#197 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#946 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#727 …} } |
| 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 | [] |
| html5 | false |
| inherit_data | false |
| input | "number" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Longitude (Optionnelle)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| rounding_mode | 6 |
| row_attr | [] |
| scale | 10 |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#948 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#771 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#148 …} $translationDomain: "validators" $message: Closure() {#947 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "number" "_computing_lon" ] |
| cache_key | "_computing_lon_number" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1301 -form: Symfony\Component\Form\Form {#973 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1302 …5} |
| full_name | "computing[lon]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "computing_lon" |
| label | "Longitude (Optionnelle)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lon" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_computing_lon" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "538af90e2b5decfc0c5dad5.FjBLItyhijdkqJZ0jq0KsomjBxX4gSdvsAkrBEmj4vo.YnQBV7-V3UU28KA4uOYywbnqS0PIzVYf3W0TSgeRg5RDSnxklP6nGlXf8Q" |
| 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 | "538af90e2b5decfc0c5dad5.FjBLItyhijdkqJZ0jq0KsomjBxX4gSdvsAkrBEmj4vo.YnQBV7-V3UU28KA4uOYywbnqS0PIzVYf3W0TSgeRg5RDSnxklP6nGlXf8Q" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#192 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#194 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#195 …} -namespace: Closure() {#197 …} } |
| data | "538af90e2b5decfc0c5dad5.FjBLItyhijdkqJZ0jq0KsomjBxX4gSdvsAkrBEmj4vo.YnQBV7-V3UU28KA4uOYywbnqS0PIzVYf3W0TSgeRg5RDSnxklP6nGlXf8Q" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1319 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#727 …} } |
| 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 | [] |
| legacy_error_messages | true |
| 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() {#1321 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#771 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#148 …} $translationDomain: "validators" $message: Closure() {#1318 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_computing__token" ] |
| cache_key | "_computing__token_hidden" |
| compound | false |
| data | "538af90e2b5decfc0c5dad5.FjBLItyhijdkqJZ0jq0KsomjBxX4gSdvsAkrBEmj4vo.YnQBV7-V3UU28KA4uOYywbnqS0PIzVYf3W0TSgeRg5RDSnxklP6nGlXf8Q" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1331 -form: Symfony\Component\Form\Form {#1327 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1322 …5} |
| full_name | "computing[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "computing__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_computing__token" |
| valid | true |
| value | "538af90e2b5decfc0c5dad5.FjBLItyhijdkqJZ0jq0KsomjBxX4gSdvsAkrBEmj4vo.YnQBV7-V3UU28KA4uOYywbnqS0PIzVYf3W0TSgeRg5RDSnxklP6nGlXf8Q" |