- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation 6
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations 1
- Debug
- Messages
- 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 {#603 -id: null -source: null -nom: null -societe: null -tel: null -email: null -message: null -createdAt: null -privacyPolicy: null -raisonRdv: null -objet: 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 {#603 -id: null -source: null -nom: null -societe: null -tel: null -email: null -message: null -createdAt: null -privacyPolicy: null -raisonRdv: null -objet: 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 {#664 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#665 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#666 …} -namespace: Closure() {#668 …} } |
data | App\Entity\Contact {#603 -id: null -source: null -nom: null -societe: null -tel: null -email: null -message: null -createdAt: null -privacyPolicy: null -raisonRdv: null -objet: null } |
data_class | "App\Entity\Contact" |
disabled | false |
empty_data | Closure(FormInterface $form) {#686 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#621 …} 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 | " " |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#688 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#502 …} $translationDomain: "validators" $message: Closure() {#687 …} } } |
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 {#603 -id: null -source: null -nom: null -societe: null -tel: null -email: null -message: null -createdAt: null -privacyPolicy: null -raisonRdv: null -objet: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#795 -form: Symfony\Component\Form\Form {#800 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#689 …5} |
full_name | "contact" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact" |
label | " " |
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 {#603 -id: null -source: null -nom: null -societe: null -tel: null -email: null -message: null -createdAt: null -privacyPolicy: null -raisonRdv: null -objet: null } |
raisonRdv
"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 | [ "labels.rdv.general" => 0 "labels.rdv.esthetique" => 1 "labels.rdv.implant" => 2 "labels.rdv.covid" => 3 "labels.rdv.autre" => 4 ] |
[ "labels.rdv.general" => 0 "labels.rdv.esthetique" => 1 "labels.rdv.implant" => 2 "labels.rdv.covid" => 3 "labels.rdv.autre" => 4 ] |
label | "labels.raison" |
same as passed value |
required | true |
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 | [ "labels.rdv.general" => 0 "labels.rdv.esthetique" => 1 "labels.rdv.implant" => 2 "labels.rdv.covid" => 3 "labels.rdv.autre" => 4 ] |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#664 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#665 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#666 …} -namespace: Closure() {#668 …} } |
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 | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "labels.raison" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#708 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#502 …} $translationDomain: "validators" $message: Closure() {#706 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_contact_raisonRdv" ] |
cache_key | "_contact_raisonRdv_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#725 +label: "labels.rdv.general" +value: "0" +data: 0 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#709 +label: "labels.rdv.esthetique" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#825 +label: "labels.rdv.implant" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#827 +label: "labels.rdv.covid" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#828 +label: "labels.rdv.autre" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#738 -form: Symfony\Component\Form\Form {#803 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#747 …5} |
full_name | "contact[raisonRdv]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_raisonRdv" |
is_selected | Closure($choice, $value) {#830 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#694 …} } |
label | "labels.raison" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "raisonRdv" |
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_raisonRdv" |
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" "placeholder" => "labels.nom" ] |
[ "class" => "form-control" "placeholder" => "labels.nom" ] |
label | "labels.nom" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "placeholder" => "labels.nom" ] |
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 {#664 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#665 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#666 …} -namespace: Closure() {#668 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#722 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#621 …} } |
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 | "labels.nom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#724 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#502 …} $translationDomain: "validators" $message: Closure() {#723 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "labels.nom" ] |
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 {#856 -form: Symfony\Component\Form\Form {#806 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#858 …5} |
full_name | "contact[nom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_nom" |
label | "labels.nom" |
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" "placeholder" => "E-mail" ] |
[ "class" => "form-control" "placeholder" => "E-mail" ] |
label | "labels.email" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "placeholder" => "E-mail" ] |
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 {#664 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#665 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#666 …} -namespace: Closure() {#668 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#735 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#621 …} } |
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 | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "labels.email" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#737 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#502 …} $translationDomain: "validators" $message: Closure() {#736 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "E-mail" ] |
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 {#859 -form: Symfony\Component\Form\Form {#809 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#860 …5} |
full_name | "contact[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_email" |
label | "labels.email" |
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 | "" |
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" "placeholder" => "Objet" ] |
[ "class" => "form-control" "placeholder" => "Objet" ] |
label | "labels.objet" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "placeholder" => "Objet" ] |
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 {#664 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#665 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#666 …} -namespace: Closure() {#668 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#744 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#621 …} } |
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 | "labels.objet" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#746 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#502 …} $translationDomain: "validators" $message: Closure() {#745 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "Objet" ] |
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 {#861 -form: Symfony\Component\Form\Form {#812 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#862 …5} |
full_name | "contact[objet]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_objet" |
label | "labels.objet" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "objet" |
priority | 0 |
required | false |
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" "placeholder" => "Message" "rows" => 4 ] |
[ "class" => "form-control" "placeholder" => "Message" "rows" => 4 ] |
label | "labels.msg" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "placeholder" => "Message" "rows" => 4 ] |
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 {#664 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#665 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#666 …} -namespace: Closure() {#668 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#757 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#621 …} } |
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 | "labels.msg" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#759 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#502 …} $translationDomain: "validators" $message: Closure() {#758 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "Message" "rows" => 4 ] |
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 {#863 -form: Symfony\Component\Form\Form {#815 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#864 …5} |
full_name | "contact[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_message" |
label | "labels.msg" |
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 | "" |
privacyPolicy
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "labels.privacy" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#664 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#665 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#666 …} -namespace: Closure() {#668 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#769 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#765 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#770 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "labels.privacy" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#772 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#502 …} $translationDomain: "validators" $message: Closure() {#774 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_contact_privacyPolicy" ] |
cache_key | "_contact_privacyPolicy_checkbox" |
checked | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#865 -form: Symfony\Component\Form\Form {#818 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#866 …5} |
full_name | "contact[privacyPolicy]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_privacyPolicy" |
label | "labels.privacy" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "privacyPolicy" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_privacyPolicy" |
valid | true |
value | "1" |
recaptcha
"VictorPrdh\RecaptchaBundle\Form\ReCaptchaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ VictorPrdh\RecaptchaBundle\Validator\Constraints\IsValidCaptcha {#790 +payload: null +message: "This value is not a valid captcha." } ] |
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 {#664 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#665 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#666 …} -namespace: Closure() {#668 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#792 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#621 …} } |
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 | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
type | "checkbox" |
upload_max_size_message | Closure() {#794 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#502 …} $translationDomain: "validators" $message: Closure() {#793 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "recaptcha" "_contact_recaptcha" ] |
cache_key | "_contact_recaptcha_recaptcha" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#867 -form: Symfony\Component\Form\Form {#821 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#868 …5} |
full_name | "contact[recaptcha]" |
google_site_key | "6LcSSRAqAAAAAKciffJHFqJGHEUXCEVm5NiZqjcz" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_recaptcha" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "recaptcha" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
type | "checkbox" |
unique_block_prefix | "_contact_recaptcha" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "5c267d6859574726a8c005.FVQgJAFdQGybWhGUcjasIGnhv3ZxV62fSk7q3v01ohI.bSAUFXIpBxbZNmjyO0fqUgOn7DQ0E-LMBQuJus9WzXpMYRJsMiQoXvMOdg" |
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 | "5c267d6859574726a8c005.FVQgJAFdQGybWhGUcjasIGnhv3ZxV62fSk7q3v01ohI.bSAUFXIpBxbZNmjyO0fqUgOn7DQ0E-LMBQuJus9WzXpMYRJsMiQoXvMOdg" |
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 {#664 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#665 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#666 …} -namespace: Closure() {#668 …} } |
data | "5c267d6859574726a8c005.FVQgJAFdQGybWhGUcjasIGnhv3ZxV62fSk7q3v01ohI.bSAUFXIpBxbZNmjyO0fqUgOn7DQ0E-LMBQuJus9WzXpMYRJsMiQoXvMOdg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#870 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#621 …} } |
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 | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#871 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#670 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#502 …} $translationDomain: "validators" $message: Closure() {#869 …} } } |
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 | "5c267d6859574726a8c005.FVQgJAFdQGybWhGUcjasIGnhv3ZxV62fSk7q3v01ohI.bSAUFXIpBxbZNmjyO0fqUgOn7DQ0E-LMBQuJus9WzXpMYRJsMiQoXvMOdg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#881 -form: Symfony\Component\Form\Form {#877 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#872 …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 | "5c267d6859574726a8c005.FVQgJAFdQGybWhGUcjasIGnhv3ZxV62fSk7q3v01ohI.bSAUFXIpBxbZNmjyO0fqUgOn7DQ0E-LMBQuJus9WzXpMYRJsMiQoXvMOdg" |