- 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 {#254 -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 {#254 -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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data | App\Entity\PluvioDatabase {#254 -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) {#647 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} 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() {#649 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#648 …} } } |
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 {#254 -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 {#1293 -form: Symfony\Component\Form\Form {#1294 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#650 …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 {#254 -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 |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#700 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
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() {#698 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#699 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
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 {#1245 -form: Symfony\Component\Form\Form {#1297 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1255 …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 |
---|---|---|
attr | [ "maxlength" => 10000 ] |
[ "maxlength" => 10000 ] |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 10000 ] |
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#956 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
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() {#689 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#690 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 10000 ] |
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 {#1235 -form: Symfony\Component\Form\Form {#1300 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1225 …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\NumberType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#677 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "number" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | 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 |
rounding_mode | 6 |
row_attr | [] |
scale | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#673 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#674 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_reutilisation_surfaceRecuperee" ] |
cache_key | "_reutilisation_surfaceRecuperee_number" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1215 -form: Symfony\Component\Form\Form {#1303 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1205 …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 |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#692 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
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() {#1001 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1000 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
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 {#1195 -form: Symfony\Component\Form\Form {#1306 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1185 …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 |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#660 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
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() {#1010 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1009 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
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 {#1169 -form: Symfony\Component\Form\Form {#1309 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1158 …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 |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1007 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
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() {#1019 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1018 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
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 {#1148 -form: Symfony\Component\Form\Form {#1312 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1105 …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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
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() {#1036 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1035 …} } } |
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 {#1112 +label: "Toiture dure en pente Kt=0.8" +value: "0" +data: "0.8" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1097 +label: "Toiture plate sans gravillon Kt=0.8" +value: "1" +data: "0.8" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1086 +label: "Toiture plate revetue de gravillons Kt=0.6" +value: "2" +data: "0.6" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1065 +label: "Toiture à végétalisation intensive Kt=0.3" +value: "3" +data: "0.3" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1072 +label: "Toiture à végétalisation extensive Kt=0.5" +value: "4" +data: "0.5" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1046 +label: "Aire pavée Kt=0.5" +value: "5" +data: "0.5" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1053 +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 {#1132 -form: Symfony\Component\Form\Form {#1315 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1122 …5} |
full_name | "reutilisation[rendementToiture]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_rendementToiture" |
is_selected | Closure($choice, $value) {#1020 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1016 …} } |
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\NumberType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1050 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "number" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | 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 |
rounding_mode | 6 |
row_attr | [] |
scale | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1052 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1051 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_reutilisation_surfaceRecuperee2" ] |
cache_key | "_reutilisation_surfaceRecuperee2_number" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1011 -form: Symfony\Component\Form\Form {#1318 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1002 …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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
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() {#1047 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1048 …} } } |
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 {#1112 +label: "Toiture dure en pente Kt=0.8" +value: "0" +data: "0.8" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1097 +label: "Toiture plate sans gravillon Kt=0.8" +value: "1" +data: "0.8" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1086 +label: "Toiture plate revetue de gravillons Kt=0.6" +value: "2" +data: "0.6" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1065 +label: "Toiture à végétalisation intensive Kt=0.3" +value: "3" +data: "0.3" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1072 +label: "Toiture à végétalisation extensive Kt=0.5" +value: "4" +data: "0.5" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1046 +label: "Aire pavée Kt=0.5" +value: "5" +data: "0.5" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1053 +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 {#672 -form: Symfony\Component\Form\Form {#1321 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#688 …5} |
full_name | "reutilisation[rendementToiture2]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_rendementToiture2" |
is_selected | Closure($choice, $value) {#697 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1016 …} } |
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\NumberType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1069 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "number" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | 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 |
rounding_mode | 6 |
row_attr | [] |
scale | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1071 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1070 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_reutilisation_surfaceRecuperee3" ] |
cache_key | "_reutilisation_surfaceRecuperee3_number" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1390 -form: Symfony\Component\Form\Form {#1324 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1392 …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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
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() {#1066 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1067 …} } } |
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 {#1112 +label: "Toiture dure en pente Kt=0.8" +value: "0" +data: "0.8" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1097 +label: "Toiture plate sans gravillon Kt=0.8" +value: "1" +data: "0.8" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1086 +label: "Toiture plate revetue de gravillons Kt=0.6" +value: "2" +data: "0.6" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1065 +label: "Toiture à végétalisation intensive Kt=0.3" +value: "3" +data: "0.3" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1072 +label: "Toiture à végétalisation extensive Kt=0.5" +value: "4" +data: "0.5" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1046 +label: "Aire pavée Kt=0.5" +value: "5" +data: "0.5" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1053 +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 {#1393 -form: Symfony\Component\Form\Form {#1327 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1394 …5} |
full_name | "reutilisation[rendementToiture3]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_rendementToiture3" |
is_selected | Closure($choice, $value) {#1395 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1016 …} } |
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
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() {#1085 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1084 …} } } |
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 {#1518 +label: "Climat océanique dégradé (Paris)" +value: "Paris" +data: "Paris" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1519 +label: "Climat méditerranéen (Marseille)" +value: "Marignane" +data: "Marignane" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1520 +label: "Climat de montagne (Aurillac)" +value: "Aurillac" +data: "Aurillac" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1521 +label: "Climat océanique aquitain (Bordeaux)" +value: "Bordeaux" +data: "Bordeaux" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1522 +label: "Climat océanique nord-ouest (Nantes)" +value: "Nantes" +data: "Nantes" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1523 +label: "Climat semi-continental (Lyon)" +value: "Lyon" +data: "Lyon" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1515 -form: Symfony\Component\Form\Form {#1330 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1517 …5} |
full_name | "reutilisation[climat]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_climat" |
is_selected | Closure($choice, $value) {#1525 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1016 …} } |
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
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() {#1096 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1095 …} } } |
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 {#1528 +label: "01-AMBERIEU" +value: "0" +data: 1134.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1529 +label: "02-ST QUENTIN" +value: "1" +data: 702.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1530 +label: "02-FONTAINE-LES-VV" +value: "2" +data: 853.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1531 +label: "02-PASSY EN VALOIS" +value: "3" +data: 727.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1532 +label: "03-VICHY-CHARMEIL" +value: "4" +data: 779.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1533 +label: "03-LURCY-LEVIS SA" +value: "5" +data: 750.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1534 +label: "03-MONTBEUGNY" +value: "6" +data: 770.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1535 +label: "03-NEUVY" +value: "7" +data: 751.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1536 +label: "03-ST-NICOLAS" +value: "8" +data: 1409.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1537 +label: "04-ST AUBAN" +value: "9" +data: 694.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1538 +label: "05-BRIANCON" +value: "10" +data: 759.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1539 +label: "05-EMBRUN" +value: "11" +data: 726.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1540 +label: "05-LARAGNE MONTEGLIN" +value: "12" +data: 815.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1541 +label: "06-CANNES" +value: "13" +data: 794.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1542 +label: "06-NICE" +value: "14" +data: 733 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1543 +label: "07-COLOMBIER JEUNE RAD" +value: "15" +data: 961.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1544 +label: "07-LANAS SYN" +value: "16" +data: 1074.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1545 +label: "08-CHARLEVILLE-MEZ" +value: "17" +data: 942.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1546 +label: "09-ST GIRONS" +value: "18" +data: 952.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1547 +label: "10-TROYES-BARBEREY" +value: "19" +data: 644.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1548 +label: "10-DOSNON" +value: "20" +data: 726.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1549 +label: "10-MATHAUX-ETAPE" +value: "21" +data: 742.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1550 +label: "11-CARCASSONNE" +value: "22" +data: 648.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1551 +label: "11-GRUISSAN-INRA" +value: "23" +data: 582.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1552 +label: "12-MILLAU" +value: "24" +data: 731.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1553 +label: "12-RODEZ-AVEYRON" +value: "25" +data: 894.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1554 +label: "13-AIX-LES MILLES" +value: "26" +data: 576.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1555 +label: "13-AIX EN PROVENCE" +value: "27" +data: 585.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1556 +label: "13-ARLES" +value: "28" +data: 580.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1557 +label: "13-ISTRES" +value: "29" +data: 554.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1558 +label: "13-MARIGNANE" +value: "30" +data: 515.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1559 +label: "13-SALON DE PROVENCE" +value: "31" +data: 579.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1560 +label: "14-CAEN-CARPIQUET" +value: "32" +data: 739.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1561 +label: "14-L OUDON LIEURY_SAPC" +value: "33" +data: 658.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1562 +label: "15-AURILLAC" +value: "34" +data: 1174 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1563 +label: "15-COLTINES" +value: "35" +data: 764.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1564 +label: "15-MARCENAT" +value: "36" +data: 1189.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1565 +label: "15-MAURIAC" +value: "37" +data: 1200.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1566 +label: "15-MAURS" +value: "38" +data: 1176.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1567 +label: "16-COGNAC" +value: "39" +data: 777.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1568 +label: "16-LA COURONNE" +value: "40" +data: 843.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1569 +label: "16-MONTEMBOEUF" +value: "41" +data: 1007.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1570 +label: "16-SALLES DE BARB" +value: "42" +data: 817.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1571 +label: "16-TUSSON" +value: "43" +data: 836.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1572 +label: "16-VERDILLE" +value: "44" +data: 802.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1573 +label: "17-LA ROCHELLE" +value: "45" +data: 767 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1574 +label: "17-SAINTES" +value: "46" +data: 910.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1575 +label: "18-BOURGES" +value: "47" +data: 747.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1576 +label: "18-AVORD" +value: "48" +data: 772.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1577 +label: "18-SANCERRE" +value: "49" +data: 905.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1578 +label: "19-ARGENTAT" +value: "50" +data: 1165.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1579 +label: "19-BRIVE" +value: "51" +data: 914.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1580 +label: "19-NAVES" +value: "52" +data: 1236.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1581 +label: "19-UZERCHE" +value: "53" +data: 1126.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1582 +label: "20-AJACCIO" +value: "54" +data: 615.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1583 +label: "20-CAP PERTUSATO" +value: "55" +data: 541.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1584 +label: "20-CALVI" +value: "56" +data: 668.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1585 +label: "20-CONCA" +value: "57" +data: 859.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1586 +label: "20-CORTE_FDF" +value: "58" +data: 803.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1587 +label: "20-FIGARI" +value: "59" +data: 655.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1588 +label: "20-BASTIA" +value: "60" +data: 799.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1589 +label: "20-PIETRALBA" +value: "61" +data: 651.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1590 +label: "20-PILA-CANALE" +value: "62" +data: 864.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1591 +label: "20-RENNO" +value: "63" +data: 1197.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1592 +label: "20-SAMPOLO" +value: "64" +data: 1276.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1593 +label: "20-SARTENE" +value: "65" +data: 722.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1594 +label: "20-SOLENZARA" +value: "66" +data: 795.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1595 +label: "21-CHATILLON/SEINE" +value: "67" +data: 864.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1596 +label: "21-DIJON-LONGVIC" +value: "68" +data: 760.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1597 +label: "21-ARNAY_SAPC" +value: "69" +data: 807 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1598 +label: "22-KERPERT" +value: "70" +data: 1130.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1599 +label: "22-LANNION_AERO" +value: "71" +data: 945 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1600 +label: "22-LOUARGAT" +value: "72" +data: 1013.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1601 +label: "22-PLOUGUENAST" +value: "73" +data: 966.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1602 +label: "22-POMMERIT-JAUDY" +value: "74" +data: 891 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1603 +label: "22-QUINTENIC" +value: "75" +data: 743.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1604 +label: "22-ROSTRENEN" +value: "76" +data: 1145.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1605 +label: "22-ST BRIEUC" +value: "77" +data: 750.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1606 +label: "23-BOURGANEUF" +value: "78" +data: 1262.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1607 +label: "23-LA SOUTERRAINE" +value: "79" +data: 1029.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1608 +label: "24-BERGERAC" +value: "80" +data: 788.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1609 +label: "25-BESANCON" +value: "81" +data: 1187 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1610 +label: "25-PONTARLIER" +value: "82" +data: 1503.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1611 +label: "26-BESIGNAN" +value: "83" +data: 790.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1612 +label: "26-DIE" +value: "84" +data: 953.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1613 +label: "26-DIVAJEU" +value: "85" +data: 901.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1614 +label: "26-DONZERE" +value: "86" +data: 841.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1615 +label: "26-ETOILE" +value: "87" +data: 922.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1616 +label: "26-MERCUROL" +value: "88" +data: 872.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1617 +label: "26-MONTELIMAR" +value: "89" +data: 905.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1618 +label: "26-ST-MARCEL-LES-V-INRA" +value: "90" +data: 867.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1619 +label: "27-EVREUX-HUEST" +value: "91" +data: 604.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1620 +label: "28-CHARTRES" +value: "92" +data: 598.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1621 +label: "28-CHATEAUDUN" +value: "93" +data: 612.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1622 +label: "28-LOUVILLE" +value: "94" +data: 618.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1623 +label: "28-MARVILLE_SAPC" +value: "95" +data: 551.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1624 +label: "28-MIERMAIGNE" +value: "96" +data: 756.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1625 +label: "28-PRE-ST-EVROULT" +value: "97" +data: 597.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1626 +label: "28-RUEIL" +value: "98" +data: 594.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1627 +label: "28-VIABON" +value: "99" +data: 583.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1628 +label: "29-BRIGNOGAN" +value: "100" +data: 908 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1629 +label: "29-BREST-GUIPAVAS" +value: "101" +data: 1210 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1630 +label: "29-LANVEOC" +value: "102" +data: 1006.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1631 +label: "29-OUESSANT-STIFF" +value: "103" +data: 819 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1632 +label: "29-PLEYBER-CHRIST SA" +value: "104" +data: 1126.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1633 +label: "29-QUIMPER" +value: "105" +data: 1250.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1634 +label: "29-LANDIVISIAU" +value: "106" +data: 1165.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1635 +label: "29-SIBIRIL S A" +value: "107" +data: 923.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1636 +label: "30-CHUSCLAN" +value: "108" +data: 757 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1637 +label: "30-NIMES-COURBESSAC" +value: "109" +data: 762.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1638 +label: "30-NIMES-GARONS" +value: "110" +data: 696.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1639 +label: "30-MONT AIGOUAL" +value: "111" +data: 1931.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1640 +label: "31-TOULOUSE-BLAGNAC" +value: "112" +data: 638.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1641 +label: "31-TOULOUSE-FRANCAZAL" +value: "113" +data: 625.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1642 +label: "32-AUCH" +value: "114" +data: 685.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1643 +label: "33-BORDEAUX-MERIGNAC" +value: "115" +data: 944.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1644 +label: "33-CAZAUX" +value: "116" +data: 946.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1645 +label: "34-MONTPELLIER-AEROPORT" +value: "117" +data: 629.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1646 +label: "34-SETE" +value: "118" +data: 560.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1647 +label: "35-DINARD" +value: "119" +data: 758.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1648 +label: "35-RENNES-ST JACQUES" +value: "120" +data: 694 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1649 +label: "36-CHATEAUROUX DEOLS" +value: "121" +data: 737.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1650 +label: "37-TOURS" +value: "122" +data: 695.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1651 +label: "38-GRENOBLE-ST GEOIRS" +value: "123" +data: 934.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1652 +label: "39-ARBOIS_SAPC" +value: "124" +data: 1226 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1653 +label: "39-CHAMPAGNOLE" +value: "125" +data: 1574.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1654 +label: "39-LONS LE SAUNIER" +value: "126" +data: 1189.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1655 +label: "39-LA PESSE" +value: "127" +data: 1673.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1656 +label: "39-TAVAUX SA" +value: "128" +data: 888.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1657 +label: "40-DAX" +value: "129" +data: 1151.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1658 +label: "40-MONT-DE-MARSAN" +value: "130" +data: 916.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1659 +label: "41-ROMORANTIN" +value: "131" +data: 702.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1660 +label: "41-BLOIS" +value: "132" +data: 639.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1661 +label: "42-ST ETIENNE-BOUTHEON" +value: "133" +data: 718.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1662 +label: "42-FIRMINY" +value: "134" +data: 781.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1663 +label: "42-PERREUX" +value: "135" +data: 682.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1664 +label: "42-RIORGES" +value: "136" +data: 703.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1665 +label: "43-LE PUY-LOUDES" +value: "137" +data: 678.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1666 +label: "43-FONTANNES" +value: "138" +data: 613 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1667 +label: "43-LANDOS-CHARBON" +value: "139" +data: 816.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1668 +label: "43-SAUGUES-SA" +value: "140" +data: 790.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1669 +label: "44-NANTES-BOUGUENAIS" +value: "141" +data: 819.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1670 +label: "44-ST NAZAIRE-MONTOIR" +value: "142" +data: 774.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1671 +label: "45-ORLEANS" +value: "143" +data: 642.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1672 +label: "46-GOURDON" +value: "144" +data: 856.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1673 +label: "47-AGEN-LA GARENNE" +value: "145" +data: 712.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1674 +label: "47-SAINTE-LIVRADE-SUR-LOT" +value: "146" +data: 757.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1675 +label: "48-ALTIER" +value: "147" +data: 1188.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1676 +label: "49-BEAUCOUZE" +value: "148" +data: 693.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1677 +label: "49-MARCE" +value: "149" +data: 703.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1678 +label: "51-AVIZE" +value: "150" +data: 694.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1679 +label: "51-REIMS-COURCY" +value: "151" +data: 628.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1680 +label: "52-LANGRES" +value: "152" +data: 895.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1681 +label: "52-ST-DIZIER" +value: "153" +data: 843.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1682 +label: "53-LAVAL-ENTRAMMES" +value: "154" +data: 740 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1683 +label: "53-ERNEE" +value: "155" +data: 847.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1684 +label: "54-NANCY-OCHEY" +value: "156" +data: 846.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1685 +label: "54-TOUL - ROSIERES" +value: "157" +data: 761.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1686 +label: "54-NANCY-ESSEY" +value: "158" +data: 775.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1687 +label: "56-ARZAL" +value: "159" +data: 837.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1688 +label: "56-BELLE ILE-LE TALUT" +value: "160" +data: 701.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1689 +label: "56-BIGNAN" +value: "161" +data: 1010.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1690 +label: "56-PLOERMEL" +value: "162" +data: 749.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1691 +label: "56-LORIENT-LANN BIHOUE" +value: "163" +data: 950.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1692 +label: "56-SARZEAU SA" +value: "164" +data: 708.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1693 +label: "56-VANNES-SENE" +value: "165" +data: 907.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1694 +label: "57-METZ-FRESCATY" +value: "166" +data: 757.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1695 +label: "58-NEVERS-MARZY" +value: "167" +data: 804.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1696 +label: "59-LILLE-LESQUIN" +value: "168" +data: 742.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1697 +label: "60-BEAUVAIS-TILLE" +value: "169" +data: 669.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1698 +label: "61-ALENCON" +value: "170" +data: 746.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1699 +label: "62-BOULOGNE-SEM" +value: "171" +data: 777.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1700 +label: "62-CAMBRAI-EPINOY" +value: "172" +data: 711.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1701 +label: "62-CALAIS-MARCK" +value: "173" +data: 722.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1702 +label: "62-LE-TOUQUET" +value: "174" +data: 871.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1703 +label: "63-AMBERT" +value: "175" +data: 873.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1704 +label: "63-CHASTREIX" +value: "176" +data: 1600 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1705 +label: "63-CLERMONT-FD" +value: "177" +data: 578.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1706 +label: "63-ISSOIRE" +value: "178" +data: 624.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1707 +label: "63-ST-GENES-CHPLLE-INRA" +value: "179" +data: 796.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1708 +label: "63-ST-GERMAIN-L HE" +value: "180" +data: 1082.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1709 +label: "64-AICIRITS" +value: "181" +data: 1216.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1710 +label: "64-BIARRITZ-PAYS-BASQUE" +value: "182" +data: 1450.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1711 +label: "64-SOCOA" +value: "183" +data: 1483 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1712 +label: "64-PAU-UZEIN" +value: "184" +data: 1069.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1713 +label: "65-CAMPISTROUS" +value: "185" +data: 1103.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1714 +label: "65-TARBES-LOURDES-PYRENEES" +value: "186" +data: 1047.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1715 +label: "66-ALENYA-INRA" +value: "187" +data: 653.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1716 +label: "66-PERPIGNAN" +value: "188" +data: 557.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1717 +label: "66-STE LEOCADIE" +value: "189" +data: 567.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1718 +label: "66-TORREILLES" +value: "190" +data: 556.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1719 +label: "66-VIVES" +value: "191" +data: 656 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1720 +label: "67-WANGENBOURG_SAPC" +value: "192" +data: 1182.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1721 +label: "67-STRASBOURG-ENTZHEIM" +value: "193" +data: 665 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1722 +label: "68-COLMAR-INRA" +value: "194" +data: 573.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1723 +label: "68-GEISHOUSE_SAPC" +value: "195" +data: 1405.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1724 +label: "68-COLMAR-MEYENHEIM" +value: "196" +data: 607.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1725 +label: "68-MULHOUSE" +value: "197" +data: 788.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1726 +label: "68-ROUFFACH - SA" +value: "198" +data: 629 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1727 +label: "68-BALE-MULHOUSE" +value: "199" +data: 772.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1728 +label: "68-TROIS-EPIS_SAPC" +value: "200" +data: 828 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1729 +label: "69-LYON-BRON" +value: "201" +data: 831.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1730 +label: "69-LES SAUVAGES" +value: "202" +data: 993.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1731 +label: "69-LYON-ST EXUPERY" +value: "203" +data: 880.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1732 +label: "70-CHARGEY-LES-GRAY" +value: "204" +data: 862.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1733 +label: "70-FROTEY_SAPC" +value: "205" +data: 951.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1734 +label: "70-LUXEUIL" +value: "206" +data: 1051.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1735 +label: "70-VILLERSEXEL SA" +value: "207" +data: 1065.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1736 +label: "71-AUTUN" +value: "208" +data: 885.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1737 +label: "71-CHALON-CHAMPFO" +value: "209" +data: 735.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1738 +label: "71-MACON" +value: "210" +data: 859.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1739 +label: "71-MATOUR_SAPC" +value: "211" +data: 1043.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1740 +label: "71-MT-ST-VINCENT" +value: "212" +data: 929.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1741 +label: "71-ST YAN" +value: "213" +data: 799.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1742 +label: "72-LE MANS" +value: "214" +data: 687.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1743 +label: "73-BOURG ST MAURICE" +value: "215" +data: 985.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1744 +label: "73-CHAMBERY-AIX" +value: "216" +data: 1221 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1745 +label: "74-MEYTHET" +value: "217" +data: 1249.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1746 +label: "75-PARIS-MONTSOURIS" +value: "218" +data: 637.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1747 +label: "76-ROUEN-BOOS" +value: "219" +data: 851.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1748 +label: "77-LA BROSSE-MX" +value: "220" +data: 653.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1749 +label: "77-CHEVRU" +value: "221" +data: 691.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1750 +label: "77-NANGIS" +value: "222" +data: 711.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1751 +label: "77-MELUN" +value: "223" +data: 676.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1752 +label: "77-NEMOURS" +value: "224" +data: 687.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1753 +label: "77-TORCY" +value: "225" +data: 721.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1754 +label: "78-MAGNANVILLE" +value: "226" +data: 628.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1755 +label: "78-ORGERUS" +value: "227" +data: 565.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1756 +label: "78-TOUSSUS LE NOBLE" +value: "228" +data: 689.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1757 +label: "78-TRAPPES" +value: "229" +data: 694.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1758 +label: "78-VILLACOUBLAY" +value: "230" +data: 675.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1759 +label: "79-NIORT" +value: "231" +data: 867.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1760 +label: "80-ABBEVILLE" +value: "232" +data: 782.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1761 +label: "80-AMIENS-GLISY" +value: "233" +data: 631.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1762 +label: "80-ROUVROY-EN-SANTERRE" +value: "234" +data: 636.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1763 +label: "80-VRON" +value: "235" +data: 893.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1764 +label: "81-DOURGNE" +value: "236" +data: 832.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1765 +label: "81-LAVAUR" +value: "237" +data: 724.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1766 +label: "81-ALBI" +value: "238" +data: 730.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1767 +label: "82-MONTAUBAN" +value: "239" +data: 711.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1768 +label: "83-BORMES LES MIMOSAS" +value: "240" +data: 917.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1769 +label: "83-LE LUC" +value: "241" +data: 776.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1770 +label: "83-FREJUS" +value: "242" +data: 747.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1771 +label: "83-HYERES" +value: "243" +data: 652 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1772 +label: "83-HYERES-PLAGE" +value: "244" +data: 649.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1773 +label: "83-TOULON" +value: "245" +data: 616.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1774 +label: "84-CABRIERES D'AVIGNON" +value: "246" +data: 686.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1775 +label: "84-CARPENTRAS" +value: "247" +data: 648.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1776 +label: "84-ORANGE" +value: "248" +data: 709.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1777 +label: "85-L ILE D YEU" +value: "249" +data: 769.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1778 +label: "85-LA ROCHE SUR YON" +value: "250" +data: 880.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1779 +label: "86-POITIERS-BIARD" +value: "251" +data: 685.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1780 +label: "87-EYMOUTIERS" +value: "252" +data: 1182.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1781 +label: "87-LIMOGES-BELLEGARDE" +value: "253" +data: 1023.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1782 +label: "87-MAGNAC-LAVAL" +value: "254" +data: 892.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1783 +label: "87-ST JUNIEN" +value: "255" +data: 977.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1784 +label: "87-ST YRIEIX LA PE" +value: "256" +data: 1164.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1785 +label: "88-EPINAL" +value: "257" +data: 942.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1786 +label: "89-CRUZY_SAPC" +value: "258" +data: 880.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1787 +label: "89-JOIGNY" +value: "259" +data: 679.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1788 +label: "89-AUXERRE" +value: "260" +data: 707.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1789 +label: "90-BELFORT" +value: "261" +data: 1122.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1790 +label: "91-ORLY" +value: "262" +data: 616.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1791 +label: "91-BRETIGNY_SAPC" +value: "263" +data: 621.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1792 +label: "95-LE BOURGET" +value: "264" +data: 640.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1793 +label: "95-ROISSY" +value: "265" +data: 693.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1794 +label: "97-LE RAIZET AERO" +value: "266" +data: 1616.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1795 +label: "97-FORT-DE-FRANCE DESAIX" +value: "267" +data: 2020.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1796 +label: "97-LAMENTIN-AERO" +value: "268" +data: 2094.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1797 +label: "97-KOUROU CSG" +value: "269" +data: 2838.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1798 +label: "97-KOUROU PLAGE" +value: "270" +data: 2530.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1799 +label: "97-CAYENNE-MATOURY" +value: "271" +data: 3516.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1800 +label: "97-PONT-MATHURIN" +value: "272" +data: 684.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1801 +label: "97-PETITE-ILE - CIRAD" +value: "273" +data: 1433.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1802 +label: "97-LE PORT" +value: "274" +data: 579.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1803 +label: "97-SAINT-BENOIT" +value: "275" +data: 3531.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1804 +label: "97-SAINT-DENIS COLLEGE" +value: "276" +data: 1347.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1805 +label: "97-ST-JOSEPH_SAPC" +value: "277" +data: 1670.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1806 +label: "97-COLIMACONS" +value: "278" +data: 1104.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1807 +label: "97-MASCARIN" +value: "279" +data: 809.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1808 +label: "97-LE GOL LES HAUTS - CIRAD" +value: "280" +data: 1022.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1809 +label: "97-PITON-MAIDO" +value: "281" +data: 1286.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1810 +label: "97-POINTE DES TROIS-BASSINS" +value: "282" +data: 435.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1811 +label: "97-RAVINE DES CABRIS - CIRAD" +value: "283" +data: 841.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1812 +label: "97-PIERREFONDS - CIRAD" +value: "284" +data: 672.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1813 +label: "97-PIERREFONDS-AEROPORT" +value: "285" +data: 639.9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1814 +label: "97-LIGNE-PARADIS - CIRAD" +value: "286" +data: 940.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1815 +label: "97-GILLOT-AEROPORT" +value: "287" +data: 1658.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1816 +label: "97-PLAINE DES CAFRES" +value: "288" +data: 2020.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1817 +label: "97-CILAOS" +value: "289" +data: 1852.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1818 +label: "97-ST-PIERRE" +value: "290" +data: 1326.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1819 +label: "98-KERGUELEN" +value: "291" +data: 677.2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1820 +label: "98-PAMANDZI" +value: "292" +data: 1226.1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1821 +label: "98-MAOPOOPO" +value: "293" +data: 3295.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1822 +label: "98-HIHIFO" +value: "294" +data: 3174.5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1823 +label: "98-FAAA" +value: "295" +data: 1687.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1824 +label: "98-HIVA-OA" +value: "296" +data: 1699.4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1825 +label: "98-RAPA" +value: "297" +data: 2574.6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1826 +label: "98-MATAURA 1" +value: "298" +data: 1825.7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1827 +label: "98-KOUMAC" +value: "299" +data: 984.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1828 +label: "98-OUANAHAM" +value: "300" +data: 1674.8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1829 +label: "98-NOUMEA" +value: "301" +data: 1070 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1830 +label: "98-MAGENTA" +value: "302" +data: 1088.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1831 +label: "98-LA TONTOUTA" +value: "303" +data: 897.3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1832 +label: "98-POINDIMIE" +value: "304" +data: 2630.4 +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1526 -form: Symfony\Component\Form\Form {#1333 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1527 …5} |
full_name | "reutilisation[stationmeteo]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_stationmeteo" |
is_selected | Closure($choice, $value) {#1834 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1016 …} } |
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\NumberType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1109 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "number" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | 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 |
rounding_mode | 6 |
row_attr | [] |
scale | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1111 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1110 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_reutilisation_nbreUtilisateur" ] |
cache_key | "_reutilisation_nbreUtilisateur_number" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1835 -form: Symfony\Component\Form\Form {#1336 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1836 …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\NumberType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1119 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "number" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | 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 |
rounding_mode | 6 |
row_attr | [] |
scale | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1121 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1120 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_reutilisation_volumeParUtilisation" ] |
cache_key | "_reutilisation_volumeParUtilisation_number" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1837 -form: Symfony\Component\Form\Form {#1339 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1838 …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\NumberType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | 100.0 |
View Format |
"100"
|
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1129 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "number" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | 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 |
rounding_mode | 6 |
row_attr | [] |
scale | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1131 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1130 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_reutilisation_tauxRaccordement" ] |
cache_key | "_reutilisation_tauxRaccordement_number" |
compound | false |
data | 100.0 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1839 -form: Symfony\Component\Form\Form {#1342 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1840 …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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
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() {#1106 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1107 …} } } |
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 {#1843 +label: "7 jours sur 7" +value: "1" +data: "1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1844 +label: "5 jours sur 7" +value: "2" +data: "2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1845 +label: "Enseignement" +value: "3" +data: "3" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1841 -form: Symfony\Component\Form\Form {#1345 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1842 …5} |
full_name | "reutilisation[scenarioUtilisation]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_scenarioUtilisation" |
is_selected | Closure($choice, $value) {#1847 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1016 …} } |
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
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() {#1147 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1146 …} } } |
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 {#1850 +label: "Sable grossier" +value: "0" +data: "40" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1851 +label: "Sable moyen" +value: "1" +data: "70" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1852 +label: "Sable fin" +value: "2" +data: "85" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1853 +label: "Limono - sableux" +value: "3" +data: "90" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1854 +label: "Sablo-limoneuse" +value: "4" +data: "100" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1855 +label: "Sablo - limoneux fin" +value: "5" +data: "130" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1856 +label: "Sablo - limoneux très fin" +value: "6" +data: "150" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1857 +label: "Argilo-sableuse" +value: "7" +data: "170" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1858 +label: "Argilo - limono - sableux" +value: "8" +data: "180" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1859 +label: "Limono – argilo - sableux" +value: "9" +data: "165" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1860 +label: "Limoneux" +value: "10" +data: "180" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1861 +label: "Sablo - argileux" +value: "11" +data: "140" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1862 +label: "Sablo – limono - argileux" +value: "12" +data: "150" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1863 +label: "Limono - argileux" +value: "13" +data: "200" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1864 +label: "Argileux" +value: "14" +data: "185" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1848 -form: Symfony\Component\Form\Form {#1348 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1849 …5} |
full_name | "reutilisation[ru]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_ru" |
is_selected | Closure($choice, $value) {#1866 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1016 …} } |
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
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() {#1157 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1156 …} } } |
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 {#1869 +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 {#1870 +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 {#1871 +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 {#1872 +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 {#1867 -form: Symfony\Component\Form\Form {#1351 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1868 …5} |
full_name | "reutilisation[typePlante]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_typePlante" |
is_selected | Closure($choice, $value) {#1874 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1016 …} } |
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
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() {#1168 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1167 …} } } |
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 {#1877 +label: "Pleine terre" +value: "10" +data: "10" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1878 +label: "Terrasse jardin 1m" +value: "1" +data: "1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1879 +label: "Toiture terrasse 50 cm" +value: "0.5" +data: "0.5" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1880 +label: "Toiture terrasse 20 cm" +value: "0.2" +data: "0.2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1881 +label: "Toiture terrasse 15 cm" +value: "0.15" +data: "0.15" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1882 +label: "Toiture terrasse 5 cm" +value: "0.05" +data: "0.05" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1875 -form: Symfony\Component\Form\Form {#1354 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1876 …5} |
full_name | "reutilisation[profondeurTerre]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "reutilisation_profondeurTerre" |
is_selected | Closure($choice, $value) {#1884 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1016 …} } |
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\NumberType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1182 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "number" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | 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 |
rounding_mode | 6 |
row_attr | [] |
scale | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1184 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1183 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_reutilisation_sArrosage" ] |
cache_key | "_reutilisation_sArrosage_number" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1885 -form: Symfony\Component\Form\Form {#1357 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1886 …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\NumberType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1192 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "number" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | 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 |
rounding_mode | 6 |
row_attr | [] |
scale | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1194 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1193 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_reutilisation_volumeCuve" ] |
cache_key | "_reutilisation_volumeCuve_number" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1887 -form: Symfony\Component\Form\Form {#1360 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1888 …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\NumberType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1202 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "number" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | 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 |
rounding_mode | 6 |
row_attr | [] |
scale | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1204 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1203 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_reutilisation_tauxObjectif" ] |
cache_key | "_reutilisation_tauxObjectif_number" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1889 -form: Symfony\Component\Form\Form {#1363 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1890 …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\NumberType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | 4.0 |
View Format |
"4"
|
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1212 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "number" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | 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 |
rounding_mode | 6 |
row_attr | [] |
scale | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1214 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1213 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_reutilisation_coutEau" ] |
cache_key | "_reutilisation_coutEau_number" |
compound | false |
data | 4.0 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1891 -form: Symfony\Component\Form\Form {#1366 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1892 …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\NumberType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | 4000.0 |
View Format |
"4000"
|
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1222 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "number" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | 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 |
rounding_mode | 6 |
row_attr | [] |
scale | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1224 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1223 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_reutilisation_coutPompe" ] |
cache_key | "_reutilisation_coutPompe_number" |
compound | false |
data | 4000.0 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1893 -form: Symfony\Component\Form\Form {#1369 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1894 …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\NumberType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | 1000.0 |
View Format |
"1000"
|
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1232 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "number" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | 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 |
rounding_mode | 6 |
row_attr | [] |
scale | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1234 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1233 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_reutilisation_coutVolume" ] |
cache_key | "_reutilisation_coutVolume_number" |
compound | false |
data | 1000.0 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1895 -form: Symfony\Component\Form\Form {#1372 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1896 …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\NumberType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | 1000.0 |
View Format |
"1000"
|
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1242 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "number" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | 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 |
rounding_mode | 6 |
row_attr | [] |
scale | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1244 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1243 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_reutilisation_choixVolume" ] |
cache_key | "_reutilisation_choixVolume_number" |
compound | false |
data | 1000.0 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1897 -form: Symfony\Component\Form\Form {#1375 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1898 …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\NumberType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | 4000.0 |
View Format |
"4000"
|
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1252 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "number" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | 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 |
rounding_mode | 6 |
row_attr | [] |
scale | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1254 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1253 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_reutilisation_coutVolume2" ] |
cache_key | "_reutilisation_coutVolume2_number" |
compound | false |
data | 4000.0 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1899 -form: Symfony\Component\Form\Form {#1378 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1900 …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\NumberType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | 4000.0 |
View Format |
"4000"
|
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1262 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "number" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | 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 |
rounding_mode | 6 |
row_attr | [] |
scale | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1264 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1263 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_reutilisation_choixVolume2" ] |
cache_key | "_reutilisation_choixVolume2_number" |
compound | false |
data | 4000.0 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1901 -form: Symfony\Component\Form\Form {#1381 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1902 …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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1271 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1177 …} } |
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 {#1273 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() {#1277 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1275 …} } } |
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 {#1903 -form: Symfony\Component\Form\Form {#1384 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1904 …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 {#1906 …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 | "4c73977363237f11713db0fe7ed9c.HBGtneqP8T2eqDNnZEW19omLGi8s5F2l8IPKC0tS5IU.UVzo6ZvtiAj5nXYjKDTmpvCzKkNPvGTpm_CSJiU1rvFfI-PVifm_bPDufg" |
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 | "4c73977363237f11713db0fe7ed9c.HBGtneqP8T2eqDNnZEW19omLGi8s5F2l8IPKC0tS5IU.UVzo6ZvtiAj5nXYjKDTmpvCzKkNPvGTpm_CSJiU1rvFfI-PVifm_bPDufg" |
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 {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data | "4c73977363237f11713db0fe7ed9c.HBGtneqP8T2eqDNnZEW19omLGi8s5F2l8IPKC0tS5IU.UVzo6ZvtiAj5nXYjKDTmpvCzKkNPvGTpm_CSJiU1rvFfI-PVifm_bPDufg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1910 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#516 …} } |
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() {#1912 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#544 …} $translationDomain: "validators" $message: Closure() {#1909 …} } } |
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 | "4c73977363237f11713db0fe7ed9c.HBGtneqP8T2eqDNnZEW19omLGi8s5F2l8IPKC0tS5IU.UVzo6ZvtiAj5nXYjKDTmpvCzKkNPvGTpm_CSJiU1rvFfI-PVifm_bPDufg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1922 -form: Symfony\Component\Form\Form {#1918 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1913 …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 | "4c73977363237f11713db0fe7ed9c.HBGtneqP8T2eqDNnZEW19omLGi8s5F2l8IPKC0tS5IU.UVzo6ZvtiAj5nXYjKDTmpvCzKkNPvGTpm_CSJiU1rvFfI-PVifm_bPDufg" |