- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 5
- Events
- Routing
- Cache
- Translation 5
- 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
contact
"App\Form\ContactType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Contact {#392 -id: null -civilite: null -nom: null -email: null -telephone: null -objet: null -message: null -requete: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Contact {#392 -id: null -civilite: null -nom: null -email: null -telephone: null -objet: null -message: null -requete: 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 {#539 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#543 …} } |
data | App\Entity\Contact {#392 -id: null -civilite: null -nom: null -email: null -telephone: null -objet: null -message: null -requete: null } |
data_class | "App\Entity\Contact" |
disabled | false |
empty_data | Closure(FormInterface $form) {#580 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#360 …} use: { $class: "App\Entity\Contact" } } |
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() {#578 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#549 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#356 …} $translationDomain: "validators" $message: Closure() {#579 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "contact" "_contact" ] |
cache_key | "_contact_contact" |
compound | true |
data | App\Entity\Contact {#392 -id: null -civilite: null -nom: null -email: null -telephone: null -objet: null -message: null -requete: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#799 -form: Symfony\Component\Form\Form {#668 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#811 …5} |
full_name | "contact" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "contact" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact" |
valid | true |
value | App\Entity\Contact {#392 -id: null -civilite: null -nom: null -email: null -telephone: null -objet: null -message: null -requete: null } |
civilite
"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 |
---|---|---|
attr | [ "class" => "form-control" "required" => true ] |
[ "class" => "form-control" "required" => true ] |
choices | [ "Mademoiselle" => "Mademoiselle" "Madame" => "Madame" "Monsieur" => "Monsieur" ] |
[ "Mademoiselle" => "Mademoiselle" "Madame" => "Madame" "Monsieur" => "Monsieur" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "required" => true ] |
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 | [ "Mademoiselle" => "Mademoiselle" "Madame" => "Madame" "Monsieur" => "Monsieur" ] |
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 {#539 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#543 …} } |
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() {#557 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#549 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#356 …} $translationDomain: "validators" $message: Closure() {#560 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "required" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_contact_civilite" ] |
cache_key | "_contact_civilite_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#795 +label: "Mademoiselle" +value: "Mademoiselle" +data: "Mademoiselle" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#796 +label: "Madame" +value: "Madame" +data: "Madame" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#797 +label: "Monsieur" +value: "Monsieur" +data: "Monsieur" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#794 -form: Symfony\Component\Form\Form {#705 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#793 …5} |
full_name | "contact[civilite]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_civilite" |
is_selected | Closure($choice, $value) {#810 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#630 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "civilite" |
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 | "_contact_civilite" |
valid | true |
value | "" |
nom
"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 | [ "class" => "form-control" "required" => true ] |
[ "class" => "form-control" "required" => true ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "required" => true ] |
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 {#539 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#543 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#571 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#360 …} } |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#568 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#549 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#356 …} $translationDomain: "validators" $message: Closure() {#570 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "required" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_nom" ] |
cache_key | "_contact_nom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#809 -form: Symfony\Component\Form\Form {#709 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#808 …5} |
full_name | "contact[nom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_nom" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nom" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_nom" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "required" => true ] |
[ "class" => "form-control" "required" => true ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "required" => true ] |
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 {#539 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#543 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#596 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#360 …} } |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#605 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#549 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#356 …} $translationDomain: "validators" $message: Closure() {#598 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "required" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_contact_email" ] |
cache_key | "_contact_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#807 -form: Symfony\Component\Form\Form {#712 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#806 …5} |
full_name | "contact[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_email" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_email" |
valid | true |
value | "" |
telephone
"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 | [ "class" => "form-control" "required" => true ] |
[ "class" => "form-control" "required" => true ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "required" => true ] |
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 {#539 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#543 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#617 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#360 …} } |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#615 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#549 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#356 …} $translationDomain: "validators" $message: Closure() {#616 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "required" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_telephone" ] |
cache_key | "_contact_telephone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#805 -form: Symfony\Component\Form\Form {#670 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#804 …5} |
full_name | "contact[telephone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_telephone" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "telephone" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_telephone" |
valid | true |
value | "" |
objet
"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 | [ "class" => "form-control" "required" => true ] |
[ "class" => "form-control" "required" => true ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "required" => true ] |
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 {#539 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#543 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#608 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#360 …} } |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#622 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#549 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#356 …} $translationDomain: "validators" $message: Closure() {#604 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "required" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_objet" ] |
cache_key | "_contact_objet_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#803 -form: Symfony\Component\Form\Form {#673 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#802 …5} |
full_name | "contact[objet]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_objet" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "objet" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_objet" |
valid | true |
value | "" |
message
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "required" => true ] |
[ "class" => "form-control" "required" => true ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "required" => true ] |
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 {#539 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#543 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#641 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#360 …} } |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#646 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#549 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#356 …} $translationDomain: "validators" $message: Closure() {#640 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "required" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_contact_message" ] |
cache_key | "_contact_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#801 -form: Symfony\Component\Form\Form {#676 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#800 …5} |
full_name | "contact[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_message" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "message" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_message" |
valid | true |
value | "" |
requete
"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 |
---|---|---|
attr | [ "required" => true ] |
[ "required" => true ] |
choices | [ "Recontactez-moi" => "Recontactez-moi" "Demande de documentation" => "Demande de documentation" ] |
[ "Recontactez-moi" => "Recontactez-moi" "Demande de documentation" => "Demande de documentation" ] |
expanded | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "required" => true ] |
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 | [ "Recontactez-moi" => "Recontactez-moi" "Demande de documentation" => "Demande de documentation" ] |
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 {#539 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#543 …} } |
data_class | null |
disabled | false |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
expanded | true |
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() {#654 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#549 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#356 …} $translationDomain: "validators" $message: Closure() {#653 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "required" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_contact_requete" ] |
cache_key | "_contact_requete_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#663 +label: "Recontactez-moi" +value: "Recontactez-moi" +data: "Recontactez-moi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#662 +label: "Demande de documentation" +value: "Demande de documentation" +data: "Demande de documentation" +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#791 -form: Symfony\Component\Form\Form {#719 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#789 …5} |
full_name | "contact[requete]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_requete" |
is_selected | Closure($choice, $value) {#788 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#630 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "requete" |
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 | "_contact_requete" |
valid | true |
value | "" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
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 |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Recontactez-moi" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "Recontactez-moi" |
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 | "entry" |
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 {#539 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#543 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#684 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#685 …} } |
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 {#688 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Recontactez-moi" |
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() {#692 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#549 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#356 …} $translationDomain: "validators" $message: Closure() {#689 …} } } |
validation_groups | null |
value | "Recontactez-moi" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_contact_requete_entry" ] |
cache_key | "_contact_requete_entry_radio" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#784 -form: Symfony\Component\Form\Form {#722 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#785 …5} |
full_name | "contact[requete]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_requete_0" |
label | "Recontactez-moi" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "0" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_requete_entry" |
valid | true |
value | "Recontactez-moi" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
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 |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Demande de documentation" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "Demande de documentation" |
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 | "entry" |
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 {#539 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#543 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#684 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#685 …} } |
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 {#688 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Demande de documentation" |
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() {#701 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#549 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#356 …} $translationDomain: "validators" $message: Closure() {#702 …} } } |
validation_groups | null |
value | "Demande de documentation" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_contact_requete_entry" ] |
cache_key | "_contact_requete_entry_radio" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#783 -form: Symfony\Component\Form\Form {#725 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#782 …5} |
full_name | "contact[requete]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_requete_1" |
label | "Demande de documentation" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "1" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_requete_entry" |
valid | true |
value | "Demande de documentation" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "d2dd3177d.6CRZPPk8UVuTCi-h-kkjIJ1IXAZsE3pYCb2-NRumh88.hGcdWJNjAzemYEf2qRxaYfx7NlBfIgwRfMjSW1qQ5uK7ciheiHpmGctPdg" |
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 | "d2dd3177d.6CRZPPk8UVuTCi-h-kkjIJ1IXAZsE3pYCb2-NRumh88.hGcdWJNjAzemYEf2qRxaYfx7NlBfIgwRfMjSW1qQ5uK7ciheiHpmGctPdg" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#539 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#543 …} } |
data | "d2dd3177d.6CRZPPk8UVuTCi-h-kkjIJ1IXAZsE3pYCb2-NRumh88.hGcdWJNjAzemYEf2qRxaYfx7NlBfIgwRfMjSW1qQ5uK7ciheiHpmGctPdg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#555 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#360 …} } |
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() {#764 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#549 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#356 …} $translationDomain: "validators" $message: Closure() {#564 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_contact__token" ] |
cache_key | "_contact__token_hidden" |
compound | false |
data | "d2dd3177d.6CRZPPk8UVuTCi-h-kkjIJ1IXAZsE3pYCb2-NRumh88.hGcdWJNjAzemYEf2qRxaYfx7NlBfIgwRfMjSW1qQ5uK7ciheiHpmGctPdg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#779 -form: Symfony\Component\Form\Form {#775 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#766 …5} |
full_name | "contact[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact__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 | "_contact__token" |
valid | true |
value | "d2dd3177d.6CRZPPk8UVuTCi-h-kkjIJ1IXAZsE3pYCb2-NRumh88.hGcdWJNjAzemYEf2qRxaYfx7NlBfIgwRfMjSW1qQ5uK7ciheiHpmGctPdg" |