- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 57
- Events
- Routing
- Cache
- Translation 377
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- E-mails
- Notifications
- 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
-
-
nomDuProjet
-
besoinEau
-
surfaceRecuperee
-
nomSurface
-
nomSurface2
-
nomSurface3
-
rendementToiture
-
surfaceRecuperee2
-
rendementToiture2
-
surfaceRecuperee3
-
rendementToiture3
-
climat
-
stationmeteo
-
nbreUtilisateur
-
volumeParUtilisation
-
tauxRaccordement
-
scenarioUtilisation
-
ru
-
typePlante
-
profondeurTerre
-
sArrosage
-
volumeCuve
-
tauxObjectif
-
coutEau
-
coutPompe
-
coutVolume
-
choixVolume
-
coutVolume2
-
choixVolume2
-
certivea
-
analyser
-
_token
-
reutilisation
"App\Form\ReutilisationType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\PluvioDatabase {#251 -id: null -besoinEau: null -nomSurface: null -surfaceRecuperee: null -rendementToiture: null -nomSurface2: null -surfaceRecuperee2: null -rendementToiture2: null -nomSurface3: null -surfaceRecuperee3: null -rendementToiture3: null -climat: null -stationMeteo: null -nbreUtilisateur: null -volumeUtilisateur: null -volumeParUtilisation: null -scenarioUtilisation: null -ru: null -typePlante: null -profondeurTerre: null -arrosage: null -volumeCuve: null -tauxObjectif: null -coutEau: 4.0 -coutPompe: 4000.0 -coutVolume: 1000.0 -choixVolume: 1000.0 -coutVolume2: 4000.0 -choixVolume2: 4000.0 -nomDuProjet: null -sArrosage: null -theUser: null -time: null -graphData: null -tauxRaccordement: 100.0 -certivea: false } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\PluvioDatabase {#251 -id: null -besoinEau: null -nomSurface: null -surfaceRecuperee: null -rendementToiture: null -nomSurface2: null -surfaceRecuperee2: null -rendementToiture2: null -nomSurface3: null -surfaceRecuperee3: null -rendementToiture3: null -climat: null -stationMeteo: null -nbreUtilisateur: null -volumeUtilisateur: null -volumeParUtilisation: null -scenarioUtilisation: null -ru: null -typePlante: null -profondeurTerre: null -arrosage: null -volumeCuve: null -tauxObjectif: null -coutEau: 4.0 -coutPompe: 4000.0 -coutVolume: 1000.0 -choixVolume: 1000.0 -coutVolume2: 4000.0 -choixVolume2: 4000.0 -nomDuProjet: null -sArrosage: null -theUser: null -time: null -graphData: null -tauxRaccordement: 100.0 -certivea: 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 | 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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data | App\Entity\PluvioDatabase {#251 -id: null -besoinEau: null -nomSurface: null -surfaceRecuperee: null -rendementToiture: null -nomSurface2: null -surfaceRecuperee2: null -rendementToiture2: null -nomSurface3: null -surfaceRecuperee3: null -rendementToiture3: null -climat: null -stationMeteo: null -nbreUtilisateur: null -volumeUtilisateur: null -volumeParUtilisation: null -scenarioUtilisation: null -ru: null -typePlante: null -profondeurTerre: null -arrosage: null -volumeCuve: null -tauxObjectif: null -coutEau: 4.0 -coutPompe: 4000.0 -coutVolume: 1000.0 -choixVolume: 1000.0 -coutVolume2: 4000.0 -choixVolume2: 4000.0 -nomDuProjet: null -sArrosage: null -theUser: null -time: null -graphData: null -tauxRaccordement: 100.0 -certivea: false } |
data_class | "App\Entity\PluvioDatabase" |
disabled | false |
empty_data | Closure(FormInterface $form) {#645 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#514 …} use: { $class: "App\Entity\PluvioDatabase" } } |
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() {#647 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#646 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "reutilisation" "_reutilisation" ] |
cache_key | "_reutilisation_reutilisation" |
compound | true |
data | App\Entity\PluvioDatabase {#251 -id: null -besoinEau: null -nomSurface: null -surfaceRecuperee: null -rendementToiture: null -nomSurface2: null -surfaceRecuperee2: null -rendementToiture2: null -nomSurface3: null -surfaceRecuperee3: null -rendementToiture3: null -climat: null -stationMeteo: null -nbreUtilisateur: null -volumeUtilisateur: null -volumeParUtilisation: null -scenarioUtilisation: null -ru: null -typePlante: null -profondeurTerre: null -arrosage: null -volumeCuve: null -tauxObjectif: null -coutEau: 4.0 -coutPompe: 4000.0 -coutVolume: 1000.0 -choixVolume: 1000.0 -coutVolume2: 4000.0 -choixVolume2: 4000.0 -nomDuProjet: null -sArrosage: null -theUser: null -time: null -graphData: null -tauxRaccordement: 100.0 -certivea: false } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1794 -form: Symfony\Component\Form\Form {#1795 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#648 …5} |
full_name | "reutilisation" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "reutilisation" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation" |
valid | true |
value | App\Entity\PluvioDatabase {#251 -id: null -besoinEau: null -nomSurface: null -surfaceRecuperee: null -rendementToiture: null -nomSurface2: null -surfaceRecuperee2: null -rendementToiture2: null -nomSurface3: null -surfaceRecuperee3: null -rendementToiture3: null -climat: null -stationMeteo: null -nbreUtilisateur: null -volumeUtilisateur: null -volumeParUtilisation: null -scenarioUtilisation: null -ru: null -typePlante: null -profondeurTerre: null -arrosage: null -volumeCuve: null -tauxObjectif: null -coutEau: 4.0 -coutPompe: 4000.0 -coutVolume: 1000.0 -choixVolume: 1000.0 -coutVolume2: 4000.0 -choixVolume2: 4000.0 -nomDuProjet: null -sArrosage: null -theUser: null -time: null -graphData: null -tauxRaccordement: 100.0 -certivea: false } |
nomDuProjet
"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 |
---|---|---|
required | 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 | 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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#818 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#514 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1487 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1432 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reutilisation_nomDuProjet" ] |
cache_key | "_reutilisation_nomDuProjet_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1747 -form: Symfony\Component\Form\Form {#1798 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1756 …5} |
full_name | "reutilisation[nomDuProjet]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_nomDuProjet" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nomDuProjet" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_nomDuProjet" |
valid | true |
value | "" |
besoinEau
"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 |
---|---|---|
required | 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 | 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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1494 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#514 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1497 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1496 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reutilisation_besoinEau" ] |
cache_key | "_reutilisation_besoinEau_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1738 -form: Symfony\Component\Form\Form {#1801 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1729 …5} |
full_name | "reutilisation[besoinEau]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_besoinEau" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "besoinEau" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_besoinEau" |
valid | true |
value | "" |
surfaceRecuperee
"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 |
---|---|---|
required | 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 | 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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1503 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#514 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1506 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1505 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reutilisation_surfaceRecuperee" ] |
cache_key | "_reutilisation_surfaceRecuperee_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1720 -form: Symfony\Component\Form\Form {#1804 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1711 …5} |
full_name | "reutilisation[surfaceRecuperee]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_surfaceRecuperee" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "surfaceRecuperee" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_surfaceRecuperee" |
valid | true |
value | "" |
nomSurface
"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 |
---|---|---|
required | 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 | 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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1512 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#514 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1515 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1514 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reutilisation_nomSurface" ] |
cache_key | "_reutilisation_nomSurface_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1702 -form: Symfony\Component\Form\Form {#1807 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1693 …5} |
full_name | "reutilisation[nomSurface]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_nomSurface" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nomSurface" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_nomSurface" |
valid | true |
value | "" |
nomSurface2
"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 |
---|---|---|
required | 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 | 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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1521 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#514 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1524 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1523 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reutilisation_nomSurface2" ] |
cache_key | "_reutilisation_nomSurface2_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1679 -form: Symfony\Component\Form\Form {#1810 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1668 …5} |
full_name | "reutilisation[nomSurface2]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_nomSurface2" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nomSurface2" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_nomSurface2" |
valid | true |
value | "" |
nomSurface3
"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 |
---|---|---|
required | 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 | 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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1530 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#514 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1533 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1532 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reutilisation_nomSurface3" ] |
cache_key | "_reutilisation_nomSurface3_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1658 -form: Symfony\Component\Form\Form {#1813 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1647 …5} |
full_name | "reutilisation[nomSurface3]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_nomSurface3" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nomSurface3" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_nomSurface3" |
valid | true |
value | "" |
rendementToiture
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
---|---|---|
choices | [ "Toiture dure en pente Kt=0.8" => "0.8" "Toiture plate sans gravillon Kt=0.8" => "0.8" "Toiture plate revetue de gravillons Kt=0.6" => "0.6" "Toiture à végétalisation intensive Kt=0.3" => "0.3" "Toiture à végétalisation extensive Kt=0.5" => "0.5" "Aire pavée Kt=0.5" => "0.5" "Revêtement asphalte Kt=0.8" => "0.8" ] |
[ "Toiture dure en pente Kt=0.8" => "0.8" "Toiture plate sans gravillon Kt=0.8" => "0.8" "Toiture plate revetue de gravillons Kt=0.6" => "0.6" "Toiture à végétalisation intensive Kt=0.3" => "0.3" "Toiture à végétalisation extensive Kt=0.5" => "0.5" "Aire pavée Kt=0.5" => "0.5" "Revêtement asphalte Kt=0.8" => "0.8" ] |
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Toiture dure en pente Kt=0.8" => "0.8" "Toiture plate sans gravillon Kt=0.8" => "0.8" "Toiture plate revetue de gravillons Kt=0.6" => "0.6" "Toiture à végétalisation intensive Kt=0.3" => "0.3" "Toiture à végétalisation extensive Kt=0.5" => "0.5" "Aire pavée Kt=0.5" => "0.5" "Revêtement asphalte Kt=0.8" => "0.8" ] |
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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
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 | [] |
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" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1551 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1550 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_reutilisation_rendementToiture" ] |
cache_key | "_reutilisation_rendementToiture_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1623 +label: "Toiture dure en pente Kt=0.8" +value: "0" +data: "0.8" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1610 +label: "Toiture plate sans gravillon Kt=0.8" +value: "1" +data: "0.8" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1599 +label: "Toiture plate revetue de gravillons Kt=0.6" +value: "2" +data: "0.6" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1590 +label: "Toiture à végétalisation intensive Kt=0.3" +value: "3" +data: "0.3" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1584 +label: "Toiture à végétalisation extensive Kt=0.5" +value: "4" +data: "0.5" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1572 +label: "Aire pavée Kt=0.5" +value: "5" +data: "0.5" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1566 +label: "Revêtement asphalte Kt=0.8" +value: "6" +data: "0.8" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1641 -form: Symfony\Component\Form\Form {#1816 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1632 …5} |
full_name | "reutilisation[rendementToiture]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_rendementToiture" |
is_selected | Closure($choice, $value) {#1534 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1531 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "rendementToiture" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_rendementToiture" |
valid | true |
value | "" |
surfaceRecuperee2
"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 |
---|---|---|
required | 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 | 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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1562 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#514 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1565 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1564 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reutilisation_surfaceRecuperee2" ] |
cache_key | "_reutilisation_surfaceRecuperee2_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1525 -form: Symfony\Component\Form\Form {#1819 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1516 …5} |
full_name | "reutilisation[surfaceRecuperee2]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_surfaceRecuperee2" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "surfaceRecuperee2" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_surfaceRecuperee2" |
valid | true |
value | "" |
rendementToiture2
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
---|---|---|
choices | [ "Toiture dure en pente Kt=0.8" => "0.8" "Toiture plate sans gravillon Kt=0.8" => "0.8" "Toiture plate revetue de gravillons Kt=0.6" => "0.6" "Toiture à végétalisation intensive Kt=0.3" => "0.3" "Toiture à végétalisation extensive Kt=0.5" => "0.5" "Aire pavée Kt=0.5" => "0.5" "Revêtement asphalte Kt=0.8" => "0.8" ] |
[ "Toiture dure en pente Kt=0.8" => "0.8" "Toiture plate sans gravillon Kt=0.8" => "0.8" "Toiture plate revetue de gravillons Kt=0.6" => "0.6" "Toiture à végétalisation intensive Kt=0.3" => "0.3" "Toiture à végétalisation extensive Kt=0.5" => "0.5" "Aire pavée Kt=0.5" => "0.5" "Revêtement asphalte Kt=0.8" => "0.8" ] |
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Toiture dure en pente Kt=0.8" => "0.8" "Toiture plate sans gravillon Kt=0.8" => "0.8" "Toiture plate revetue de gravillons Kt=0.6" => "0.6" "Toiture à végétalisation intensive Kt=0.3" => "0.3" "Toiture à végétalisation extensive Kt=0.5" => "0.5" "Aire pavée Kt=0.5" => "0.5" "Revêtement asphalte Kt=0.8" => "0.8" ] |
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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
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 | [] |
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" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1571 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1561 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_reutilisation_rendementToiture2" ] |
cache_key | "_reutilisation_rendementToiture2_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1623 +label: "Toiture dure en pente Kt=0.8" +value: "0" +data: "0.8" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1610 +label: "Toiture plate sans gravillon Kt=0.8" +value: "1" +data: "0.8" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1599 +label: "Toiture plate revetue de gravillons Kt=0.6" +value: "2" +data: "0.6" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1590 +label: "Toiture à végétalisation intensive Kt=0.3" +value: "3" +data: "0.3" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1584 +label: "Toiture à végétalisation extensive Kt=0.5" +value: "4" +data: "0.5" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1572 +label: "Aire pavée Kt=0.5" +value: "5" +data: "0.5" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1566 +label: "Revêtement asphalte Kt=0.8" +value: "6" +data: "0.8" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1507 -form: Symfony\Component\Form\Form {#1822 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1498 …5} |
full_name | "reutilisation[rendementToiture2]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_rendementToiture2" |
is_selected | Closure($choice, $value) {#1489 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1531 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "rendementToiture2" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_rendementToiture2" |
valid | true |
value | "" |
surfaceRecuperee3
"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 |
---|---|---|
required | 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 | 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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1580 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#514 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1583 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1582 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reutilisation_surfaceRecuperee3" ] |
cache_key | "_reutilisation_surfaceRecuperee3_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1891 -form: Symfony\Component\Form\Form {#1825 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1893 …5} |
full_name | "reutilisation[surfaceRecuperee3]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_surfaceRecuperee3" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "surfaceRecuperee3" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_surfaceRecuperee3" |
valid | true |
value | "" |
rendementToiture3
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
---|---|---|
choices | [ "Toiture dure en pente Kt=0.8" => "0.8" "Toiture plate sans gravillon Kt=0.8" => "0.8" "Toiture plate revetue de gravillons Kt=0.6" => "0.6" "Toiture à végétalisation intensive Kt=0.3" => "0.3" "Toiture à végétalisation extensive Kt=0.5" => "0.5" "Aire pavée Kt=0.5" => "0.5" "Revêtement asphalte Kt=0.8" => "0.8" ] |
[ "Toiture dure en pente Kt=0.8" => "0.8" "Toiture plate sans gravillon Kt=0.8" => "0.8" "Toiture plate revetue de gravillons Kt=0.6" => "0.6" "Toiture à végétalisation intensive Kt=0.3" => "0.3" "Toiture à végétalisation extensive Kt=0.5" => "0.5" "Aire pavée Kt=0.5" => "0.5" "Revêtement asphalte Kt=0.8" => "0.8" ] |
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Toiture dure en pente Kt=0.8" => "0.8" "Toiture plate sans gravillon Kt=0.8" => "0.8" "Toiture plate revetue de gravillons Kt=0.6" => "0.6" "Toiture à végétalisation intensive Kt=0.3" => "0.3" "Toiture à végétalisation extensive Kt=0.5" => "0.5" "Aire pavée Kt=0.5" => "0.5" "Revêtement asphalte Kt=0.8" => "0.8" ] |
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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
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 | [] |
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" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1589 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1579 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_reutilisation_rendementToiture3" ] |
cache_key | "_reutilisation_rendementToiture3_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1623 +label: "Toiture dure en pente Kt=0.8" +value: "0" +data: "0.8" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1610 +label: "Toiture plate sans gravillon Kt=0.8" +value: "1" +data: "0.8" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1599 +label: "Toiture plate revetue de gravillons Kt=0.6" +value: "2" +data: "0.6" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1590 +label: "Toiture à végétalisation intensive Kt=0.3" +value: "3" +data: "0.3" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1584 +label: "Toiture à végétalisation extensive Kt=0.5" +value: "4" +data: "0.5" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1572 +label: "Aire pavée Kt=0.5" +value: "5" +data: "0.5" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1566 +label: "Revêtement asphalte Kt=0.8" +value: "6" +data: "0.8" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1894 -form: Symfony\Component\Form\Form {#1828 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1895 …5} |
full_name | "reutilisation[rendementToiture3]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_rendementToiture3" |
is_selected | Closure($choice, $value) {#1896 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1531 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "rendementToiture3" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_rendementToiture3" |
valid | true |
value | "" |
climat
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
---|---|---|
choices | [ "Climat océanique dégradé (Paris)" => "Paris" "Climat méditerranéen (Marseille)" => "Marignane" "Climat de montagne (Aurillac)" => "Aurillac" "Climat océanique aquitain (Bordeaux)" => "Bordeaux" "Climat océanique nord-ouest (Nantes)" => "Nantes" "Climat semi-continental (Lyon)" => "Lyon" ] |
[ "Climat océanique dégradé (Paris)" => "Paris" "Climat méditerranéen (Marseille)" => "Marignane" "Climat de montagne (Aurillac)" => "Aurillac" "Climat océanique aquitain (Bordeaux)" => "Bordeaux" "Climat océanique nord-ouest (Nantes)" => "Nantes" "Climat semi-continental (Lyon)" => "Lyon" ] |
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Climat océanique dégradé (Paris)" => "Paris" "Climat méditerranéen (Marseille)" => "Marignane" "Climat de montagne (Aurillac)" => "Aurillac" "Climat océanique aquitain (Bordeaux)" => "Bordeaux" "Climat océanique nord-ouest (Nantes)" => "Nantes" "Climat semi-continental (Lyon)" => "Lyon" ] |
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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
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 | [] |
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" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1598 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1597 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_reutilisation_climat" ] |
cache_key | "_reutilisation_climat_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2019 +label: "Climat océanique dégradé (Paris)" +value: "Paris" +data: "Paris" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2020 +label: "Climat méditerranéen (Marseille)" +value: "Marignane" +data: "Marignane" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2021 +label: "Climat de montagne (Aurillac)" +value: "Aurillac" +data: "Aurillac" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2022 +label: "Climat océanique aquitain (Bordeaux)" +value: "Bordeaux" +data: "Bordeaux" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2023 +label: "Climat océanique nord-ouest (Nantes)" +value: "Nantes" +data: "Nantes" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2024 +label: "Climat semi-continental (Lyon)" +value: "Lyon" +data: "Lyon" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2016 -form: Symfony\Component\Form\Form {#1831 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2018 …5} |
full_name | "reutilisation[climat]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_climat" |
is_selected | Closure($choice, $value) {#2026 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1531 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "climat" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_climat" |
valid | true |
value | "" |
stationmeteo
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
---|---|---|
choices | [ "01-AMBERIEU" => 1134.4 "02-ST QUENTIN" => 702.6 "02-FONTAINE-LES-VV" => 853.5 "02-PASSY EN VALOIS" => 727.6 "03-VICHY-CHARMEIL" => 779.5 "03-LURCY-LEVIS SA" => 750.7 "03-MONTBEUGNY" => 770.9 "03-NEUVY" => 751.2 "03-ST-NICOLAS" => 1409.4 "04-ST AUBAN" => 694.9 "05-BRIANCON" => 759.1 "05-EMBRUN" => 726.5 "05-LARAGNE MONTEGLIN" => 815.2 "06-CANNES" => 794.8 "06-NICE" => 733 "07-COLOMBIER JEUNE RAD" => 961.6 "07-LANAS SYN" => 1074.3 "08-CHARLEVILLE-MEZ" => 942.6 "09-ST GIRONS" => 952.2 "10-TROYES-BARBEREY" => 644.8 "10-DOSNON" => 726.5 "10-MATHAUX-ETAPE" => 742.9 "11-CARCASSONNE" => 648.5 "11-GRUISSAN-INRA" => 582.8 "12-MILLAU" => 731.6 "12-RODEZ-AVEYRON" => 894.2 "13-AIX-LES MILLES" => 576.4 "13-AIX EN PROVENCE" => 585.8 "13-ARLES" => 580.2 "13-ISTRES" => 554.3 "13-MARIGNANE" => 515.4 "13-SALON DE PROVENCE" => 579.3 "14-CAEN-CARPIQUET" => 739.9 "14-L OUDON LIEURY_SAPC" => 658.5 "15-AURILLAC" => 1174 "15-COLTINES" => 764.4 "15-MARCENAT" => 1189.8 "15-MAURIAC" => 1200.5 "15-MAURS" => 1176.3 "16-COGNAC" => 777.1 "16-LA COURONNE" => 843.2 "16-MONTEMBOEUF" => 1007.9 "16-SALLES DE BARB" => 817.8 "16-TUSSON" => 836.4 "16-VERDILLE" => 802.5 "17-LA ROCHELLE" => 767 "17-SAINTES" => 910.6 "18-BOURGES" => 747.9 "18-AVORD" => 772.9 "18-SANCERRE" => 905.4 "19-ARGENTAT" => 1165.4 "19-BRIVE" => 914.4 "19-NAVES" => 1236.4 "19-UZERCHE" => 1126.2 "20-AJACCIO" => 615.6 "20-CAP PERTUSATO" => 541.9 "20-CALVI" => 668.3 "20-CONCA" => 859.5 "20-CORTE_FDF" => 803.6 "20-FIGARI" => 655.3 "20-BASTIA" => 799.3 "20-PIETRALBA" => 651.7 "20-PILA-CANALE" => 864.7 "20-RENNO" => 1197.5 "20-SAMPOLO" => 1276.1 "20-SARTENE" => 722.3 "20-SOLENZARA" => 795.3 "21-CHATILLON/SEINE" => 864.1 "21-DIJON-LONGVIC" => 760.5 "21-ARNAY_SAPC" => 807 "22-KERPERT" => 1130.6 "22-LANNION_AERO" => 945 "22-LOUARGAT" => 1013.3 "22-PLOUGUENAST" => 966.8 "22-POMMERIT-JAUDY" => 891 "22-QUINTENIC" => 743.4 "22-ROSTRENEN" => 1145.7 "22-ST BRIEUC" => 750.7 "23-BOURGANEUF" => 1262.1 "23-LA SOUTERRAINE" => 1029.1 "24-BERGERAC" => 788.3 "25-BESANCON" => 1187 "25-PONTARLIER" => 1503.3 "26-BESIGNAN" => 790.3 "26-DIE" => 953.4 "26-DIVAJEU" => 901.6 "26-DONZERE" => 841.8 "26-ETOILE" => 922.9 "26-MERCUROL" => 872.7 "26-MONTELIMAR" => 905.3 "26-ST-MARCEL-LES-V-INRA" => 867.8 "27-EVREUX-HUEST" => 604.6 "28-CHARTRES" => 598.9 "28-CHATEAUDUN" => 612.3 "28-LOUVILLE" => 618.8 "28-MARVILLE_SAPC" => 551.1 "28-MIERMAIGNE" => 756.1 "28-PRE-ST-EVROULT" => 597.4 "28-RUEIL" => 594.9 "28-VIABON" => 583.8 "29-BRIGNOGAN" => 908 "29-BREST-GUIPAVAS" => 1210 "29-LANVEOC" => 1006.4 "29-OUESSANT-STIFF" => 819 "29-PLEYBER-CHRIST SA" => 1126.8 "29-QUIMPER" => 1250.2 "29-LANDIVISIAU" => 1165.1 "29-SIBIRIL S A" => 923.6 "30-CHUSCLAN" => 757 "30-NIMES-COURBESSAC" => 762.9 "30-NIMES-GARONS" => 696.5 "30-MONT AIGOUAL" => 1931.7 "31-TOULOUSE-BLAGNAC" => 638.3 "31-TOULOUSE-FRANCAZAL" => 625.6 "32-AUCH" => 685.4 "33-BORDEAUX-MERIGNAC" => 944.1 "33-CAZAUX" => 946.3 "34-MONTPELLIER-AEROPORT" => 629.1 "34-SETE" => 560.7 "35-DINARD" => 758.7 "35-RENNES-ST JACQUES" => 694 "36-CHATEAUROUX DEOLS" => 737.1 "37-TOURS" => 695.6 "38-GRENOBLE-ST GEOIRS" => 934.3 "39-ARBOIS_SAPC" => 1226 "39-CHAMPAGNOLE" => 1574.9 "39-LONS LE SAUNIER" => 1189.5 "39-LA PESSE" => 1673.5 "39-TAVAUX SA" => 888.1 "40-DAX" => 1151.3 "40-MONT-DE-MARSAN" => 916.9 "41-ROMORANTIN" => 702.3 "41-BLOIS" => 639.2 "42-ST ETIENNE-BOUTHEON" => 718.2 "42-FIRMINY" => 781.7 "42-PERREUX" => 682.4 "42-RIORGES" => 703.3 "43-LE PUY-LOUDES" => 678.3 "43-FONTANNES" => 613 "43-LANDOS-CHARBON" => 816.8 "43-SAUGUES-SA" => 790.2 "44-NANTES-BOUGUENAIS" => 819.5 "44-ST NAZAIRE-MONTOIR" => 774.4 "45-ORLEANS" => 642.5 "46-GOURDON" => 856.7 "47-AGEN-LA GARENNE" => 712.2 "47-SAINTE-LIVRADE-SUR-LOT" => 757.6 "48-ALTIER" => 1188.9 "49-BEAUCOUZE" => 693.3 "49-MARCE" => 703.2 "51-AVIZE" => 694.1 "51-REIMS-COURCY" => 628.2 "52-LANGRES" => 895.5 "52-ST-DIZIER" => 843.7 "53-LAVAL-ENTRAMMES" => 740 "53-ERNEE" => 847.7 "54-NANCY-OCHEY" => 846.4 "54-TOUL - ROSIERES" => 761.1 "54-NANCY-ESSEY" => 775.1 "56-ARZAL" => 837.4 "56-BELLE ILE-LE TALUT" => 701.4 "56-BIGNAN" => 1010.8 "56-PLOERMEL" => 749.7 "56-LORIENT-LANN BIHOUE" => 950.9 "56-SARZEAU SA" => 708.7 "56-VANNES-SENE" => 907.9 "57-METZ-FRESCATY" => 757.8 "58-NEVERS-MARZY" => 804.1 "59-LILLE-LESQUIN" => 742.5 "60-BEAUVAIS-TILLE" => 669.4 "61-ALENCON" => 746.7 "62-BOULOGNE-SEM" => 777.9 "62-CAMBRAI-EPINOY" => 711.1 "62-CALAIS-MARCK" => 722.6 "62-LE-TOUQUET" => 871.9 "63-AMBERT" => 873.3 "63-CHASTREIX" => 1600 "63-CLERMONT-FD" => 578.9 "63-ISSOIRE" => 624.2 "63-ST-GENES-CHPLLE-INRA" => 796.1 "63-ST-GERMAIN-L HE" => 1082.2 "64-AICIRITS" => 1216.7 "64-BIARRITZ-PAYS-BASQUE" => 1450.9 "64-SOCOA" => 1483 "64-PAU-UZEIN" => 1069.9 "65-CAMPISTROUS" => 1103.2 "65-TARBES-LOURDES-PYRENEES" => 1047.4 "66-ALENYA-INRA" => 653.7 "66-PERPIGNAN" => 557.6 "66-STE LEOCADIE" => 567.3 "66-TORREILLES" => 556.3 "66-VIVES" => 656 "67-WANGENBOURG_SAPC" => 1182.8 "67-STRASBOURG-ENTZHEIM" => 665 "68-COLMAR-INRA" => 573.4 "68-GEISHOUSE_SAPC" => 1405.6 "68-COLMAR-MEYENHEIM" => 607.3 "68-MULHOUSE" => 788.7 "68-ROUFFACH - SA" => 629 "68-BALE-MULHOUSE" => 772.8 "68-TROIS-EPIS_SAPC" => 828 "69-LYON-BRON" => 831.9 "69-LES SAUVAGES" => 993.8 "69-LYON-ST EXUPERY" => 880.9 "70-CHARGEY-LES-GRAY" => 862.4 "70-FROTEY_SAPC" => 951.3 "70-LUXEUIL" => 1051.2 "70-VILLERSEXEL SA" => 1065.3 "71-AUTUN" => 885.6 "71-CHALON-CHAMPFO" => 735.2 "71-MACON" => 859.3 "71-MATOUR_SAPC" => 1043.7 "71-MT-ST-VINCENT" => 929.1 "71-ST YAN" => 799.4 "72-LE MANS" => 687.5 "73-BOURG ST MAURICE" => 985.9 "73-CHAMBERY-AIX" => 1221 "74-MEYTHET" => 1249.4 "75-PARIS-MONTSOURIS" => 637.4 "76-ROUEN-BOOS" => 851.7 "77-LA BROSSE-MX" => 653.4 "77-CHEVRU" => 691.4 "77-NANGIS" => 711.1 "77-MELUN" => 676.9 "77-NEMOURS" => 687.1 "77-TORCY" => 721.2 "78-MAGNANVILLE" => 628.4 "78-ORGERUS" => 565.1 "78-TOUSSUS LE NOBLE" => 689.8 "78-TRAPPES" => 694.2 "78-VILLACOUBLAY" => 675.7 "79-NIORT" => 867.2 "80-ABBEVILLE" => 782.6 "80-AMIENS-GLISY" => 631.2 "80-ROUVROY-EN-SANTERRE" => 636.3 "80-VRON" => 893.4 "81-DOURGNE" => 832.3 "81-LAVAUR" => 724.9 "81-ALBI" => 730.9 "82-MONTAUBAN" => 711.9 "83-BORMES LES MIMOSAS" => 917.9 "83-LE LUC" => 776.7 "83-FREJUS" => 747.3 "83-HYERES" => 652 "83-HYERES-PLAGE" => 649.1 "83-TOULON" => 616.1 "84-CABRIERES D'AVIGNON" => 686.2 "84-CARPENTRAS" => 648.2 "84-ORANGE" => 709.1 "85-L ILE D YEU" => 769.8 "85-LA ROCHE SUR YON" => 880.7 "86-POITIERS-BIARD" => 685.6 "87-EYMOUTIERS" => 1182.1 "87-LIMOGES-BELLEGARDE" => 1023.5 "87-MAGNAC-LAVAL" => 892.3 "87-ST JUNIEN" => 977.6 "87-ST YRIEIX LA PE" => 1164.2 "88-EPINAL" => 942.4 "89-CRUZY_SAPC" => 880.3 "89-JOIGNY" => 679.3 "89-AUXERRE" => 707.9 "90-BELFORT" => 1122.3 "91-ORLY" => 616.6 "91-BRETIGNY_SAPC" => 621.2 "95-LE BOURGET" => 640.7 "95-ROISSY" => 693.6 "97-LE RAIZET AERO" => 1616.6 "97-FORT-DE-FRANCE DESAIX" => 2020.5 "97-LAMENTIN-AERO" => 2094.9 "97-KOUROU CSG" => 2838.4 "97-KOUROU PLAGE" => 2530.3 "97-CAYENNE-MATOURY" => 3516.3 "97-PONT-MATHURIN" => 684.6 "97-PETITE-ILE - CIRAD" => 1433.8 "97-LE PORT" => 579.3 "97-SAINT-BENOIT" => 3531.5 "97-SAINT-DENIS COLLEGE" => 1347.4 "97-ST-JOSEPH_SAPC" => 1670.7 "97-COLIMACONS" => 1104.4 "97-MASCARIN" => 809.4 "97-LE GOL LES HAUTS - CIRAD" => 1022.9 "97-PITON-MAIDO" => 1286.2 "97-POINTE DES TROIS-BASSINS" => 435.8 "97-RAVINE DES CABRIS - CIRAD" => 841.3 "97-PIERREFONDS - CIRAD" => 672.1 "97-PIERREFONDS-AEROPORT" => 639.9 "97-LIGNE-PARADIS - CIRAD" => 940.1 "97-GILLOT-AEROPORT" => 1658.6 "97-PLAINE DES CAFRES" => 2020.2 "97-CILAOS" => 1852.7 "97-ST-PIERRE" => 1326.7 "98-KERGUELEN" => 677.2 "98-PAMANDZI" => 1226.1 "98-MAOPOOPO" => 3295.5 "98-HIHIFO" => 3174.5 "98-FAAA" => 1687.7 "98-HIVA-OA" => 1699.4 "98-RAPA" => 2574.6 "98-MATAURA 1" => 1825.7 "98-KOUMAC" => 984.8 "98-OUANAHAM" => 1674.8 "98-NOUMEA" => 1070 "98-MAGENTA" => 1088.3 "98-LA TONTOUTA" => 897.3 "98-POINDIMIE" => 2630.4 ] |
[ "01-AMBERIEU" => 1134.4 "02-ST QUENTIN" => 702.6 "02-FONTAINE-LES-VV" => 853.5 "02-PASSY EN VALOIS" => 727.6 "03-VICHY-CHARMEIL" => 779.5 "03-LURCY-LEVIS SA" => 750.7 "03-MONTBEUGNY" => 770.9 "03-NEUVY" => 751.2 "03-ST-NICOLAS" => 1409.4 "04-ST AUBAN" => 694.9 "05-BRIANCON" => 759.1 "05-EMBRUN" => 726.5 "05-LARAGNE MONTEGLIN" => 815.2 "06-CANNES" => 794.8 "06-NICE" => 733 "07-COLOMBIER JEUNE RAD" => 961.6 "07-LANAS SYN" => 1074.3 "08-CHARLEVILLE-MEZ" => 942.6 "09-ST GIRONS" => 952.2 "10-TROYES-BARBEREY" => 644.8 "10-DOSNON" => 726.5 "10-MATHAUX-ETAPE" => 742.9 "11-CARCASSONNE" => 648.5 "11-GRUISSAN-INRA" => 582.8 "12-MILLAU" => 731.6 "12-RODEZ-AVEYRON" => 894.2 "13-AIX-LES MILLES" => 576.4 "13-AIX EN PROVENCE" => 585.8 "13-ARLES" => 580.2 "13-ISTRES" => 554.3 "13-MARIGNANE" => 515.4 "13-SALON DE PROVENCE" => 579.3 "14-CAEN-CARPIQUET" => 739.9 "14-L OUDON LIEURY_SAPC" => 658.5 "15-AURILLAC" => 1174 "15-COLTINES" => 764.4 "15-MARCENAT" => 1189.8 "15-MAURIAC" => 1200.5 "15-MAURS" => 1176.3 "16-COGNAC" => 777.1 "16-LA COURONNE" => 843.2 "16-MONTEMBOEUF" => 1007.9 "16-SALLES DE BARB" => 817.8 "16-TUSSON" => 836.4 "16-VERDILLE" => 802.5 "17-LA ROCHELLE" => 767 "17-SAINTES" => 910.6 "18-BOURGES" => 747.9 "18-AVORD" => 772.9 "18-SANCERRE" => 905.4 "19-ARGENTAT" => 1165.4 "19-BRIVE" => 914.4 "19-NAVES" => 1236.4 "19-UZERCHE" => 1126.2 "20-AJACCIO" => 615.6 "20-CAP PERTUSATO" => 541.9 "20-CALVI" => 668.3 "20-CONCA" => 859.5 "20-CORTE_FDF" => 803.6 "20-FIGARI" => 655.3 "20-BASTIA" => 799.3 "20-PIETRALBA" => 651.7 "20-PILA-CANALE" => 864.7 "20-RENNO" => 1197.5 "20-SAMPOLO" => 1276.1 "20-SARTENE" => 722.3 "20-SOLENZARA" => 795.3 "21-CHATILLON/SEINE" => 864.1 "21-DIJON-LONGVIC" => 760.5 "21-ARNAY_SAPC" => 807 "22-KERPERT" => 1130.6 "22-LANNION_AERO" => 945 "22-LOUARGAT" => 1013.3 "22-PLOUGUENAST" => 966.8 "22-POMMERIT-JAUDY" => 891 "22-QUINTENIC" => 743.4 "22-ROSTRENEN" => 1145.7 "22-ST BRIEUC" => 750.7 "23-BOURGANEUF" => 1262.1 "23-LA SOUTERRAINE" => 1029.1 "24-BERGERAC" => 788.3 "25-BESANCON" => 1187 "25-PONTARLIER" => 1503.3 "26-BESIGNAN" => 790.3 "26-DIE" => 953.4 "26-DIVAJEU" => 901.6 "26-DONZERE" => 841.8 "26-ETOILE" => 922.9 "26-MERCUROL" => 872.7 "26-MONTELIMAR" => 905.3 "26-ST-MARCEL-LES-V-INRA" => 867.8 "27-EVREUX-HUEST" => 604.6 "28-CHARTRES" => 598.9 "28-CHATEAUDUN" => 612.3 "28-LOUVILLE" => 618.8 "28-MARVILLE_SAPC" => 551.1 "28-MIERMAIGNE" => 756.1 "28-PRE-ST-EVROULT" => 597.4 "28-RUEIL" => 594.9 "28-VIABON" => 583.8 "29-BRIGNOGAN" => 908 "29-BREST-GUIPAVAS" => 1210 "29-LANVEOC" => 1006.4 "29-OUESSANT-STIFF" => 819 "29-PLEYBER-CHRIST SA" => 1126.8 "29-QUIMPER" => 1250.2 "29-LANDIVISIAU" => 1165.1 "29-SIBIRIL S A" => 923.6 "30-CHUSCLAN" => 757 "30-NIMES-COURBESSAC" => 762.9 "30-NIMES-GARONS" => 696.5 "30-MONT AIGOUAL" => 1931.7 "31-TOULOUSE-BLAGNAC" => 638.3 "31-TOULOUSE-FRANCAZAL" => 625.6 "32-AUCH" => 685.4 "33-BORDEAUX-MERIGNAC" => 944.1 "33-CAZAUX" => 946.3 "34-MONTPELLIER-AEROPORT" => 629.1 "34-SETE" => 560.7 "35-DINARD" => 758.7 "35-RENNES-ST JACQUES" => 694 "36-CHATEAUROUX DEOLS" => 737.1 "37-TOURS" => 695.6 "38-GRENOBLE-ST GEOIRS" => 934.3 "39-ARBOIS_SAPC" => 1226 "39-CHAMPAGNOLE" => 1574.9 "39-LONS LE SAUNIER" => 1189.5 "39-LA PESSE" => 1673.5 "39-TAVAUX SA" => 888.1 "40-DAX" => 1151.3 "40-MONT-DE-MARSAN" => 916.9 "41-ROMORANTIN" => 702.3 "41-BLOIS" => 639.2 "42-ST ETIENNE-BOUTHEON" => 718.2 "42-FIRMINY" => 781.7 "42-PERREUX" => 682.4 "42-RIORGES" => 703.3 "43-LE PUY-LOUDES" => 678.3 "43-FONTANNES" => 613 "43-LANDOS-CHARBON" => 816.8 "43-SAUGUES-SA" => 790.2 "44-NANTES-BOUGUENAIS" => 819.5 "44-ST NAZAIRE-MONTOIR" => 774.4 "45-ORLEANS" => 642.5 "46-GOURDON" => 856.7 "47-AGEN-LA GARENNE" => 712.2 "47-SAINTE-LIVRADE-SUR-LOT" => 757.6 "48-ALTIER" => 1188.9 "49-BEAUCOUZE" => 693.3 "49-MARCE" => 703.2 "51-AVIZE" => 694.1 "51-REIMS-COURCY" => 628.2 "52-LANGRES" => 895.5 "52-ST-DIZIER" => 843.7 "53-LAVAL-ENTRAMMES" => 740 "53-ERNEE" => 847.7 "54-NANCY-OCHEY" => 846.4 "54-TOUL - ROSIERES" => 761.1 "54-NANCY-ESSEY" => 775.1 "56-ARZAL" => 837.4 "56-BELLE ILE-LE TALUT" => 701.4 "56-BIGNAN" => 1010.8 "56-PLOERMEL" => 749.7 "56-LORIENT-LANN BIHOUE" => 950.9 "56-SARZEAU SA" => 708.7 "56-VANNES-SENE" => 907.9 "57-METZ-FRESCATY" => 757.8 "58-NEVERS-MARZY" => 804.1 "59-LILLE-LESQUIN" => 742.5 "60-BEAUVAIS-TILLE" => 669.4 "61-ALENCON" => 746.7 "62-BOULOGNE-SEM" => 777.9 "62-CAMBRAI-EPINOY" => 711.1 "62-CALAIS-MARCK" => 722.6 "62-LE-TOUQUET" => 871.9 "63-AMBERT" => 873.3 "63-CHASTREIX" => 1600 "63-CLERMONT-FD" => 578.9 "63-ISSOIRE" => 624.2 "63-ST-GENES-CHPLLE-INRA" => 796.1 "63-ST-GERMAIN-L HE" => 1082.2 "64-AICIRITS" => 1216.7 "64-BIARRITZ-PAYS-BASQUE" => 1450.9 "64-SOCOA" => 1483 "64-PAU-UZEIN" => 1069.9 "65-CAMPISTROUS" => 1103.2 "65-TARBES-LOURDES-PYRENEES" => 1047.4 "66-ALENYA-INRA" => 653.7 "66-PERPIGNAN" => 557.6 "66-STE LEOCADIE" => 567.3 "66-TORREILLES" => 556.3 "66-VIVES" => 656 "67-WANGENBOURG_SAPC" => 1182.8 "67-STRASBOURG-ENTZHEIM" => 665 "68-COLMAR-INRA" => 573.4 "68-GEISHOUSE_SAPC" => 1405.6 "68-COLMAR-MEYENHEIM" => 607.3 "68-MULHOUSE" => 788.7 "68-ROUFFACH - SA" => 629 "68-BALE-MULHOUSE" => 772.8 "68-TROIS-EPIS_SAPC" => 828 "69-LYON-BRON" => 831.9 "69-LES SAUVAGES" => 993.8 "69-LYON-ST EXUPERY" => 880.9 "70-CHARGEY-LES-GRAY" => 862.4 "70-FROTEY_SAPC" => 951.3 "70-LUXEUIL" => 1051.2 "70-VILLERSEXEL SA" => 1065.3 "71-AUTUN" => 885.6 "71-CHALON-CHAMPFO" => 735.2 "71-MACON" => 859.3 "71-MATOUR_SAPC" => 1043.7 "71-MT-ST-VINCENT" => 929.1 "71-ST YAN" => 799.4 "72-LE MANS" => 687.5 "73-BOURG ST MAURICE" => 985.9 "73-CHAMBERY-AIX" => 1221 "74-MEYTHET" => 1249.4 "75-PARIS-MONTSOURIS" => 637.4 "76-ROUEN-BOOS" => 851.7 "77-LA BROSSE-MX" => 653.4 "77-CHEVRU" => 691.4 "77-NANGIS" => 711.1 "77-MELUN" => 676.9 "77-NEMOURS" => 687.1 "77-TORCY" => 721.2 "78-MAGNANVILLE" => 628.4 "78-ORGERUS" => 565.1 "78-TOUSSUS LE NOBLE" => 689.8 "78-TRAPPES" => 694.2 "78-VILLACOUBLAY" => 675.7 "79-NIORT" => 867.2 "80-ABBEVILLE" => 782.6 "80-AMIENS-GLISY" => 631.2 "80-ROUVROY-EN-SANTERRE" => 636.3 "80-VRON" => 893.4 "81-DOURGNE" => 832.3 "81-LAVAUR" => 724.9 "81-ALBI" => 730.9 "82-MONTAUBAN" => 711.9 "83-BORMES LES MIMOSAS" => 917.9 "83-LE LUC" => 776.7 "83-FREJUS" => 747.3 "83-HYERES" => 652 "83-HYERES-PLAGE" => 649.1 "83-TOULON" => 616.1 "84-CABRIERES D'AVIGNON" => 686.2 "84-CARPENTRAS" => 648.2 "84-ORANGE" => 709.1 "85-L ILE D YEU" => 769.8 "85-LA ROCHE SUR YON" => 880.7 "86-POITIERS-BIARD" => 685.6 "87-EYMOUTIERS" => 1182.1 "87-LIMOGES-BELLEGARDE" => 1023.5 "87-MAGNAC-LAVAL" => 892.3 "87-ST JUNIEN" => 977.6 "87-ST YRIEIX LA PE" => 1164.2 "88-EPINAL" => 942.4 "89-CRUZY_SAPC" => 880.3 "89-JOIGNY" => 679.3 "89-AUXERRE" => 707.9 "90-BELFORT" => 1122.3 "91-ORLY" => 616.6 "91-BRETIGNY_SAPC" => 621.2 "95-LE BOURGET" => 640.7 "95-ROISSY" => 693.6 "97-LE RAIZET AERO" => 1616.6 "97-FORT-DE-FRANCE DESAIX" => 2020.5 "97-LAMENTIN-AERO" => 2094.9 "97-KOUROU CSG" => 2838.4 "97-KOUROU PLAGE" => 2530.3 "97-CAYENNE-MATOURY" => 3516.3 "97-PONT-MATHURIN" => 684.6 "97-PETITE-ILE - CIRAD" => 1433.8 "97-LE PORT" => 579.3 "97-SAINT-BENOIT" => 3531.5 "97-SAINT-DENIS COLLEGE" => 1347.4 "97-ST-JOSEPH_SAPC" => 1670.7 "97-COLIMACONS" => 1104.4 "97-MASCARIN" => 809.4 "97-LE GOL LES HAUTS - CIRAD" => 1022.9 "97-PITON-MAIDO" => 1286.2 "97-POINTE DES TROIS-BASSINS" => 435.8 "97-RAVINE DES CABRIS - CIRAD" => 841.3 "97-PIERREFONDS - CIRAD" => 672.1 "97-PIERREFONDS-AEROPORT" => 639.9 "97-LIGNE-PARADIS - CIRAD" => 940.1 "97-GILLOT-AEROPORT" => 1658.6 "97-PLAINE DES CAFRES" => 2020.2 "97-CILAOS" => 1852.7 "97-ST-PIERRE" => 1326.7 "98-KERGUELEN" => 677.2 "98-PAMANDZI" => 1226.1 "98-MAOPOOPO" => 3295.5 "98-HIHIFO" => 3174.5 "98-FAAA" => 1687.7 "98-HIVA-OA" => 1699.4 "98-RAPA" => 2574.6 "98-MATAURA 1" => 1825.7 "98-KOUMAC" => 984.8 "98-OUANAHAM" => 1674.8 "98-NOUMEA" => 1070 "98-MAGENTA" => 1088.3 "98-LA TONTOUTA" => 897.3 "98-POINDIMIE" => 2630.4 ] |
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "01-AMBERIEU" => 1134.4 "02-ST QUENTIN" => 702.6 "02-FONTAINE-LES-VV" => 853.5 "02-PASSY EN VALOIS" => 727.6 "03-VICHY-CHARMEIL" => 779.5 "03-LURCY-LEVIS SA" => 750.7 "03-MONTBEUGNY" => 770.9 "03-NEUVY" => 751.2 "03-ST-NICOLAS" => 1409.4 "04-ST AUBAN" => 694.9 "05-BRIANCON" => 759.1 "05-EMBRUN" => 726.5 "05-LARAGNE MONTEGLIN" => 815.2 "06-CANNES" => 794.8 "06-NICE" => 733 "07-COLOMBIER JEUNE RAD" => 961.6 "07-LANAS SYN" => 1074.3 "08-CHARLEVILLE-MEZ" => 942.6 "09-ST GIRONS" => 952.2 "10-TROYES-BARBEREY" => 644.8 "10-DOSNON" => 726.5 "10-MATHAUX-ETAPE" => 742.9 "11-CARCASSONNE" => 648.5 "11-GRUISSAN-INRA" => 582.8 "12-MILLAU" => 731.6 "12-RODEZ-AVEYRON" => 894.2 "13-AIX-LES MILLES" => 576.4 "13-AIX EN PROVENCE" => 585.8 "13-ARLES" => 580.2 "13-ISTRES" => 554.3 "13-MARIGNANE" => 515.4 "13-SALON DE PROVENCE" => 579.3 "14-CAEN-CARPIQUET" => 739.9 "14-L OUDON LIEURY_SAPC" => 658.5 "15-AURILLAC" => 1174 "15-COLTINES" => 764.4 "15-MARCENAT" => 1189.8 "15-MAURIAC" => 1200.5 "15-MAURS" => 1176.3 "16-COGNAC" => 777.1 "16-LA COURONNE" => 843.2 "16-MONTEMBOEUF" => 1007.9 "16-SALLES DE BARB" => 817.8 "16-TUSSON" => 836.4 "16-VERDILLE" => 802.5 "17-LA ROCHELLE" => 767 "17-SAINTES" => 910.6 "18-BOURGES" => 747.9 "18-AVORD" => 772.9 "18-SANCERRE" => 905.4 "19-ARGENTAT" => 1165.4 "19-BRIVE" => 914.4 "19-NAVES" => 1236.4 "19-UZERCHE" => 1126.2 "20-AJACCIO" => 615.6 "20-CAP PERTUSATO" => 541.9 "20-CALVI" => 668.3 "20-CONCA" => 859.5 "20-CORTE_FDF" => 803.6 "20-FIGARI" => 655.3 "20-BASTIA" => 799.3 "20-PIETRALBA" => 651.7 "20-PILA-CANALE" => 864.7 "20-RENNO" => 1197.5 "20-SAMPOLO" => 1276.1 "20-SARTENE" => 722.3 "20-SOLENZARA" => 795.3 "21-CHATILLON/SEINE" => 864.1 "21-DIJON-LONGVIC" => 760.5 "21-ARNAY_SAPC" => 807 "22-KERPERT" => 1130.6 "22-LANNION_AERO" => 945 "22-LOUARGAT" => 1013.3 "22-PLOUGUENAST" => 966.8 "22-POMMERIT-JAUDY" => 891 "22-QUINTENIC" => 743.4 "22-ROSTRENEN" => 1145.7 "22-ST BRIEUC" => 750.7 "23-BOURGANEUF" => 1262.1 "23-LA SOUTERRAINE" => 1029.1 "24-BERGERAC" => 788.3 "25-BESANCON" => 1187 "25-PONTARLIER" => 1503.3 "26-BESIGNAN" => 790.3 "26-DIE" => 953.4 "26-DIVAJEU" => 901.6 "26-DONZERE" => 841.8 "26-ETOILE" => 922.9 "26-MERCUROL" => 872.7 "26-MONTELIMAR" => 905.3 "26-ST-MARCEL-LES-V-INRA" => 867.8 "27-EVREUX-HUEST" => 604.6 "28-CHARTRES" => 598.9 "28-CHATEAUDUN" => 612.3 "28-LOUVILLE" => 618.8 "28-MARVILLE_SAPC" => 551.1 "28-MIERMAIGNE" => 756.1 "28-PRE-ST-EVROULT" => 597.4 "28-RUEIL" => 594.9 "28-VIABON" => 583.8 "29-BRIGNOGAN" => 908 "29-BREST-GUIPAVAS" => 1210 "29-LANVEOC" => 1006.4 "29-OUESSANT-STIFF" => 819 "29-PLEYBER-CHRIST SA" => 1126.8 "29-QUIMPER" => 1250.2 "29-LANDIVISIAU" => 1165.1 "29-SIBIRIL S A" => 923.6 "30-CHUSCLAN" => 757 "30-NIMES-COURBESSAC" => 762.9 "30-NIMES-GARONS" => 696.5 "30-MONT AIGOUAL" => 1931.7 "31-TOULOUSE-BLAGNAC" => 638.3 "31-TOULOUSE-FRANCAZAL" => 625.6 "32-AUCH" => 685.4 "33-BORDEAUX-MERIGNAC" => 944.1 "33-CAZAUX" => 946.3 "34-MONTPELLIER-AEROPORT" => 629.1 "34-SETE" => 560.7 "35-DINARD" => 758.7 "35-RENNES-ST JACQUES" => 694 "36-CHATEAUROUX DEOLS" => 737.1 "37-TOURS" => 695.6 "38-GRENOBLE-ST GEOIRS" => 934.3 "39-ARBOIS_SAPC" => 1226 "39-CHAMPAGNOLE" => 1574.9 "39-LONS LE SAUNIER" => 1189.5 "39-LA PESSE" => 1673.5 "39-TAVAUX SA" => 888.1 "40-DAX" => 1151.3 "40-MONT-DE-MARSAN" => 916.9 "41-ROMORANTIN" => 702.3 "41-BLOIS" => 639.2 "42-ST ETIENNE-BOUTHEON" => 718.2 "42-FIRMINY" => 781.7 "42-PERREUX" => 682.4 "42-RIORGES" => 703.3 "43-LE PUY-LOUDES" => 678.3 "43-FONTANNES" => 613 "43-LANDOS-CHARBON" => 816.8 "43-SAUGUES-SA" => 790.2 "44-NANTES-BOUGUENAIS" => 819.5 "44-ST NAZAIRE-MONTOIR" => 774.4 "45-ORLEANS" => 642.5 "46-GOURDON" => 856.7 "47-AGEN-LA GARENNE" => 712.2 "47-SAINTE-LIVRADE-SUR-LOT" => 757.6 "48-ALTIER" => 1188.9 "49-BEAUCOUZE" => 693.3 "49-MARCE" => 703.2 "51-AVIZE" => 694.1 "51-REIMS-COURCY" => 628.2 "52-LANGRES" => 895.5 "52-ST-DIZIER" => 843.7 "53-LAVAL-ENTRAMMES" => 740 "53-ERNEE" => 847.7 "54-NANCY-OCHEY" => 846.4 "54-TOUL - ROSIERES" => 761.1 "54-NANCY-ESSEY" => 775.1 "56-ARZAL" => 837.4 "56-BELLE ILE-LE TALUT" => 701.4 "56-BIGNAN" => 1010.8 "56-PLOERMEL" => 749.7 "56-LORIENT-LANN BIHOUE" => 950.9 "56-SARZEAU SA" => 708.7 "56-VANNES-SENE" => 907.9 "57-METZ-FRESCATY" => 757.8 "58-NEVERS-MARZY" => 804.1 "59-LILLE-LESQUIN" => 742.5 "60-BEAUVAIS-TILLE" => 669.4 "61-ALENCON" => 746.7 "62-BOULOGNE-SEM" => 777.9 "62-CAMBRAI-EPINOY" => 711.1 "62-CALAIS-MARCK" => 722.6 "62-LE-TOUQUET" => 871.9 "63-AMBERT" => 873.3 "63-CHASTREIX" => 1600 "63-CLERMONT-FD" => 578.9 "63-ISSOIRE" => 624.2 "63-ST-GENES-CHPLLE-INRA" => 796.1 "63-ST-GERMAIN-L HE" => 1082.2 "64-AICIRITS" => 1216.7 "64-BIARRITZ-PAYS-BASQUE" => 1450.9 "64-SOCOA" => 1483 "64-PAU-UZEIN" => 1069.9 "65-CAMPISTROUS" => 1103.2 "65-TARBES-LOURDES-PYRENEES" => 1047.4 "66-ALENYA-INRA" => 653.7 "66-PERPIGNAN" => 557.6 "66-STE LEOCADIE" => 567.3 "66-TORREILLES" => 556.3 "66-VIVES" => 656 "67-WANGENBOURG_SAPC" => 1182.8 "67-STRASBOURG-ENTZHEIM" => 665 "68-COLMAR-INRA" => 573.4 "68-GEISHOUSE_SAPC" => 1405.6 "68-COLMAR-MEYENHEIM" => 607.3 "68-MULHOUSE" => 788.7 "68-ROUFFACH - SA" => 629 "68-BALE-MULHOUSE" => 772.8 "68-TROIS-EPIS_SAPC" => 828 "69-LYON-BRON" => 831.9 "69-LES SAUVAGES" => 993.8 "69-LYON-ST EXUPERY" => 880.9 "70-CHARGEY-LES-GRAY" => 862.4 "70-FROTEY_SAPC" => 951.3 "70-LUXEUIL" => 1051.2 "70-VILLERSEXEL SA" => 1065.3 "71-AUTUN" => 885.6 "71-CHALON-CHAMPFO" => 735.2 "71-MACON" => 859.3 "71-MATOUR_SAPC" => 1043.7 "71-MT-ST-VINCENT" => 929.1 "71-ST YAN" => 799.4 "72-LE MANS" => 687.5 "73-BOURG ST MAURICE" => 985.9 "73-CHAMBERY-AIX" => 1221 "74-MEYTHET" => 1249.4 "75-PARIS-MONTSOURIS" => 637.4 "76-ROUEN-BOOS" => 851.7 "77-LA BROSSE-MX" => 653.4 "77-CHEVRU" => 691.4 "77-NANGIS" => 711.1 "77-MELUN" => 676.9 "77-NEMOURS" => 687.1 "77-TORCY" => 721.2 "78-MAGNANVILLE" => 628.4 "78-ORGERUS" => 565.1 "78-TOUSSUS LE NOBLE" => 689.8 "78-TRAPPES" => 694.2 "78-VILLACOUBLAY" => 675.7 "79-NIORT" => 867.2 "80-ABBEVILLE" => 782.6 "80-AMIENS-GLISY" => 631.2 "80-ROUVROY-EN-SANTERRE" => 636.3 "80-VRON" => 893.4 "81-DOURGNE" => 832.3 "81-LAVAUR" => 724.9 "81-ALBI" => 730.9 "82-MONTAUBAN" => 711.9 "83-BORMES LES MIMOSAS" => 917.9 "83-LE LUC" => 776.7 "83-FREJUS" => 747.3 "83-HYERES" => 652 "83-HYERES-PLAGE" => 649.1 "83-TOULON" => 616.1 "84-CABRIERES D'AVIGNON" => 686.2 "84-CARPENTRAS" => 648.2 "84-ORANGE" => 709.1 "85-L ILE D YEU" => 769.8 "85-LA ROCHE SUR YON" => 880.7 "86-POITIERS-BIARD" => 685.6 "87-EYMOUTIERS" => 1182.1 "87-LIMOGES-BELLEGARDE" => 1023.5 "87-MAGNAC-LAVAL" => 892.3 "87-ST JUNIEN" => 977.6 "87-ST YRIEIX LA PE" => 1164.2 "88-EPINAL" => 942.4 "89-CRUZY_SAPC" => 880.3 "89-JOIGNY" => 679.3 "89-AUXERRE" => 707.9 "90-BELFORT" => 1122.3 "91-ORLY" => 616.6 "91-BRETIGNY_SAPC" => 621.2 "95-LE BOURGET" => 640.7 "95-ROISSY" => 693.6 "97-LE RAIZET AERO" => 1616.6 "97-FORT-DE-FRANCE DESAIX" => 2020.5 "97-LAMENTIN-AERO" => 2094.9 "97-KOUROU CSG" => 2838.4 "97-KOUROU PLAGE" => 2530.3 "97-CAYENNE-MATOURY" => 3516.3 "97-PONT-MATHURIN" => 684.6 "97-PETITE-ILE - CIRAD" => 1433.8 "97-LE PORT" => 579.3 "97-SAINT-BENOIT" => 3531.5 "97-SAINT-DENIS COLLEGE" => 1347.4 "97-ST-JOSEPH_SAPC" => 1670.7 "97-COLIMACONS" => 1104.4 "97-MASCARIN" => 809.4 "97-LE GOL LES HAUTS - CIRAD" => 1022.9 "97-PITON-MAIDO" => 1286.2 "97-POINTE DES TROIS-BASSINS" => 435.8 "97-RAVINE DES CABRIS - CIRAD" => 841.3 "97-PIERREFONDS - CIRAD" => 672.1 "97-PIERREFONDS-AEROPORT" => 639.9 "97-LIGNE-PARADIS - CIRAD" => 940.1 "97-GILLOT-AEROPORT" => 1658.6 "97-PLAINE DES CAFRES" => 2020.2 "97-CILAOS" => 1852.7 "97-ST-PIERRE" => 1326.7 "98-KERGUELEN" => 677.2 "98-PAMANDZI" => 1226.1 "98-MAOPOOPO" => 3295.5 "98-HIHIFO" => 3174.5 "98-FAAA" => 1687.7 "98-HIVA-OA" => 1699.4 "98-RAPA" => 2574.6 "98-MATAURA 1" => 1825.7 "98-KOUMAC" => 984.8 "98-OUANAHAM" => 1674.8 "98-NOUMEA" => 1070 "98-MAGENTA" => 1088.3 "98-LA TONTOUTA" => 897.3 "98-POINDIMIE" => 2630.4 ] |
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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
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 | [] |
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" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1609 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1608 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_reutilisation_stationmeteo" ] |
cache_key | "_reutilisation_stationmeteo_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2029 +label: "01-AMBERIEU" +value: "0" +data: 1134.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2030 +label: "02-ST QUENTIN" +value: "1" +data: 702.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2031 +label: "02-FONTAINE-LES-VV" +value: "2" +data: 853.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2032 +label: "02-PASSY EN VALOIS" +value: "3" +data: 727.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2033 +label: "03-VICHY-CHARMEIL" +value: "4" +data: 779.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2034 +label: "03-LURCY-LEVIS SA" +value: "5" +data: 750.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2035 +label: "03-MONTBEUGNY" +value: "6" +data: 770.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2036 +label: "03-NEUVY" +value: "7" +data: 751.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2037 +label: "03-ST-NICOLAS" +value: "8" +data: 1409.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2038 +label: "04-ST AUBAN" +value: "9" +data: 694.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2039 +label: "05-BRIANCON" +value: "10" +data: 759.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2040 +label: "05-EMBRUN" +value: "11" +data: 726.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2041 +label: "05-LARAGNE MONTEGLIN" +value: "12" +data: 815.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2042 +label: "06-CANNES" +value: "13" +data: 794.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2043 +label: "06-NICE" +value: "14" +data: 733 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2044 +label: "07-COLOMBIER JEUNE RAD" +value: "15" +data: 961.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2045 +label: "07-LANAS SYN" +value: "16" +data: 1074.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2046 +label: "08-CHARLEVILLE-MEZ" +value: "17" +data: 942.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2047 +label: "09-ST GIRONS" +value: "18" +data: 952.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2048 +label: "10-TROYES-BARBEREY" +value: "19" +data: 644.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2049 +label: "10-DOSNON" +value: "20" +data: 726.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2050 +label: "10-MATHAUX-ETAPE" +value: "21" +data: 742.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2051 +label: "11-CARCASSONNE" +value: "22" +data: 648.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2052 +label: "11-GRUISSAN-INRA" +value: "23" +data: 582.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2053 +label: "12-MILLAU" +value: "24" +data: 731.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2054 +label: "12-RODEZ-AVEYRON" +value: "25" +data: 894.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2055 +label: "13-AIX-LES MILLES" +value: "26" +data: 576.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2056 +label: "13-AIX EN PROVENCE" +value: "27" +data: 585.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2057 +label: "13-ARLES" +value: "28" +data: 580.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2058 +label: "13-ISTRES" +value: "29" +data: 554.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2059 +label: "13-MARIGNANE" +value: "30" +data: 515.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2060 +label: "13-SALON DE PROVENCE" +value: "31" +data: 579.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2061 +label: "14-CAEN-CARPIQUET" +value: "32" +data: 739.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2062 +label: "14-L OUDON LIEURY_SAPC" +value: "33" +data: 658.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2063 +label: "15-AURILLAC" +value: "34" +data: 1174 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2064 +label: "15-COLTINES" +value: "35" +data: 764.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2065 +label: "15-MARCENAT" +value: "36" +data: 1189.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2066 +label: "15-MAURIAC" +value: "37" +data: 1200.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2067 +label: "15-MAURS" +value: "38" +data: 1176.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2068 +label: "16-COGNAC" +value: "39" +data: 777.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2069 +label: "16-LA COURONNE" +value: "40" +data: 843.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2070 +label: "16-MONTEMBOEUF" +value: "41" +data: 1007.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2071 +label: "16-SALLES DE BARB" +value: "42" +data: 817.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2072 +label: "16-TUSSON" +value: "43" +data: 836.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2073 +label: "16-VERDILLE" +value: "44" +data: 802.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2074 +label: "17-LA ROCHELLE" +value: "45" +data: 767 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2075 +label: "17-SAINTES" +value: "46" +data: 910.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2076 +label: "18-BOURGES" +value: "47" +data: 747.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2077 +label: "18-AVORD" +value: "48" +data: 772.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2078 +label: "18-SANCERRE" +value: "49" +data: 905.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2079 +label: "19-ARGENTAT" +value: "50" +data: 1165.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2080 +label: "19-BRIVE" +value: "51" +data: 914.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2081 +label: "19-NAVES" +value: "52" +data: 1236.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2082 +label: "19-UZERCHE" +value: "53" +data: 1126.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2083 +label: "20-AJACCIO" +value: "54" +data: 615.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2084 +label: "20-CAP PERTUSATO" +value: "55" +data: 541.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2085 +label: "20-CALVI" +value: "56" +data: 668.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2086 +label: "20-CONCA" +value: "57" +data: 859.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2087 +label: "20-CORTE_FDF" +value: "58" +data: 803.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2088 +label: "20-FIGARI" +value: "59" +data: 655.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2089 +label: "20-BASTIA" +value: "60" +data: 799.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2090 +label: "20-PIETRALBA" +value: "61" +data: 651.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2091 +label: "20-PILA-CANALE" +value: "62" +data: 864.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2092 +label: "20-RENNO" +value: "63" +data: 1197.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2093 +label: "20-SAMPOLO" +value: "64" +data: 1276.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2094 +label: "20-SARTENE" +value: "65" +data: 722.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2095 +label: "20-SOLENZARA" +value: "66" +data: 795.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2096 +label: "21-CHATILLON/SEINE" +value: "67" +data: 864.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2097 +label: "21-DIJON-LONGVIC" +value: "68" +data: 760.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2098 +label: "21-ARNAY_SAPC" +value: "69" +data: 807 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2099 +label: "22-KERPERT" +value: "70" +data: 1130.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2100 +label: "22-LANNION_AERO" +value: "71" +data: 945 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2101 +label: "22-LOUARGAT" +value: "72" +data: 1013.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2102 +label: "22-PLOUGUENAST" +value: "73" +data: 966.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2103 +label: "22-POMMERIT-JAUDY" +value: "74" +data: 891 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2104 +label: "22-QUINTENIC" +value: "75" +data: 743.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2105 +label: "22-ROSTRENEN" +value: "76" +data: 1145.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2106 +label: "22-ST BRIEUC" +value: "77" +data: 750.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2107 +label: "23-BOURGANEUF" +value: "78" +data: 1262.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2108 +label: "23-LA SOUTERRAINE" +value: "79" +data: 1029.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2109 +label: "24-BERGERAC" +value: "80" +data: 788.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2110 +label: "25-BESANCON" +value: "81" +data: 1187 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2111 +label: "25-PONTARLIER" +value: "82" +data: 1503.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2112 +label: "26-BESIGNAN" +value: "83" +data: 790.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2113 +label: "26-DIE" +value: "84" +data: 953.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2114 +label: "26-DIVAJEU" +value: "85" +data: 901.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2115 +label: "26-DONZERE" +value: "86" +data: 841.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2116 +label: "26-ETOILE" +value: "87" +data: 922.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2117 +label: "26-MERCUROL" +value: "88" +data: 872.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2118 +label: "26-MONTELIMAR" +value: "89" +data: 905.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2119 +label: "26-ST-MARCEL-LES-V-INRA" +value: "90" +data: 867.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2120 +label: "27-EVREUX-HUEST" +value: "91" +data: 604.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2121 +label: "28-CHARTRES" +value: "92" +data: 598.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2122 +label: "28-CHATEAUDUN" +value: "93" +data: 612.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2123 +label: "28-LOUVILLE" +value: "94" +data: 618.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2124 +label: "28-MARVILLE_SAPC" +value: "95" +data: 551.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2125 +label: "28-MIERMAIGNE" +value: "96" +data: 756.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2126 +label: "28-PRE-ST-EVROULT" +value: "97" +data: 597.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2127 +label: "28-RUEIL" +value: "98" +data: 594.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2128 +label: "28-VIABON" +value: "99" +data: 583.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2129 +label: "29-BRIGNOGAN" +value: "100" +data: 908 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2130 +label: "29-BREST-GUIPAVAS" +value: "101" +data: 1210 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2131 +label: "29-LANVEOC" +value: "102" +data: 1006.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2132 +label: "29-OUESSANT-STIFF" +value: "103" +data: 819 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2133 +label: "29-PLEYBER-CHRIST SA" +value: "104" +data: 1126.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2134 +label: "29-QUIMPER" +value: "105" +data: 1250.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2135 +label: "29-LANDIVISIAU" +value: "106" +data: 1165.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2136 +label: "29-SIBIRIL S A" +value: "107" +data: 923.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2137 +label: "30-CHUSCLAN" +value: "108" +data: 757 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2138 +label: "30-NIMES-COURBESSAC" +value: "109" +data: 762.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2139 +label: "30-NIMES-GARONS" +value: "110" +data: 696.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2140 +label: "30-MONT AIGOUAL" +value: "111" +data: 1931.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2141 +label: "31-TOULOUSE-BLAGNAC" +value: "112" +data: 638.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2142 +label: "31-TOULOUSE-FRANCAZAL" +value: "113" +data: 625.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2143 +label: "32-AUCH" +value: "114" +data: 685.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2144 +label: "33-BORDEAUX-MERIGNAC" +value: "115" +data: 944.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2145 +label: "33-CAZAUX" +value: "116" +data: 946.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2146 +label: "34-MONTPELLIER-AEROPORT" +value: "117" +data: 629.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2147 +label: "34-SETE" +value: "118" +data: 560.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2148 +label: "35-DINARD" +value: "119" +data: 758.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2149 +label: "35-RENNES-ST JACQUES" +value: "120" +data: 694 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2150 +label: "36-CHATEAUROUX DEOLS" +value: "121" +data: 737.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2151 +label: "37-TOURS" +value: "122" +data: 695.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2152 +label: "38-GRENOBLE-ST GEOIRS" +value: "123" +data: 934.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2153 +label: "39-ARBOIS_SAPC" +value: "124" +data: 1226 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2154 +label: "39-CHAMPAGNOLE" +value: "125" +data: 1574.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2155 +label: "39-LONS LE SAUNIER" +value: "126" +data: 1189.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2156 +label: "39-LA PESSE" +value: "127" +data: 1673.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2157 +label: "39-TAVAUX SA" +value: "128" +data: 888.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2158 +label: "40-DAX" +value: "129" +data: 1151.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2159 +label: "40-MONT-DE-MARSAN" +value: "130" +data: 916.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2160 +label: "41-ROMORANTIN" +value: "131" +data: 702.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2161 +label: "41-BLOIS" +value: "132" +data: 639.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2162 +label: "42-ST ETIENNE-BOUTHEON" +value: "133" +data: 718.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2163 +label: "42-FIRMINY" +value: "134" +data: 781.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2164 +label: "42-PERREUX" +value: "135" +data: 682.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2165 +label: "42-RIORGES" +value: "136" +data: 703.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2166 +label: "43-LE PUY-LOUDES" +value: "137" +data: 678.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2167 +label: "43-FONTANNES" +value: "138" +data: 613 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2168 +label: "43-LANDOS-CHARBON" +value: "139" +data: 816.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2169 +label: "43-SAUGUES-SA" +value: "140" +data: 790.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2170 +label: "44-NANTES-BOUGUENAIS" +value: "141" +data: 819.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2171 +label: "44-ST NAZAIRE-MONTOIR" +value: "142" +data: 774.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2172 +label: "45-ORLEANS" +value: "143" +data: 642.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2173 +label: "46-GOURDON" +value: "144" +data: 856.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2174 +label: "47-AGEN-LA GARENNE" +value: "145" +data: 712.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2175 +label: "47-SAINTE-LIVRADE-SUR-LOT" +value: "146" +data: 757.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2176 +label: "48-ALTIER" +value: "147" +data: 1188.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2177 +label: "49-BEAUCOUZE" +value: "148" +data: 693.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2178 +label: "49-MARCE" +value: "149" +data: 703.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2179 +label: "51-AVIZE" +value: "150" +data: 694.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2180 +label: "51-REIMS-COURCY" +value: "151" +data: 628.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2181 +label: "52-LANGRES" +value: "152" +data: 895.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2182 +label: "52-ST-DIZIER" +value: "153" +data: 843.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2183 +label: "53-LAVAL-ENTRAMMES" +value: "154" +data: 740 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2184 +label: "53-ERNEE" +value: "155" +data: 847.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2185 +label: "54-NANCY-OCHEY" +value: "156" +data: 846.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2186 +label: "54-TOUL - ROSIERES" +value: "157" +data: 761.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2187 +label: "54-NANCY-ESSEY" +value: "158" +data: 775.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2188 +label: "56-ARZAL" +value: "159" +data: 837.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2189 +label: "56-BELLE ILE-LE TALUT" +value: "160" +data: 701.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2190 +label: "56-BIGNAN" +value: "161" +data: 1010.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2191 +label: "56-PLOERMEL" +value: "162" +data: 749.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2192 +label: "56-LORIENT-LANN BIHOUE" +value: "163" +data: 950.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2193 +label: "56-SARZEAU SA" +value: "164" +data: 708.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2194 +label: "56-VANNES-SENE" +value: "165" +data: 907.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2195 +label: "57-METZ-FRESCATY" +value: "166" +data: 757.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2196 +label: "58-NEVERS-MARZY" +value: "167" +data: 804.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2197 +label: "59-LILLE-LESQUIN" +value: "168" +data: 742.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2198 +label: "60-BEAUVAIS-TILLE" +value: "169" +data: 669.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2199 +label: "61-ALENCON" +value: "170" +data: 746.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2200 +label: "62-BOULOGNE-SEM" +value: "171" +data: 777.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2201 +label: "62-CAMBRAI-EPINOY" +value: "172" +data: 711.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2202 +label: "62-CALAIS-MARCK" +value: "173" +data: 722.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2203 +label: "62-LE-TOUQUET" +value: "174" +data: 871.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2204 +label: "63-AMBERT" +value: "175" +data: 873.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2205 +label: "63-CHASTREIX" +value: "176" +data: 1600 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2206 +label: "63-CLERMONT-FD" +value: "177" +data: 578.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2207 +label: "63-ISSOIRE" +value: "178" +data: 624.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2208 +label: "63-ST-GENES-CHPLLE-INRA" +value: "179" +data: 796.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2209 +label: "63-ST-GERMAIN-L HE" +value: "180" +data: 1082.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2210 +label: "64-AICIRITS" +value: "181" +data: 1216.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2211 +label: "64-BIARRITZ-PAYS-BASQUE" +value: "182" +data: 1450.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2212 +label: "64-SOCOA" +value: "183" +data: 1483 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2213 +label: "64-PAU-UZEIN" +value: "184" +data: 1069.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2214 +label: "65-CAMPISTROUS" +value: "185" +data: 1103.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2215 +label: "65-TARBES-LOURDES-PYRENEES" +value: "186" +data: 1047.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2216 +label: "66-ALENYA-INRA" +value: "187" +data: 653.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2217 +label: "66-PERPIGNAN" +value: "188" +data: 557.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2218 +label: "66-STE LEOCADIE" +value: "189" +data: 567.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2219 +label: "66-TORREILLES" +value: "190" +data: 556.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2220 +label: "66-VIVES" +value: "191" +data: 656 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2221 +label: "67-WANGENBOURG_SAPC" +value: "192" +data: 1182.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2222 +label: "67-STRASBOURG-ENTZHEIM" +value: "193" +data: 665 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2223 +label: "68-COLMAR-INRA" +value: "194" +data: 573.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2224 +label: "68-GEISHOUSE_SAPC" +value: "195" +data: 1405.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2225 +label: "68-COLMAR-MEYENHEIM" +value: "196" +data: 607.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2226 +label: "68-MULHOUSE" +value: "197" +data: 788.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2227 +label: "68-ROUFFACH - SA" +value: "198" +data: 629 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2228 +label: "68-BALE-MULHOUSE" +value: "199" +data: 772.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2229 +label: "68-TROIS-EPIS_SAPC" +value: "200" +data: 828 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2230 +label: "69-LYON-BRON" +value: "201" +data: 831.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2231 +label: "69-LES SAUVAGES" +value: "202" +data: 993.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2232 +label: "69-LYON-ST EXUPERY" +value: "203" +data: 880.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2233 +label: "70-CHARGEY-LES-GRAY" +value: "204" +data: 862.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2234 +label: "70-FROTEY_SAPC" +value: "205" +data: 951.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2235 +label: "70-LUXEUIL" +value: "206" +data: 1051.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2236 +label: "70-VILLERSEXEL SA" +value: "207" +data: 1065.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2237 +label: "71-AUTUN" +value: "208" +data: 885.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2238 +label: "71-CHALON-CHAMPFO" +value: "209" +data: 735.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2239 +label: "71-MACON" +value: "210" +data: 859.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2240 +label: "71-MATOUR_SAPC" +value: "211" +data: 1043.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2241 +label: "71-MT-ST-VINCENT" +value: "212" +data: 929.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2242 +label: "71-ST YAN" +value: "213" +data: 799.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2243 +label: "72-LE MANS" +value: "214" +data: 687.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2244 +label: "73-BOURG ST MAURICE" +value: "215" +data: 985.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2245 +label: "73-CHAMBERY-AIX" +value: "216" +data: 1221 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2246 +label: "74-MEYTHET" +value: "217" +data: 1249.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2247 +label: "75-PARIS-MONTSOURIS" +value: "218" +data: 637.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2248 +label: "76-ROUEN-BOOS" +value: "219" +data: 851.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2249 +label: "77-LA BROSSE-MX" +value: "220" +data: 653.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2250 +label: "77-CHEVRU" +value: "221" +data: 691.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2251 +label: "77-NANGIS" +value: "222" +data: 711.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2252 +label: "77-MELUN" +value: "223" +data: 676.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2253 +label: "77-NEMOURS" +value: "224" +data: 687.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2254 +label: "77-TORCY" +value: "225" +data: 721.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2255 +label: "78-MAGNANVILLE" +value: "226" +data: 628.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2256 +label: "78-ORGERUS" +value: "227" +data: 565.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2257 +label: "78-TOUSSUS LE NOBLE" +value: "228" +data: 689.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2258 +label: "78-TRAPPES" +value: "229" +data: 694.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2259 +label: "78-VILLACOUBLAY" +value: "230" +data: 675.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2260 +label: "79-NIORT" +value: "231" +data: 867.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2261 +label: "80-ABBEVILLE" +value: "232" +data: 782.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2262 +label: "80-AMIENS-GLISY" +value: "233" +data: 631.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2263 +label: "80-ROUVROY-EN-SANTERRE" +value: "234" +data: 636.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2264 +label: "80-VRON" +value: "235" +data: 893.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2265 +label: "81-DOURGNE" +value: "236" +data: 832.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2266 +label: "81-LAVAUR" +value: "237" +data: 724.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2267 +label: "81-ALBI" +value: "238" +data: 730.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2268 +label: "82-MONTAUBAN" +value: "239" +data: 711.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2269 +label: "83-BORMES LES MIMOSAS" +value: "240" +data: 917.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2270 +label: "83-LE LUC" +value: "241" +data: 776.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2271 +label: "83-FREJUS" +value: "242" +data: 747.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2272 +label: "83-HYERES" +value: "243" +data: 652 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2273 +label: "83-HYERES-PLAGE" +value: "244" +data: 649.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2274 +label: "83-TOULON" +value: "245" +data: 616.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2275 +label: "84-CABRIERES D'AVIGNON" +value: "246" +data: 686.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2276 +label: "84-CARPENTRAS" +value: "247" +data: 648.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2277 +label: "84-ORANGE" +value: "248" +data: 709.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2278 +label: "85-L ILE D YEU" +value: "249" +data: 769.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2279 +label: "85-LA ROCHE SUR YON" +value: "250" +data: 880.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2280 +label: "86-POITIERS-BIARD" +value: "251" +data: 685.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2281 +label: "87-EYMOUTIERS" +value: "252" +data: 1182.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2282 +label: "87-LIMOGES-BELLEGARDE" +value: "253" +data: 1023.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2283 +label: "87-MAGNAC-LAVAL" +value: "254" +data: 892.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2284 +label: "87-ST JUNIEN" +value: "255" +data: 977.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2285 +label: "87-ST YRIEIX LA PE" +value: "256" +data: 1164.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2286 +label: "88-EPINAL" +value: "257" +data: 942.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2287 +label: "89-CRUZY_SAPC" +value: "258" +data: 880.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2288 +label: "89-JOIGNY" +value: "259" +data: 679.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2289 +label: "89-AUXERRE" +value: "260" +data: 707.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2290 +label: "90-BELFORT" +value: "261" +data: 1122.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2291 +label: "91-ORLY" +value: "262" +data: 616.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2292 +label: "91-BRETIGNY_SAPC" +value: "263" +data: 621.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2293 +label: "95-LE BOURGET" +value: "264" +data: 640.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2294 +label: "95-ROISSY" +value: "265" +data: 693.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2295 +label: "97-LE RAIZET AERO" +value: "266" +data: 1616.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2296 +label: "97-FORT-DE-FRANCE DESAIX" +value: "267" +data: 2020.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2297 +label: "97-LAMENTIN-AERO" +value: "268" +data: 2094.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2298 +label: "97-KOUROU CSG" +value: "269" +data: 2838.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2299 +label: "97-KOUROU PLAGE" +value: "270" +data: 2530.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2300 +label: "97-CAYENNE-MATOURY" +value: "271" +data: 3516.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2301 +label: "97-PONT-MATHURIN" +value: "272" +data: 684.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2302 +label: "97-PETITE-ILE - CIRAD" +value: "273" +data: 1433.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2303 +label: "97-LE PORT" +value: "274" +data: 579.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2304 +label: "97-SAINT-BENOIT" +value: "275" +data: 3531.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2305 +label: "97-SAINT-DENIS COLLEGE" +value: "276" +data: 1347.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2306 +label: "97-ST-JOSEPH_SAPC" +value: "277" +data: 1670.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2307 +label: "97-COLIMACONS" +value: "278" +data: 1104.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2308 +label: "97-MASCARIN" +value: "279" +data: 809.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2309 +label: "97-LE GOL LES HAUTS - CIRAD" +value: "280" +data: 1022.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2310 +label: "97-PITON-MAIDO" +value: "281" +data: 1286.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2311 +label: "97-POINTE DES TROIS-BASSINS" +value: "282" +data: 435.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2312 +label: "97-RAVINE DES CABRIS - CIRAD" +value: "283" +data: 841.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2313 +label: "97-PIERREFONDS - CIRAD" +value: "284" +data: 672.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2314 +label: "97-PIERREFONDS-AEROPORT" +value: "285" +data: 639.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2315 +label: "97-LIGNE-PARADIS - CIRAD" +value: "286" +data: 940.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2316 +label: "97-GILLOT-AEROPORT" +value: "287" +data: 1658.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2317 +label: "97-PLAINE DES CAFRES" +value: "288" +data: 2020.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2318 +label: "97-CILAOS" +value: "289" +data: 1852.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2319 +label: "97-ST-PIERRE" +value: "290" +data: 1326.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2320 +label: "98-KERGUELEN" +value: "291" +data: 677.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2321 +label: "98-PAMANDZI" +value: "292" +data: 1226.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2322 +label: "98-MAOPOOPO" +value: "293" +data: 3295.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2323 +label: "98-HIHIFO" +value: "294" +data: 3174.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2324 +label: "98-FAAA" +value: "295" +data: 1687.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2325 +label: "98-HIVA-OA" +value: "296" +data: 1699.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2326 +label: "98-RAPA" +value: "297" +data: 2574.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2327 +label: "98-MATAURA 1" +value: "298" +data: 1825.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2328 +label: "98-KOUMAC" +value: "299" +data: 984.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2329 +label: "98-OUANAHAM" +value: "300" +data: 1674.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2330 +label: "98-NOUMEA" +value: "301" +data: 1070 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2331 +label: "98-MAGENTA" +value: "302" +data: 1088.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2332 +label: "98-LA TONTOUTA" +value: "303" +data: 897.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2333 +label: "98-POINDIMIE" +value: "304" +data: 2630.4 +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2027 -form: Symfony\Component\Form\Form {#1834 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2028 …5} |
full_name | "reutilisation[stationmeteo]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_stationmeteo" |
is_selected | Closure($choice, $value) {#2335 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1531 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "stationmeteo" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_stationmeteo" |
valid | true |
value | "" |
nbreUtilisateur
"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 |
---|---|---|
required | 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 | 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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1619 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#514 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1622 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1621 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reutilisation_nbreUtilisateur" ] |
cache_key | "_reutilisation_nbreUtilisateur_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2336 -form: Symfony\Component\Form\Form {#1837 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2337 …5} |
full_name | "reutilisation[nbreUtilisateur]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_nbreUtilisateur" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nbreUtilisateur" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_nbreUtilisateur" |
valid | true |
value | "" |
volumeParUtilisation
"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 |
---|---|---|
required | 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 | 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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1628 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#514 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1631 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1630 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reutilisation_volumeParUtilisation" ] |
cache_key | "_reutilisation_volumeParUtilisation_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2338 -form: Symfony\Component\Form\Form {#1840 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2339 …5} |
full_name | "reutilisation[volumeParUtilisation]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_volumeParUtilisation" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "volumeParUtilisation" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_volumeParUtilisation" |
valid | true |
value | "" |
tauxRaccordement
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "100" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
required | 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 | 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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1637 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#514 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1640 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1639 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reutilisation_tauxRaccordement" ] |
cache_key | "_reutilisation_tauxRaccordement_text" |
compound | false |
data | "100" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2340 -form: Symfony\Component\Form\Form {#1843 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2341 …5} |
full_name | "reutilisation[tauxRaccordement]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_tauxRaccordement" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "tauxRaccordement" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_tauxRaccordement" |
valid | true |
value | "100" |
scenarioUtilisation
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
---|---|---|
choices | [ "7 jours sur 7" => "1" "5 jours sur 7" => "2" "Enseignement" => "3" ] |
[ "7 jours sur 7" => "1" "5 jours sur 7" => "2" "Enseignement" => "3" ] |
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "7 jours sur 7" => "1" "5 jours sur 7" => "2" "Enseignement" => "3" ] |
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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
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 | [] |
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" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1646 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1618 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_reutilisation_scenarioUtilisation" ] |
cache_key | "_reutilisation_scenarioUtilisation_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2344 +label: "7 jours sur 7" +value: "1" +data: "1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2345 +label: "5 jours sur 7" +value: "2" +data: "2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2346 +label: "Enseignement" +value: "3" +data: "3" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2342 -form: Symfony\Component\Form\Form {#1846 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2343 …5} |
full_name | "reutilisation[scenarioUtilisation]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_scenarioUtilisation" |
is_selected | Closure($choice, $value) {#2348 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1531 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "scenarioUtilisation" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_scenarioUtilisation" |
valid | true |
value | "" |
ru
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
---|---|---|
choices | [ "Sable grossier" => "40" "Sable moyen" => "70" "Sable fin" => "85" "Limono - sableux" => "90" "Sablo-limoneuse" => "100" "Sablo - limoneux fin" => "130" "Sablo - limoneux très fin" => "150" "Argilo-sableuse" => "170" "Argilo - limono - sableux" => "180" "Limono – argilo - sableux" => "165" "Limoneux" => "180" "Sablo - argileux" => "140" "Sablo – limono - argileux" => "150" "Limono - argileux" => "200" "Argileux" => "185" ] |
[ "Sable grossier" => "40" "Sable moyen" => "70" "Sable fin" => "85" "Limono - sableux" => "90" "Sablo-limoneuse" => "100" "Sablo - limoneux fin" => "130" "Sablo - limoneux très fin" => "150" "Argilo-sableuse" => "170" "Argilo - limono - sableux" => "180" "Limono – argilo - sableux" => "165" "Limoneux" => "180" "Sablo - argileux" => "140" "Sablo – limono - argileux" => "150" "Limono - argileux" => "200" "Argileux" => "185" ] |
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Sable grossier" => "40" "Sable moyen" => "70" "Sable fin" => "85" "Limono - sableux" => "90" "Sablo-limoneuse" => "100" "Sablo - limoneux fin" => "130" "Sablo - limoneux très fin" => "150" "Argilo-sableuse" => "170" "Argilo - limono - sableux" => "180" "Limono – argilo - sableux" => "165" "Limoneux" => "180" "Sablo - argileux" => "140" "Sablo – limono - argileux" => "150" "Limono - argileux" => "200" "Argileux" => "185" ] |
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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
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 | [] |
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" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1657 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1656 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_reutilisation_ru" ] |
cache_key | "_reutilisation_ru_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2351 +label: "Sable grossier" +value: "0" +data: "40" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2352 +label: "Sable moyen" +value: "1" +data: "70" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2353 +label: "Sable fin" +value: "2" +data: "85" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2354 +label: "Limono - sableux" +value: "3" +data: "90" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2355 +label: "Sablo-limoneuse" +value: "4" +data: "100" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2356 +label: "Sablo - limoneux fin" +value: "5" +data: "130" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2357 +label: "Sablo - limoneux très fin" +value: "6" +data: "150" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2358 +label: "Argilo-sableuse" +value: "7" +data: "170" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2359 +label: "Argilo - limono - sableux" +value: "8" +data: "180" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2360 +label: "Limono – argilo - sableux" +value: "9" +data: "165" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2361 +label: "Limoneux" +value: "10" +data: "180" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2362 +label: "Sablo - argileux" +value: "11" +data: "140" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2363 +label: "Sablo – limono - argileux" +value: "12" +data: "150" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2364 +label: "Limono - argileux" +value: "13" +data: "200" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2365 +label: "Argileux" +value: "14" +data: "185" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2349 -form: Symfony\Component\Form\Form {#1849 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2350 …5} |
full_name | "reutilisation[ru]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_ru" |
is_selected | Closure($choice, $value) {#2367 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1531 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "ru" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_ru" |
valid | true |
value | "" |
typePlante
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
---|---|---|
choices | [ "Gazon Kc=0.8 racines=20cm" => "Gazon Kc=0.8 racines=20cm" "Vivaces Kc=0.2 racines=40cm" => "Vivaces Kc=0.2 racines=40cm" "Arbustes Kc=0.2 racines=70cm" => "Arbustes Kc=0.2 racines=70cm" "Graminees Kc=0.8 racines=80cm" => "Graminees Kc=0.8 racines=80cm" ] |
[ "Gazon Kc=0.8 racines=20cm" => "Gazon Kc=0.8 racines=20cm" "Vivaces Kc=0.2 racines=40cm" => "Vivaces Kc=0.2 racines=40cm" "Arbustes Kc=0.2 racines=70cm" => "Arbustes Kc=0.2 racines=70cm" "Graminees Kc=0.8 racines=80cm" => "Graminees Kc=0.8 racines=80cm" ] |
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Gazon Kc=0.8 racines=20cm" => "Gazon Kc=0.8 racines=20cm" "Vivaces Kc=0.2 racines=40cm" => "Vivaces Kc=0.2 racines=40cm" "Arbustes Kc=0.2 racines=70cm" => "Arbustes Kc=0.2 racines=70cm" "Graminees Kc=0.8 racines=80cm" => "Graminees Kc=0.8 racines=80cm" ] |
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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
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 | [] |
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" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1667 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1666 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_reutilisation_typePlante" ] |
cache_key | "_reutilisation_typePlante_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2370 +label: "Gazon Kc=0.8 racines=20cm" +value: "Gazon Kc=0.8 racines=20cm" +data: "Gazon Kc=0.8 racines=20cm" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2371 +label: "Vivaces Kc=0.2 racines=40cm" +value: "Vivaces Kc=0.2 racines=40cm" +data: "Vivaces Kc=0.2 racines=40cm" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2372 +label: "Arbustes Kc=0.2 racines=70cm" +value: "Arbustes Kc=0.2 racines=70cm" +data: "Arbustes Kc=0.2 racines=70cm" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2373 +label: "Graminees Kc=0.8 racines=80cm" +value: "Graminees Kc=0.8 racines=80cm" +data: "Graminees Kc=0.8 racines=80cm" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2368 -form: Symfony\Component\Form\Form {#1852 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2369 …5} |
full_name | "reutilisation[typePlante]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_typePlante" |
is_selected | Closure($choice, $value) {#2375 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1531 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "typePlante" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_typePlante" |
valid | true |
value | "" |
profondeurTerre
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
---|---|---|
choices | [ "Pleine terre" => "10" "Terrasse jardin 1m" => "1" "Toiture terrasse 50 cm" => "0.5" "Toiture terrasse 20 cm" => "0.2" "Toiture terrasse 15 cm" => "0.15" "Toiture terrasse 5 cm" => "0.05" ] |
[ "Pleine terre" => "10" "Terrasse jardin 1m" => "1" "Toiture terrasse 50 cm" => "0.5" "Toiture terrasse 20 cm" => "0.2" "Toiture terrasse 15 cm" => "0.15" "Toiture terrasse 5 cm" => "0.05" ] |
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Pleine terre" => "10" "Terrasse jardin 1m" => "1" "Toiture terrasse 50 cm" => "0.5" "Toiture terrasse 20 cm" => "0.2" "Toiture terrasse 15 cm" => "0.15" "Toiture terrasse 5 cm" => "0.05" ] |
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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
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 | [] |
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" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1678 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1677 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_reutilisation_profondeurTerre" ] |
cache_key | "_reutilisation_profondeurTerre_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2378 +label: "Pleine terre" +value: "10" +data: "10" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2379 +label: "Terrasse jardin 1m" +value: "1" +data: "1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2380 +label: "Toiture terrasse 50 cm" +value: "0.5" +data: "0.5" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2381 +label: "Toiture terrasse 20 cm" +value: "0.2" +data: "0.2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2382 +label: "Toiture terrasse 15 cm" +value: "0.15" +data: "0.15" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2383 +label: "Toiture terrasse 5 cm" +value: "0.05" +data: "0.05" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2376 -form: Symfony\Component\Form\Form {#1855 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2377 …5} |
full_name | "reutilisation[profondeurTerre]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_profondeurTerre" |
is_selected | Closure($choice, $value) {#2385 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1531 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "profondeurTerre" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_profondeurTerre" |
valid | true |
value | "" |
sArrosage
"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 |
---|---|---|
required | 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 | 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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1689 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#514 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1692 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1691 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reutilisation_sArrosage" ] |
cache_key | "_reutilisation_sArrosage_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2386 -form: Symfony\Component\Form\Form {#1858 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2387 …5} |
full_name | "reutilisation[sArrosage]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_sArrosage" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "sArrosage" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_sArrosage" |
valid | true |
value | "" |
volumeCuve
"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 |
---|---|---|
required | 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 | 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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1698 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#514 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1701 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1700 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reutilisation_volumeCuve" ] |
cache_key | "_reutilisation_volumeCuve_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2388 -form: Symfony\Component\Form\Form {#1861 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2389 …5} |
full_name | "reutilisation[volumeCuve]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_volumeCuve" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "volumeCuve" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_volumeCuve" |
valid | true |
value | "" |
tauxObjectif
"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 |
---|---|---|
required | 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 | 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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1707 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#514 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1710 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1709 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reutilisation_tauxObjectif" ] |
cache_key | "_reutilisation_tauxObjectif_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2390 -form: Symfony\Component\Form\Form {#1864 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2391 …5} |
full_name | "reutilisation[tauxObjectif]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_tauxObjectif" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "tauxObjectif" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_tauxObjectif" |
valid | true |
value | "" |
coutEau
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "4" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
required | 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 | 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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1716 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#514 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1719 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1718 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reutilisation_coutEau" ] |
cache_key | "_reutilisation_coutEau_text" |
compound | false |
data | "4" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2392 -form: Symfony\Component\Form\Form {#1867 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2393 …5} |
full_name | "reutilisation[coutEau]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_coutEau" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "coutEau" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_coutEau" |
valid | true |
value | "4" |
coutPompe
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "4000" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
required | 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 | 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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1725 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#514 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1728 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1727 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reutilisation_coutPompe" ] |
cache_key | "_reutilisation_coutPompe_text" |
compound | false |
data | "4000" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2394 -form: Symfony\Component\Form\Form {#1870 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2395 …5} |
full_name | "reutilisation[coutPompe]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_coutPompe" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "coutPompe" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_coutPompe" |
valid | true |
value | "4000" |
coutVolume
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "1000" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
required | 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 | 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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1734 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#514 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1737 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1736 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reutilisation_coutVolume" ] |
cache_key | "_reutilisation_coutVolume_text" |
compound | false |
data | "1000" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2396 -form: Symfony\Component\Form\Form {#1873 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2397 …5} |
full_name | "reutilisation[coutVolume]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_coutVolume" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "coutVolume" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_coutVolume" |
valid | true |
value | "1000" |
choixVolume
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "1000" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
required | 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 | 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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1743 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#514 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1746 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1745 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reutilisation_choixVolume" ] |
cache_key | "_reutilisation_choixVolume_text" |
compound | false |
data | "1000" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2398 -form: Symfony\Component\Form\Form {#1876 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2399 …5} |
full_name | "reutilisation[choixVolume]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_choixVolume" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "choixVolume" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_choixVolume" |
valid | true |
value | "1000" |
coutVolume2
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "4000" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
required | 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 | 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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1752 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#514 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1755 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1754 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reutilisation_coutVolume2" ] |
cache_key | "_reutilisation_coutVolume2_text" |
compound | false |
data | "4000" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2400 -form: Symfony\Component\Form\Form {#1879 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2401 …5} |
full_name | "reutilisation[coutVolume2]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_coutVolume2" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "coutVolume2" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_coutVolume2" |
valid | true |
value | "4000" |
choixVolume2
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "4000" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
required | 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 | 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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1761 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#514 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1764 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1763 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_reutilisation_choixVolume2" ] |
cache_key | "_reutilisation_choixVolume2_text" |
compound | false |
data | "4000" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2402 -form: Symfony\Component\Form\Form {#1882 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2403 …5} |
full_name | "reutilisation[choixVolume2]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_choixVolume2" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "choixVolume2" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_choixVolume2" |
valid | true |
value | "4000" |
certivea
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Méthode Certivéa - outil Cible 5 (sans pertes)" |
same as passed value |
required | 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 | 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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1772 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1762 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
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 | Closure($modelData): bool {#1774 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Méthode Certivéa - outil Cible 5 (sans pertes)" |
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 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1778 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#1776 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_reutilisation_certivea" ] |
cache_key | "_reutilisation_certivea_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2404 -form: Symfony\Component\Form\Form {#1885 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2405 …5} |
full_name | "reutilisation[certivea]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_certivea" |
label | "Méthode Certivéa - outil Cible 5 (sans pertes)" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "certivea" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_reutilisation_certivea" |
valid | true |
value | "1" |
analyser
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
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 |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | null |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_reutilisation_analyser" ] |
cache_key | "_reutilisation_analyser_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#2407 …5} |
full_name | "reutilisation[analyser]" |
id | "reutilisation_analyser" |
label | null |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "analyser" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_reutilisation_analyser" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "a2b762ff4a500777.LyTUTvuC_-sK7c94FzoOBnbPoENUifBFXHTOpkEg7tE.bWvnFpnUtptQhocuInZ9VTCQ5BQF2ZkjLzyp-QcXo-FaYL8mytSS30-B-w" |
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 | "a2b762ff4a500777.LyTUTvuC_-sK7c94FzoOBnbPoENUifBFXHTOpkEg7tE.bWvnFpnUtptQhocuInZ9VTCQ5BQF2ZkjLzyp-QcXo-FaYL8mytSS30-B-w" |
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 {#206 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#215 …} -namespace: Closure() {#209 …} } |
data | "a2b762ff4a500777.LyTUTvuC_-sK7c94FzoOBnbPoENUifBFXHTOpkEg7tE.bWvnFpnUtptQhocuInZ9VTCQ5BQF2ZkjLzyp-QcXo-FaYL8mytSS30-B-w" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2411 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#514 …} } |
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() {#2413 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#628 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#542 …} $translationDomain: "validators" $message: Closure() {#2410 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_reutilisation__token" ] |
cache_key | "_reutilisation__token_hidden" |
compound | false |
data | "a2b762ff4a500777.LyTUTvuC_-sK7c94FzoOBnbPoENUifBFXHTOpkEg7tE.bWvnFpnUtptQhocuInZ9VTCQ5BQF2ZkjLzyp-QcXo-FaYL8mytSS30-B-w" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2423 -form: Symfony\Component\Form\Form {#2419 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2414 …5} |
full_name | "reutilisation[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation__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 | "_reutilisation__token" |
valid | true |
value | "a2b762ff4a500777.LyTUTvuC_-sK7c94FzoOBnbPoENUifBFXHTOpkEg7tE.bWvnFpnUtptQhocuInZ9VTCQ5BQF2ZkjLzyp-QcXo-FaYL8mytSS30-B-w" |