- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 57
- Events
- Routing
- Cache
- Translation 17
- Security
- Twig
- HTTP Client
- Doctrine 1
- 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
affichage_graphique
"App\Form\AffichageGraphiqueType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\DTO\AffichageGraphiqueDTO {#790 -usage: null -zoneClimatique: null -etancheiteMin: null -etancheiteMax: null -tauxVitreeMin: null -tauxVitreeMax: null -abscisse: null -ordonnee: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\DTO\AffichageGraphiqueDTO {#790 -usage: null -zoneClimatique: null -etancheiteMin: null -etancheiteMax: null -tauxVitreeMin: null -tauxVitreeMax: null -abscisse: null -ordonnee: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#249 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#225 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#203 …} -namespace: Closure() {#215 …} } |
data | App\DTO\AffichageGraphiqueDTO {#790 -usage: null -zoneClimatique: null -etancheiteMin: null -etancheiteMax: null -tauxVitreeMin: null -tauxVitreeMax: null -abscisse: null -ordonnee: null } |
data_class | "App\DTO\AffichageGraphiqueDTO" |
disabled | false |
empty_data | Closure(FormInterface $form) {#910 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#753 …} use: { $class: "App\DTO\AffichageGraphiqueDTO" } } |
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() {#912 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#893 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#807 …} $translationDomain: "validators" $message: Closure() {#911 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "affichage_graphique" "_affichage_graphique" ] |
cache_key | "_affichage_graphique_affichage_graphique" |
compound | true |
data | App\DTO\AffichageGraphiqueDTO {#790 -usage: null -zoneClimatique: null -etancheiteMin: null -etancheiteMax: null -tauxVitreeMin: null -tauxVitreeMax: null -abscisse: null -ordonnee: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1028 -form: Symfony\Component\Form\Form {#975 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1024 …5} |
full_name | "affichage_graphique" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "affichage_graphique" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "affichage_graphique" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_affichage_graphique" |
valid | true |
value | App\DTO\AffichageGraphiqueDTO {#790 -usage: null -zoneClimatique: null -etancheiteMin: null -etancheiteMax: null -tauxVitreeMin: null -tauxVitreeMax: null -abscisse: null -ordonnee: null } |
usage
"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 | [ "logement" => "logement" "tertiaire" => "tertiaire" ] |
[ "logement" => "logement" "tertiaire" => "tertiaire" ] |
placeholder | "Tous" |
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 |
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 | [ "logement" => "logement" "tertiaire" => "tertiaire" ] |
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 | "Tous" |
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() {#932 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#893 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#807 …} $translationDomain: "validators" $message: Closure() {#931 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_affichage_graphique_usage" ] |
cache_key | "_affichage_graphique_usage_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1203 +label: "logement" +value: "logement" +data: "logement" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1204 +label: "tertiaire" +value: "tertiaire" +data: "tertiaire" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1202 -form: Symfony\Component\Form\Form {#978 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1201 …5} |
full_name | "affichage_graphique[usage]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "affichage_graphique_usage" |
is_selected | Closure($choice, $value) {#1206 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#918 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "usage" |
placeholder | "Tous" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_affichage_graphique_usage" |
valid | true |
value | "" |
zoneClimatique
"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 | [ "H1" => "H1" "H2" => "H2" "H3" => "H3" ] |
[ "H1" => "H1" "H2" => "H2" "H3" => "H3" ] |
placeholder | "Tous" |
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 |
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 | [ "H1" => "H1" "H2" => "H2" "H3" => "H3" ] |
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 | "Tous" |
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() {#944 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#893 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#807 …} $translationDomain: "validators" $message: Closure() {#943 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_affichage_graphique_zoneClimatique" ] |
cache_key | "_affichage_graphique_zoneClimatique_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1209 +label: "H1" +value: "H1" +data: "H1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1210 +label: "H2" +value: "H2" +data: "H2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1211 +label: "H3" +value: "H3" +data: "H3" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1207 -form: Symfony\Component\Form\Form {#981 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1208 …5} |
full_name | "affichage_graphique[zoneClimatique]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "affichage_graphique_zoneClimatique" |
is_selected | Closure($choice, $value) {#1213 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#918 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "zoneClimatique" |
placeholder | "Tous" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_affichage_graphique_zoneClimatique" |
valid | true |
value | "" |
abscisse
"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 | [ "Compacité" => "compacite" "Taux vitré" => "tauxVitre" "Compacité et Taux vitré" => "compaciteVitre" "Compacité, taux vitré et brassage" => "compaciteVitreBrassage" "% d'orientation sud" => "orientationSud" ] |
[ "Compacité" => "compacite" "Taux vitré" => "tauxVitre" "Compacité et Taux vitré" => "compaciteVitre" "Compacité, taux vitré et brassage" => "compaciteVitreBrassage" "% d'orientation sud" => "orientationSud" ] |
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 | [ "Compacité" => "compacite" "Taux vitré" => "tauxVitre" "Compacité et Taux vitré" => "compaciteVitre" "Compacité, taux vitré et brassage" => "compaciteVitreBrassage" "% d'orientation sud" => "orientationSud" ] |
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() {#955 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#893 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#807 …} $translationDomain: "validators" $message: Closure() {#954 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_affichage_graphique_abscisse" ] |
cache_key | "_affichage_graphique_abscisse_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1216 +label: "Compacité" +value: "compacite" +data: "compacite" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1217 +label: "Taux vitré" +value: "tauxVitre" +data: "tauxVitre" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1218 +label: "Compacité et Taux vitré" +value: "compaciteVitre" +data: "compaciteVitre" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1219 +label: "Compacité, taux vitré et brassage" +value: "compaciteVitreBrassage" +data: "compaciteVitreBrassage" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1220 +label: "% d'orientation sud" +value: "orientationSud" +data: "orientationSud" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1214 -form: Symfony\Component\Form\Form {#984 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1215 …5} |
full_name | "affichage_graphique[abscisse]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "affichage_graphique_abscisse" |
is_selected | Closure($choice, $value) {#1222 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#918 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "abscisse" |
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 | "_affichage_graphique_abscisse" |
valid | true |
value | "" |
ordonnee
"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 | [ "BBIO chauffage" => "bBioChauffage" "BBIO eclairage" => "bBioEclairage" ] |
[ "BBIO chauffage" => "bBioChauffage" "BBIO eclairage" => "bBioEclairage" ] |
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 | [ "BBIO chauffage" => "bBioChauffage" "BBIO eclairage" => "bBioEclairage" ] |
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() {#966 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#893 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#807 …} $translationDomain: "validators" $message: Closure() {#965 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_affichage_graphique_ordonnee" ] |
cache_key | "_affichage_graphique_ordonnee_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1225 +label: "BBIO chauffage" +value: "bBioChauffage" +data: "bBioChauffage" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1226 +label: "BBIO eclairage" +value: "bBioEclairage" +data: "bBioEclairage" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1223 -form: Symfony\Component\Form\Form {#987 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1224 …5} |
full_name | "affichage_graphique[ordonnee]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "affichage_graphique_ordonnee" |
is_selected | Closure($choice, $value) {#1228 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#918 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "ordonnee" |
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 | "_affichage_graphique_ordonnee" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "05211278ca4361270804c2251a.OWI_1vAZehlCPoktnhRVOVt8yomhdf4wBx__kMToH0A.fgFOmp9DMkg4ashfplBkcSkGnLHMJIt5bWnG-vWMeSRNWwa6kiA1Ty9m_g" |
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 | "05211278ca4361270804c2251a.OWI_1vAZehlCPoktnhRVOVt8yomhdf4wBx__kMToH0A.fgFOmp9DMkg4ashfplBkcSkGnLHMJIt5bWnG-vWMeSRNWwa6kiA1Ty9m_g" |
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 | "05211278ca4361270804c2251a.OWI_1vAZehlCPoktnhRVOVt8yomhdf4wBx__kMToH0A.fgFOmp9DMkg4ashfplBkcSkGnLHMJIt5bWnG-vWMeSRNWwa6kiA1Ty9m_g" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1233 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#753 …} } |
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() {#1235 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#893 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#807 …} $translationDomain: "validators" $message: Closure() {#1232 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_affichage_graphique__token" ] |
cache_key | "_affichage_graphique__token_hidden" |
compound | false |
data | "05211278ca4361270804c2251a.OWI_1vAZehlCPoktnhRVOVt8yomhdf4wBx__kMToH0A.fgFOmp9DMkg4ashfplBkcSkGnLHMJIt5bWnG-vWMeSRNWwa6kiA1Ty9m_g" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1245 -form: Symfony\Component\Form\Form {#1241 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1236 …5} |
full_name | "affichage_graphique[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "affichage_graphique__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 | "_affichage_graphique__token" |
valid | true |
value | "05211278ca4361270804c2251a.OWI_1vAZehlCPoktnhRVOVt8yomhdf4wBx__kMToH0A.fgFOmp9DMkg4ashfplBkcSkGnLHMJIt5bWnG-vWMeSRNWwa6kiA1Ty9m_g" |