- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation 6
- Security
- Twig
- Doctrine
- E-mails
- 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 {#430 -id: null -name: null -email: null -telephone: null -message: null -createdAt: 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 {#430 -id: null -name: null -email: null -telephone: null -message: null -createdAt: 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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#556 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#557 …} -namespace: Closure() {#559 …} } |
data | App\Entity\Contact {#430 -id: null -name: null -email: null -telephone: null -message: null -createdAt: null } |
data_class | "App\Entity\Contact" |
disabled | false |
empty_data | Closure(FormInterface $form) {#577 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#448 …} 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 | [] |
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() {#579 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#561 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#460 …} $translationDomain: "validators" $message: Closure() {#578 …} } } |
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 {#430 -id: null -name: null -email: null -telephone: null -message: null -createdAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#658 -form: Symfony\Component\Form\Form {#664 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#580 …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 {#430 -id: null -name: null -email: null -telephone: null -message: null -createdAt: 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 | [ "placeholder" => "Nom & Prénom" ] |
[ "placeholder" => "Nom & Prénom" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#585 +payload: null +message: "Veuillez saisir votre nom" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#585 +payload: null +message: "Veuillez saisir votre nom" +allowNull: false +normalizer: null } ] |
label | "Nom et pré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 | [ "placeholder" => "Nom & Prénom" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#585 +payload: null +message: "Veuillez saisir votre nom" +allowNull: false +normalizer: null } ] |
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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#556 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#557 …} -namespace: Closure() {#559 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#594 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#448 …} } |
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 | "Nom et pré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() {#596 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#561 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#460 …} $translationDomain: "validators" $message: Closure() {#595 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Nom & Prénom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_name" ] |
cache_key | "_contact_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#597 -form: Symfony\Component\Form\Form {#667 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#606 …5} |
full_name | "contact[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_name" |
label | "Nom et prénom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_name" |
valid | true |
value | "" |
"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 | [ "placeholder" => "Email" ] |
[ "placeholder" => "Email" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#586 +payload: null +message: "Veuillez saisir votre email" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#586 +payload: null +message: "Veuillez saisir votre email" +allowNull: false +normalizer: null } ] |
label | "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 | [ "placeholder" => "Email" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#586 +payload: null +message: "Veuillez saisir votre email" +allowNull: false +normalizer: null } ] |
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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#556 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#557 …} -namespace: Closure() {#559 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#603 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#448 …} } |
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 | "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() {#605 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#561 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#460 …} $translationDomain: "validators" $message: Closure() {#604 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Email" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_email" ] |
cache_key | "_contact_email_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#683 -form: Symfony\Component\Form\Form {#670 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#685 …5} |
full_name | "contact[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_email" |
label | "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 | "" |
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#587 +payload: null +message: "Veuillez saisir votre numéro de téléphone" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#587 +payload: null +message: "Veuillez saisir votre numéro de téléphone" +allowNull: false +normalizer: null } ] |
label | "Téléphone" |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#587 +payload: null +message: "Veuillez saisir votre numéro de téléphone" +allowNull: false +normalizer: null } ] |
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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#556 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#557 …} -namespace: Closure() {#559 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#612 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#448 …} } |
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 | "Téléphone" |
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() {#614 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#561 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#460 …} $translationDomain: "validators" $message: Closure() {#613 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
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 {#686 -form: Symfony\Component\Form\Form {#673 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#687 …5} |
full_name | "contact[telephone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_telephone" |
label | "Téléphone" |
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 | "" |
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 | [ "placeholder" => "Les détails de votre projet, vos questions..." ] |
[ "placeholder" => "Les détails de votre projet, vos questions..." ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#588 +payload: null +message: "Veuillez saisir votre message" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#588 +payload: null +message: "Veuillez saisir votre message" +allowNull: false +normalizer: null } ] |
label | "Les détails de votre projet, vos questions..." |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Les détails de votre projet, vos questions..." ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#588 +payload: null +message: "Veuillez saisir votre message" +allowNull: false +normalizer: null } ] |
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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#556 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#557 …} -namespace: Closure() {#559 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#625 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#448 …} } |
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 | "Les détails de votre projet, vos questions..." |
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() {#627 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#561 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#460 …} $translationDomain: "validators" $message: Closure() {#626 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Les détails de votre projet, vos questions..." ] |
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 {#688 -form: Symfony\Component\Form\Form {#676 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#706 …5} |
full_name | "contact[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_message" |
label | "Les détails de votre projet, vos questions..." |
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 | "" |
captcha
"Gregwar\CaptchaBundle\Type\CaptchaType"
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 |
---|---|---|
as_url | true |
same as passed value |
attr | [ "placeholder" => "Entrez le code de vérification..." ] |
[ "placeholder" => "Entrez le code de vérification..." ] |
background_color | [ 242 250 255 ] |
[ 242 250 255 ] |
distortion | false |
false
|
invalid_message | "Code de vérification invalide" |
same as passed value |
label | "Code de vérification" |
same as passed value |
length | 5 |
same as passed value |
max_behind_lines | 1 |
same as passed value |
max_front_lines | 1 |
same as passed value |
quality | 100 |
same as passed value |
reload | "changer de code" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
as_file | false |
as_url | true |
attr | [ "placeholder" => "Entrez le code de vérification..." ] |
attr_translation_parameters | [] |
auto_initialize | true |
background_color | [ 242 250 255 ] |
background_images | [] |
block_name | null |
block_prefix | null |
by_reference | true |
bypass_code | null |
charset | "abcdefhjkmnprstuvwxyz23456789" |
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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#556 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#557 …} -namespace: Closure() {#559 …} } |
data_class | null |
disabled | false |
distortion | false |
empty_data | Closure(FormInterface $form) {#655 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#448 …} } |
error_bubbling | false |
error_mapping | [] |
expiration | 60 |
extra_fields_message | "This form should not contain extra fields." |
font | "/home/www/html/kalsyma/vendor/gregwar/captcha-bundle/DependencyInjection/../Generator/Font/captcha.ttf" |
form_attr | false |
gc_freq | 100 |
getter | null |
height | 50 |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
humanity | 0 |
ignore_all_effects | false |
image_folder | "captcha" |
inherit_data | false |
interpolation | true |
invalid_message | "Code de vérification invalide" |
invalid_message_parameters | [] |
is_empty_callback | null |
keep_value | false |
label | "Code de vérification" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
length | 5 |
mapped | false |
max_behind_lines | 1 |
max_front_lines | 1 |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
quality | 100 |
reload | "changer de code" |
required | true |
row_attr | [] |
session_key | "captcha" |
setter | null |
text_color | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#657 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#561 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#460 …} $translationDomain: "validators" $message: Closure() {#656 …} } } |
validation_groups | null |
web_path | "/home/www/html/kalsyma/public" |
whitelist_key | "captcha_whitelist_key" |
width | 130 |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Entrez le code de vérification..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "captcha" "_contact_captcha" ] |
cache_key | "_contact_captcha_captcha" |
captcha_code | "/generate-captcha/_captcha_captcha?n=0f6ec2ee81188559bb028cef1766f4c8" |
captcha_height | 50 |
captcha_width | 130 |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#708 -form: Symfony\Component\Form\Form {#679 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#709 …5} |
full_name | "contact[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_captcha" |
image_id | "captcha_6748664092856" |
is_human | false |
label | "Code de vérification" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "captcha" |
priority | 0 |
reload | "changer de code" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_captcha" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "7c7155b4.x1pzX2wTqzwp9kxvLbw1QLyznIP_TY_Kv3npqIyJm3o.kBElJQh8yVRDnjo-RdpTL-rfybrKOOK4ihWF3bqwzxmLLj9rIWL4WHygPw" |
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 | "7c7155b4.x1pzX2wTqzwp9kxvLbw1QLyznIP_TY_Kv3npqIyJm3o.kBElJQh8yVRDnjo-RdpTL-rfybrKOOK4ihWF3bqwzxmLLj9rIWL4WHygPw" |
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 {#555 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#556 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#557 …} -namespace: Closure() {#559 …} } |
data | "7c7155b4.x1pzX2wTqzwp9kxvLbw1QLyznIP_TY_Kv3npqIyJm3o.kBElJQh8yVRDnjo-RdpTL-rfybrKOOK4ihWF3bqwzxmLLj9rIWL4WHygPw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#745 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#448 …} } |
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() {#743 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#561 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#460 …} $translationDomain: "validators" $message: Closure() {#744 …} } } |
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 | "7c7155b4.x1pzX2wTqzwp9kxvLbw1QLyznIP_TY_Kv3npqIyJm3o.kBElJQh8yVRDnjo-RdpTL-rfybrKOOK4ihWF3bqwzxmLLj9rIWL4WHygPw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#733 -form: Symfony\Component\Form\Form {#737 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#742 …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 | "7c7155b4.x1pzX2wTqzwp9kxvLbw1QLyznIP_TY_Kv3npqIyJm3o.kBElJQh8yVRDnjo-RdpTL-rfybrKOOK4ihWF3bqwzxmLLj9rIWL4WHygPw" |