- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 107
- Events
- Routing
- Cache
- Translation 6
- Security
- Twig
- HTTP Client
- Doctrine 3
- Migrations 14
- Debug
- E-mails
- Notifications
- VichUploader
- 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
-
-
subscription
-
sumbit
-
_token
-
-
-
name
-
email
-
number
-
message
-
recaptchatoken
-
search
-
_token
-
subscribe
"App\Form\Type\SubscribeType"
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 |
---|---|---|
attr | [ "class" => "w-100" ] |
[ "class" => "w-100" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "w-100" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#366 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#367 …} -namespace: Closure() {#369 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1400 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1270 …} } |
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() {#1398 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1369 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1273 …} $translationDomain: "validators" $message: Closure() {#1399 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "w-100" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "subscribe" "_subscribe" ] |
cache_key | "_subscribe_subscribe" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1547 -form: Symfony\Component\Form\Form {#1372 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1460 …5} |
full_name | "subscribe" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "subscribe" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "subscribe" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_subscribe" |
valid | true |
value | null |
subscription
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
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 | [ "value" => "subscribe" ] |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "value" => "subscribe" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#366 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#367 …} -namespace: Closure() {#369 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1455 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1270 …} } |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1445 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1369 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1273 …} $translationDomain: "validators" $message: Closure() {#1444 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "value" => "subscribe" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_subscribe_subscription" ] |
cache_key | "_subscribe_subscription_hidden" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1553 -form: Symfony\Component\Form\Form {#1447 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1554 …5} |
full_name | "subscribe[subscription]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "subscribe_subscription" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "subscription" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_subscribe_subscription" |
valid | true |
value | "" |
sumbit
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "btn btn-info" ] |
[ "class" => "btn btn-info" ] |
icon | "fas fa-heart" |
same as passed value |
label | "S'abonner" |
same as passed value |
row_attr | [ "class" => "ml-auto mr-auto w-100" ] |
[ "class" => "ml-auto mr-auto w-100" ] |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "btn btn-info" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
icon | "fas fa-heart" |
label | "S'abonner" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [ "class" => "ml-auto mr-auto w-100" ] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [ "class" => "btn btn-info" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_subscribe_sumbit" ] |
cache_key | "_subscribe_sumbit_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#1551 …5} |
full_name | "subscribe[sumbit]" |
icon | "fas fa-heart" |
id | "subscribe_sumbit" |
label | "S'abonner" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "sumbit" |
priority | 0 |
row_attr | [ "class" => "ml-auto mr-auto w-100" ] |
translation_domain | null |
unique_block_prefix | "_subscribe_sumbit" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "ec455ba968068c6095d0f70803838f8a.X9kP69T_Buv6PIaXngnNbhhVN6MtAB65myeC0PxPHTk.C5tNqJi3Vpqgf8_z8WD-Ky9jTZYdS3rgqFHFtIh4K3cLgGvbnptp3pJMyw" |
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 | "ec455ba968068c6095d0f70803838f8a.X9kP69T_Buv6PIaXngnNbhhVN6MtAB65myeC0PxPHTk.C5tNqJi3Vpqgf8_z8WD-Ky9jTZYdS3rgqFHFtIh4K3cLgGvbnptp3pJMyw" |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#366 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#367 …} -namespace: Closure() {#369 …} } |
data | "ec455ba968068c6095d0f70803838f8a.X9kP69T_Buv6PIaXngnNbhhVN6MtAB65myeC0PxPHTk.C5tNqJi3Vpqgf8_z8WD-Ky9jTZYdS3rgqFHFtIh4K3cLgGvbnptp3pJMyw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1502 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1270 …} } |
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() {#1550 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1369 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1273 …} $translationDomain: "validators" $message: Closure() {#1549 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_subscribe__token" ] |
cache_key | "_subscribe__token_hidden" |
compound | false |
data | "ec455ba968068c6095d0f70803838f8a.X9kP69T_Buv6PIaXngnNbhhVN6MtAB65myeC0PxPHTk.C5tNqJi3Vpqgf8_z8WD-Ky9jTZYdS3rgqFHFtIh4K3cLgGvbnptp3pJMyw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1528 -form: Symfony\Component\Form\Form {#1422 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1552 …5} |
full_name | "subscribe[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "subscribe__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 | "_subscribe__token" |
valid | true |
value | "ec455ba968068c6095d0f70803838f8a.X9kP69T_Buv6PIaXngnNbhhVN6MtAB65myeC0PxPHTk.C5tNqJi3Vpqgf8_z8WD-Ky9jTZYdS3rgqFHFtIh4K3cLgGvbnptp3pJMyw" |
ask_mail
"App\Form\Type\AskMailType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Object\AskMail {#1397 #name: null #email: null #number: null #message: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "onsubmit" => "return onaskmailsubmit(event) ;" ] |
[ "onsubmit" => "return onaskmailsubmit(event) ;" ] |
data | App\Object\AskMail {#1397 #name: null #email: null #number: null #message: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "onsubmit" => "return onaskmailsubmit(event) ;" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#366 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#367 …} -namespace: Closure() {#369 …} } |
data | App\Object\AskMail {#1397 #name: null #email: null #number: null #message: null } |
data_class | "App\Object\AskMail" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1386 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1270 …} use: { $class: "App\Object\AskMail" } } |
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() {#1376 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1369 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1273 …} $translationDomain: "validators" $message: Closure() {#1446 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "onsubmit" => "return onaskmailsubmit(event) ;" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "ask_mail" "_ask_mail" ] |
cache_key | "_ask_mail_ask_mail" |
compound | true |
data | App\Object\AskMail {#1397 #name: null #email: null #number: null #message: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1556 -form: Symfony\Component\Form\Form {#1503 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1558 …5} |
full_name | "ask_mail" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "ask_mail" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "ask_mail" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_ask_mail" |
valid | true |
value | App\Object\AskMail {#1397 #name: null #email: null #number: null #message: null } |
name
"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" => "Nom" ] |
[ "class" => "form-control" "placeholder" => "Nom" ] |
label | false |
false
|
row_attr | [ "class" => "form-group" ] |
[ "class" => "form-group" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "placeholder" => "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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#366 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#367 …} -namespace: Closure() {#369 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1421 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1270 …} } |
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 | false |
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 | [ "class" => "form-group" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1420 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1369 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1273 …} $translationDomain: "validators" $message: Closure() {#1419 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "Nom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_ask_mail_name" ] |
cache_key | "_ask_mail_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1562 -form: Symfony\Component\Form\Form {#1506 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1561 …5} |
full_name | "ask_mail[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "ask_mail_name" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-group" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_ask_mail_name" |
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" => "Email" ] |
[ "class" => "form-control" "placeholder" => "Email" ] |
label | false |
false
|
row_attr | [ "class" => "form-group" ] |
[ "class" => "form-group" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "placeholder" => "Email" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#366 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#367 …} -namespace: Closure() {#369 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1432 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1270 …} } |
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 | false |
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 | [ "class" => "form-group" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1439 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1369 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1273 …} $translationDomain: "validators" $message: Closure() {#1433 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "Email" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_ask_mail_email" ] |
cache_key | "_ask_mail_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1563 -form: Symfony\Component\Form\Form {#1509 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1564 …5} |
full_name | "ask_mail[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "ask_mail_email" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-group" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_ask_mail_email" |
valid | true |
value | "" |
number
"Symfony\Component\Form\Extension\Core\Type\TelType"
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" => "Téléphone" ] |
[ "class" => "form-control" "placeholder" => "Téléphone" ] |
label | false |
false
|
row_attr | [ "class" => "form-group" ] |
[ "class" => "form-group" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "placeholder" => "Téléphone" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#366 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#367 …} -namespace: Closure() {#369 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1468 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1270 …} } |
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 | false |
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 | [ "class" => "form-group" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1475 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1369 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1273 …} $translationDomain: "validators" $message: Closure() {#1469 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "Téléphone" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "_ask_mail_number" ] |
cache_key | "_ask_mail_number_tel" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1565 -form: Symfony\Component\Form\Form {#1512 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1566 …5} |
full_name | "ask_mail[number]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "ask_mail_number" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "number" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-group" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_ask_mail_number" |
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" ] |
[ "class" => "form-control" "placeholder" => "Message" ] |
label | false |
false
|
row_attr | [ "class" => "form-group" ] |
[ "class" => "form-group" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "placeholder" => "Message" ] |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#366 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#367 …} -namespace: Closure() {#369 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1483 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1270 …} } |
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 | false |
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 | [ "class" => "form-group" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1487 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1369 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1273 …} $translationDomain: "validators" $message: Closure() {#1482 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "Message" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_ask_mail_message" ] |
cache_key | "_ask_mail_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1567 -form: Symfony\Component\Form\Form {#1515 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1568 …5} |
full_name | "ask_mail[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "ask_mail_message" |
label | false |
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 | [ "class" => "form-group" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_ask_mail_message" |
valid | true |
value | "" |
recaptchatoken
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
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 |
---|---|---|
mapped | false |
false
|
required | 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 | 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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#366 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#367 …} -namespace: Closure() {#369 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1494 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1270 …} } |
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() {#1496 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1369 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1273 …} $translationDomain: "validators" $message: Closure() {#1495 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_ask_mail_recaptchatoken" ] |
cache_key | "_ask_mail_recaptchatoken_hidden" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1569 -form: Symfony\Component\Form\Form {#1518 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1570 …5} |
full_name | "ask_mail[recaptchatoken]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "ask_mail_recaptchatoken" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "recaptchatoken" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_ask_mail_recaptchatoken" |
valid | true |
value | "" |
search
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "btn btn-block btn-primary mt-4" ] |
[ "class" => "btn btn-block btn-primary mt-4" ] |
label | "Envoyer" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "btn btn-block btn-primary mt-4" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
icon | null |
label | "Envoyer" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [ "class" => "btn btn-block btn-primary mt-4" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_ask_mail_search" ] |
cache_key | "_ask_mail_search_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#1572 …5} |
full_name | "ask_mail[search]" |
icon | null |
id | "ask_mail_search" |
label | "Envoyer" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "search" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_ask_mail_search" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "6c014233fa02cb4.TmTOmgguZeGwZbzaW0NckgSoVRu9MZDtg22owF3ZvGc.PQCq9HhIEZfFCf63Pno--EP3H1-Mcum54TzH8AmY7hUYCb7DQ0pVmN4t5Q" |
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 | "6c014233fa02cb4.TmTOmgguZeGwZbzaW0NckgSoVRu9MZDtg22owF3ZvGc.PQCq9HhIEZfFCf63Pno--EP3H1-Mcum54TzH8AmY7hUYCb7DQ0pVmN4t5Q" |
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 {#365 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#366 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#367 …} -namespace: Closure() {#369 …} } |
data | "6c014233fa02cb4.TmTOmgguZeGwZbzaW0NckgSoVRu9MZDtg22owF3ZvGc.PQCq9HhIEZfFCf63Pno--EP3H1-Mcum54TzH8AmY7hUYCb7DQ0pVmN4t5Q" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1559 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1270 …} } |
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() {#1573 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1369 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1273 …} $translationDomain: "validators" $message: Closure() {#1571 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_ask_mail__token" ] |
cache_key | "_ask_mail__token_hidden" |
compound | false |
data | "6c014233fa02cb4.TmTOmgguZeGwZbzaW0NckgSoVRu9MZDtg22owF3ZvGc.PQCq9HhIEZfFCf63Pno--EP3H1-Mcum54TzH8AmY7hUYCb7DQ0pVmN4t5Q" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1583 -form: Symfony\Component\Form\Form {#1579 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1574 …5} |
full_name | "ask_mail[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "ask_mail__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 | "_ask_mail__token" |
valid | true |
value | "6c014233fa02cb4.TmTOmgguZeGwZbzaW0NckgSoVRu9MZDtg22owF3ZvGc.PQCq9HhIEZfFCf63Pno--EP3H1-Mcum54TzH8AmY7hUYCb7DQ0pVmN4t5Q" |