- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 74
- Events
- Routing
- Cache
- Translation 5
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations 2
- Debug
- Messages
- E-mails
- EasyAdmin
- 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
contact
"App\Form\ContactType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Models\Contact {#715 -name: null -lastname: null -email: null -phone: null -message: null -acknowledgmentReceipt: false } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "/contact/" |
same as passed value |
| data | App\Models\Contact {#715 -name: null -lastname: null -email: null -phone: null -message: null -acknowledgmentReceipt: false } |
same as passed value |
| method | "POST" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/contact/" |
| 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 | "front_contact_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | "front_contact_item" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#175 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#170 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#169 …} -namespace: Closure() {#165 …} } |
| data | App\Models\Contact {#715 -name: null -lastname: null -email: null -phone: null -message: null -acknowledgmentReceipt: false } |
| data_class | "App\Models\Contact" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#849 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#810 …} use: { $class: "App\Models\Contact" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| prepend | null |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| surveyStepField | false |
| translation_domain | "contact" |
| trim | true |
| upload_max_size_message | Closure() {#847 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#286 …} $translationDomain: "validators" $message: Closure() {#848 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "/contact/" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact" "_contact" ] |
| cache_key | "_contact_contact" |
| compound | true |
| data | App\Models\Contact {#715 -name: null -lastname: null -email: null -phone: null -message: null -acknowledgmentReceipt: false } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#962 -form: Symfony\Component\Form\Form {#912 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#846 …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" |
| prepend | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| surveyStepField | false |
| translation_domain | "contact" |
| unique_block_prefix | "_contact" |
| valid | true |
| value | App\Models\Contact {#715 -name: null -lastname: null -email: null -phone: null -message: null -acknowledgmentReceipt: false } |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
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" => "form-control bg-light mb-3" "placeholder" => "Prénom*" ] |
[ "class" => "form-control bg-light mb-3" "placeholder" => "Prénom*" ] |
| empty_data | "" |
same as passed value |
| label | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control bg-light mb-3" "placeholder" => "Pré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 {#175 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#170 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#169 …} -namespace: Closure() {#165 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| 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." |
| prepend | null |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| surveyStepField | false |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#895 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#286 …} $translationDomain: "validators" $message: Closure() {#893 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control bg-light mb-3" "placeholder" => "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 {#967 -form: Symfony\Component\Form\Form {#949 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#968 …5} |
| full_name | "contact[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_name" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| prepend | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| surveyStepField | false |
| translation_domain | "contact" |
| unique_block_prefix | "_contact_name" |
| valid | true |
| value | null |
lastname
"Symfony\Component\Form\Extension\Core\Type\TextType"
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" => "form-control bg-light mb-3" "placeholder" => "Nom*" ] |
[ "class" => "form-control bg-light mb-3" "placeholder" => "Nom*" ] |
| empty_data | "" |
same as passed value |
| label | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control bg-light mb-3" "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 {#175 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#170 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#169 …} -namespace: Closure() {#165 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| 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." |
| prepend | null |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| surveyStepField | false |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#762 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#286 …} $translationDomain: "validators" $message: Closure() {#832 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control bg-light mb-3" "placeholder" => "Nom*" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_lastname" ] |
| cache_key | "_contact_lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#966 -form: Symfony\Component\Form\Form {#953 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#965 …5} |
| full_name | "contact[lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_lastname" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastname" |
| prepend | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| surveyStepField | false |
| translation_domain | "contact" |
| unique_block_prefix | "_contact_lastname" |
| valid | true |
| value | null |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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" => "form-control bg-light mb-3" "placeholder" => "Email*" ] |
[ "class" => "form-control bg-light mb-3" "placeholder" => "Email*" ] |
| empty_data | "" |
same as passed value |
| label | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control bg-light mb-3" "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 {#175 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#170 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#169 …} -namespace: Closure() {#165 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| 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." |
| prepend | null |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| surveyStepField | false |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#837 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#286 …} $translationDomain: "validators" $message: Closure() {#827 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control bg-light mb-3" "placeholder" => "Email*" ] |
| 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 {#964 -form: Symfony\Component\Form\Form {#956 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#963 …5} |
| full_name | "contact[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_email" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| prepend | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| surveyStepField | false |
| translation_domain | "contact" |
| unique_block_prefix | "_contact_email" |
| valid | true |
| value | null |
phone
"Symfony\Component\Form\Extension\Core\Type\TelType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control bg-light mb-3" "placeholder" => "Téléphone*" ] |
[ "class" => "form-control bg-light mb-3" "placeholder" => "Téléphone*" ] |
| data | "" |
same as passed value |
| empty_data | "" |
same as passed value |
| label | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control bg-light mb-3" "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 {#175 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#170 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#169 …} -namespace: Closure() {#165 …} } |
| data | "" |
| data_class | null |
| disabled | false |
| empty_data | "" |
| 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." |
| prepend | null |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| surveyStepField | false |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#845 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#286 …} $translationDomain: "validators" $message: Closure() {#844 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control bg-light mb-3" "placeholder" => "Téléphone*" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_contact_phone" ] |
| cache_key | "_contact_phone_tel" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#898 -form: Symfony\Component\Form\Form {#914 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#882 …5} |
| full_name | "contact[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_phone" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| prepend | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| surveyStepField | false |
| translation_domain | "contact" |
| unique_block_prefix | "_contact_phone" |
| 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 | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control bg-light mb-3" "placeholder" => "Message*" ] |
[ "class" => "form-control bg-light mb-3" "placeholder" => "Message*" ] |
| empty_data | "" |
same as passed value |
| label | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control bg-light mb-3" "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 {#175 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#170 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#169 …} -namespace: Closure() {#165 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| 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." |
| prepend | null |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| surveyStepField | false |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#876 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#286 …} $translationDomain: "validators" $message: Closure() {#877 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control bg-light mb-3" "placeholder" => "Message*" ] |
| 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 {#870 -form: Symfony\Component\Form\Form {#917 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#838 …5} |
| full_name | "contact[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_message" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "message" |
| pattern | null |
| prepend | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| surveyStepField | false |
| translation_domain | "contact" |
| unique_block_prefix | "_contact_message" |
| valid | true |
| value | null |
recaptcha
"EWZ\Bundle\RecaptchaBundle\Form\Type\EWZRecaptchaType"
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 bg-light mb-3" ] |
[ "class" => "form-control bg-light mb-3" ] |
| constraints | [ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#899 +payload: null +message: "This value is not a valid captcha." +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
[ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#899 +payload: null +message: "This value is not a valid captcha." +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
| label | false |
false
|
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control bg-light mb-3" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#899 +payload: null +message: "This value is not a valid captcha." +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
| 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 {#175 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#170 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#169 …} -namespace: Closure() {#165 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#891 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#810 …} } |
| 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 | [] |
| language | "fr" |
| 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." |
| prepend | null |
| priority | 0 |
| property_path | null |
| public_key | null |
| required | true |
| row_attr | [] |
| setter | null |
| surveyStepField | false |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#897 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#286 …} $translationDomain: "validators" $message: Closure() {#896 …} } } |
| url_challenge | null |
| url_noscript | null |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control bg-light mb-3" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "ewz_recaptcha" "_contact_recaptcha" ] |
| cache_key | "_contact_recaptcha_ewz_recaptcha" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#760 -form: Symfony\Component\Form\Form {#920 …} -errors: [] } |
| ewz_recaptcha_api_host | "www.google.com" |
| ewz_recaptcha_api_uri | "https://www.google.com/recaptcha/api.js" |
| ewz_recaptcha_enabled | false |
| form | Symfony\Component\Form\FormView {#894 …5} |
| full_name | "contact[recaptcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_recaptcha" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "recaptcha" |
| prepend | null |
| priority | 0 |
| public_key | "6Ld0c6MUAAAAAHwzsvMQ27r6rDrlfHz3P-2WuyFe" |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| surveyStepField | false |
| translation_domain | "contact" |
| unique_block_prefix | "_contact_recaptcha" |
| valid | true |
| value | "" |
front_contact_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "f7c170ac5c21e0c63ed848f99905.G4sHMuV2EXUV8-EEQr0MZwB_4ZBlqZ1ehGtVG3fXIc0.U7hVWYcOZQcli4w0FORJHjUpp_sC_c4GsSEgaECZE_Ru8jEEtQZTPnOyjg" |
| 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 | "f7c170ac5c21e0c63ed848f99905.G4sHMuV2EXUV8-EEQr0MZwB_4ZBlqZ1ehGtVG3fXIc0.U7hVWYcOZQcli4w0FORJHjUpp_sC_c4GsSEgaECZE_Ru8jEEtQZTPnOyjg" |
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 {#175 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#170 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#169 …} -namespace: Closure() {#165 …} } |
| data | "f7c170ac5c21e0c63ed848f99905.G4sHMuV2EXUV8-EEQr0MZwB_4ZBlqZ1ehGtVG3fXIc0.U7hVWYcOZQcli4w0FORJHjUpp_sC_c4GsSEgaECZE_Ru8jEEtQZTPnOyjg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#935 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#810 …} } |
| 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." |
| prepend | null |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| surveyStepField | false |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#972 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#767 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#286 …} $translationDomain: "validators" $message: Closure() {#932 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact_front_contact_token" ] |
| cache_key | "_contact_front_contact_token_hidden" |
| compound | false |
| data | "f7c170ac5c21e0c63ed848f99905.G4sHMuV2EXUV8-EEQr0MZwB_4ZBlqZ1ehGtVG3fXIc0.U7hVWYcOZQcli4w0FORJHjUpp_sC_c4GsSEgaECZE_Ru8jEEtQZTPnOyjg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#982 -form: Symfony\Component\Form\Form {#978 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#973 …5} |
| full_name | "contact[front_contact_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_front_contact_token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "front_contact_token" |
| prepend | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| surveyStepField | false |
| translation_domain | "contact" |
| unique_block_prefix | "_contact_front_contact_token" |
| valid | true |
| value | "f7c170ac5c21e0c63ed848f99905.G4sHMuV2EXUV8-EEQr0MZwB_4ZBlqZ1ehGtVG3fXIc0.U7hVWYcOZQcli4w0FORJHjUpp_sC_c4GsSEgaECZE_Ru8jEEtQZTPnOyjg" |