- 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 {#787 -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 {#787 -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 {#227 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#206 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#233 …} -namespace: Closure() {#229 …} } |
data | App\DTO\AffichageGraphiqueDTO {#787 -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) {#907 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#750 …} 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() {#909 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#890 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#804 …} $translationDomain: "validators" $message: Closure() {#908 …} } } |
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 {#787 -usage: null -zoneClimatique: null -etancheiteMin: null -etancheiteMax: null -tauxVitreeMin: null -tauxVitreeMax: null -abscisse: null -ordonnee: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1025 -form: Symfony\Component\Form\Form {#972 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1021 …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 {#787 -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 {#227 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#206 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#233 …} -namespace: Closure() {#229 …} } |
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() {#929 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#890 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#804 …} $translationDomain: "validators" $message: Closure() {#928 …} } } |
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 {#1176 +label: "logement" +value: "logement" +data: "logement" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1177 +label: "tertiaire" +value: "tertiaire" +data: "tertiaire" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1175 -form: Symfony\Component\Form\Form {#975 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1174 …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) {#1179 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#915 …} } |
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 {#227 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#206 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#233 …} -namespace: Closure() {#229 …} } |
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() {#941 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#890 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#804 …} $translationDomain: "validators" $message: Closure() {#940 …} } } |
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 {#1182 +label: "H1" +value: "H1" +data: "H1" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1183 +label: "H2" +value: "H2" +data: "H2" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1184 +label: "H3" +value: "H3" +data: "H3" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1180 -form: Symfony\Component\Form\Form {#978 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1181 …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) {#1186 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#915 …} } |
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 {#227 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#206 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#233 …} -namespace: Closure() {#229 …} } |
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() {#952 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#890 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#804 …} $translationDomain: "validators" $message: Closure() {#951 …} } } |
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 {#1189 +label: "Compacité" +value: "compacite" +data: "compacite" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1190 +label: "Taux vitré" +value: "tauxVitre" +data: "tauxVitre" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1191 +label: "Compacité et Taux vitré" +value: "compaciteVitre" +data: "compaciteVitre" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1192 +label: "Compacité, taux vitré et brassage" +value: "compaciteVitreBrassage" +data: "compaciteVitreBrassage" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1193 +label: "% d'orientation sud" +value: "orientationSud" +data: "orientationSud" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1187 -form: Symfony\Component\Form\Form {#981 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1188 …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) {#1195 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#915 …} } |
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 {#227 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#206 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#233 …} -namespace: Closure() {#229 …} } |
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() {#963 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#890 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#804 …} $translationDomain: "validators" $message: Closure() {#962 …} } } |
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 {#1198 +label: "BBIO chauffage" +value: "bBioChauffage" +data: "bBioChauffage" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1199 +label: "BBIO eclairage" +value: "bBioEclairage" +data: "bBioEclairage" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1196 -form: Symfony\Component\Form\Form {#984 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1197 …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) {#1201 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#915 …} } |
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 | "be7b1b3.Zh9IEPGlPTAb7ssR1YIpnrnOO8QcisZbH1K_ro-Rx3M.Fl55Q5fXTXxarJNJjOpq9tu5WZNQv4E-cmrv-PXQo0owRxx0xNRORVa6jg" |
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 | "be7b1b3.Zh9IEPGlPTAb7ssR1YIpnrnOO8QcisZbH1K_ro-Rx3M.Fl55Q5fXTXxarJNJjOpq9tu5WZNQv4E-cmrv-PXQo0owRxx0xNRORVa6jg" |
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 {#227 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#206 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#233 …} -namespace: Closure() {#229 …} } |
data | "be7b1b3.Zh9IEPGlPTAb7ssR1YIpnrnOO8QcisZbH1K_ro-Rx3M.Fl55Q5fXTXxarJNJjOpq9tu5WZNQv4E-cmrv-PXQo0owRxx0xNRORVa6jg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1206 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#750 …} } |
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() {#1208 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#890 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#804 …} $translationDomain: "validators" $message: Closure() {#1205 …} } } |
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 | "be7b1b3.Zh9IEPGlPTAb7ssR1YIpnrnOO8QcisZbH1K_ro-Rx3M.Fl55Q5fXTXxarJNJjOpq9tu5WZNQv4E-cmrv-PXQo0owRxx0xNRORVa6jg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1218 -form: Symfony\Component\Form\Form {#1214 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1209 …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 | "be7b1b3.Zh9IEPGlPTAb7ssR1YIpnrnOO8QcisZbH1K_ro-Rx3M.Fl55Q5fXTXxarJNJjOpq9tu5WZNQv4E-cmrv-PXQo0owRxx0xNRORVa6jg" |