- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 2
- Events
- Routing
- Cache
- Translation 6
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
svs_form_contact
"App\Form\SvsFormContactType"
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
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#602 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#603 …} -namespace: Closure() {#605 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#642 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#433 …} } |
| 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() {#640 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#611 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#430 …} $translationDomain: "validators" $message: Closure() {#641 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "svs_form_contact" "_svs_form_contact" ] |
| cache_key | "_svs_form_contact_svs_form_contact" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#764 -form: Symfony\Component\Form\Form {#744 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#639 …5} |
| full_name | "svs_form_contact" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "svs_form_contact" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "svs_form_contact" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_svs_form_contact" |
| valid | true |
| value | null |
nomcomplet
"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 d'entreprise" ] |
[ "placeholder" => "Nom d'entreprise" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#692 +payload: null +message: "Nom vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#694 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "Numéro incorrect" +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#692 +payload: null +message: "Nom vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#694 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "Numéro incorrect" +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nom d'entreprise" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#692 +payload: null +message: "Nom vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#694 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "Numéro incorrect" +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#602 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#603 …} -namespace: Closure() {#605 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#685 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#433 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#687 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#611 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#430 …} $translationDomain: "validators" $message: Closure() {#686 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nom d'entreprise" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_svs_form_contact_nomcomplet" ] |
| cache_key | "_svs_form_contact_nomcomplet_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#793 -form: Symfony\Component\Form\Form {#781 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#794 …5} |
| full_name | "svs_form_contact[nomcomplet]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "svs_form_contact_nomcomplet" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nomcomplet" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_svs_form_contact_nomcomplet" |
| valid | true |
| value | "" |
phone
"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" => "Téléphone" ] |
[ "placeholder" => "Téléphone" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#697 +payload: null +message: "Téléphone vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#619 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "Numéro incorrect" +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 10 +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#697 +payload: null +message: "Téléphone vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#619 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "Numéro incorrect" +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 10 +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Téléphone" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#697 +payload: null +message: "Téléphone vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#619 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "Numéro incorrect" +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 10 +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#602 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#603 …} -namespace: Closure() {#605 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#630 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#433 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#632 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#611 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#430 …} $translationDomain: "validators" $message: Closure() {#631 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Téléphone" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_svs_form_contact_phone" ] |
| cache_key | "_svs_form_contact_phone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#791 -form: Symfony\Component\Form\Form {#785 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#792 …5} |
| full_name | "svs_form_contact[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "svs_form_contact_phone" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_svs_form_contact_phone" |
| valid | true |
| value | "" |
prestation
"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" => "Préstation" ] |
[ "placeholder" => "Préstation" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#616 +payload: null +message: "prestation vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#654 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "Numéro incorrect" +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#616 +payload: null +message: "prestation vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#654 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "Numéro incorrect" +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Préstation" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#616 +payload: null +message: "prestation vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#654 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "Numéro incorrect" +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#602 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#603 …} -namespace: Closure() {#605 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#657 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#433 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#660 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#611 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#430 …} $translationDomain: "validators" $message: Closure() {#658 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Préstation" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_svs_form_contact_prestation" ] |
| cache_key | "_svs_form_contact_prestation_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#783 -form: Symfony\Component\Form\Form {#788 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#762 …5} |
| full_name | "svs_form_contact[prestation]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "svs_form_contact_prestation" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "prestation" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_svs_form_contact_prestation" |
| valid | true |
| value | "" |
personne
"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" => "Personne à contacter" ] |
[ "placeholder" => "Personne à contacter" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#653 +payload: null +message: "Personne a contacter vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#655 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "Numéro incorrect" +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#653 +payload: null +message: "Personne a contacter vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#655 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "Numéro incorrect" +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Personne à contacter" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#653 +payload: null +message: "Personne a contacter vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#655 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "Numéro incorrect" +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#602 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#603 …} -namespace: Closure() {#605 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#667 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#433 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#669 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#611 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#430 …} $translationDomain: "validators" $message: Closure() {#668 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Personne à contacter" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_svs_form_contact_personne" ] |
| cache_key | "_svs_form_contact_personne_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#738 -form: Symfony\Component\Form\Form {#746 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#727 …5} |
| full_name | "svs_form_contact[personne]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "svs_form_contact_personne" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "personne" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_svs_form_contact_personne" |
| valid | true |
| value | "" |
activite
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Sélectionnez une activité" ] |
[ "placeholder" => "Sélectionnez une activité" ] |
| choices | [ "Gardiennage" => "gardiennage" "Événementiel" => "evenementiel" "Transport de fonds" => "transport_de_fonds" "Produits sensibles" => "produits_sensibles" "Formation" => "formation" ] |
[ "Gardiennage" => "gardiennage" "Événementiel" => "evenementiel" "Transport de fonds" => "transport_de_fonds" "Produits sensibles" => "produits_sensibles" "Formation" => "formation" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#656 +payload: null +message: "Activité vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Choice {#659 +payload: null +choices: [ "gardiennage" "evenementiel" "transport_de_fonds" "produits_sensibles" "formation" ] +callback: null +multiple: false +strict: true +min: null +max: null +message: "Activité incorrecte" +multipleMessage: "One or more of the given values is invalid." +minMessage: "You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices." +maxMessage: "You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices." } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#656 +payload: null +message: "Activité vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Choice {#659 +payload: null +choices: [ "gardiennage" "evenementiel" "transport_de_fonds" "produits_sensibles" "formation" ] +callback: null +multiple: false +strict: true +min: null +max: null +message: "Activité incorrecte" +multipleMessage: "One or more of the given values is invalid." +minMessage: "You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices." +maxMessage: "You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices." } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Sélectionnez une activité" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Gardiennage" => "gardiennage" "Événementiel" => "evenementiel" "Transport de fonds" => "transport_de_fonds" "Produits sensibles" => "produits_sensibles" "Formation" => "formation" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#656 +payload: null +message: "Activité vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Choice {#659 +payload: null +choices: [ "gardiennage" "evenementiel" "transport_de_fonds" "produits_sensibles" "formation" ] +callback: null +multiple: false +strict: true +min: null +max: null +message: "Activité incorrecte" +multipleMessage: "One or more of the given values is invalid." +minMessage: "You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices." +maxMessage: "You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices." } ] |
| 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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#602 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#603 …} -namespace: Closure() {#605 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#700 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#611 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#430 …} $translationDomain: "validators" $message: Closure() {#695 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Sélectionnez une activité" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_svs_form_contact_activite" ] |
| cache_key | "_svs_form_contact_activite_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#670 +label: "Gardiennage" +value: "gardiennage" +data: "gardiennage" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#661 +label: "Événementiel" +value: "evenementiel" +data: "evenementiel" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#633 +label: "Transport de fonds" +value: "transport_de_fonds" +data: "transport_de_fonds" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#688 +label: "Produits sensibles" +value: "produits_sensibles" +data: "produits_sensibles" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#763 +label: "Formation" +value: "formation" +data: "formation" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#712 -form: Symfony\Component\Form\Form {#749 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#702 …5} |
| full_name | "svs_form_contact[activite]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "svs_form_contact_activite" |
| is_selected | Closure($choice, $value) {#796 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#675 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "activite" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_svs_form_contact_activite" |
| 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" => "E-mail" ] |
[ "placeholder" => "E-mail" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#614 +payload: null +message: "E-mail vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#613 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "E-mail incorrect" +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#614 +payload: null +message: "E-mail vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#613 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "E-mail incorrect" +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "E-mail" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#614 +payload: null +message: "E-mail vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#613 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "E-mail incorrect" +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#602 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#603 …} -namespace: Closure() {#605 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#707 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#433 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#711 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#611 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#430 …} $translationDomain: "validators" $message: Closure() {#710 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "E-mail" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_svs_form_contact_email" ] |
| cache_key | "_svs_form_contact_email_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#769 -form: Symfony\Component\Form\Form {#752 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#798 …5} |
| full_name | "svs_form_contact[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "svs_form_contact_email" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_svs_form_contact_email" |
| 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" => "Votre message" "rows" => 5 ] |
[ "placeholder" => "Votre message" "rows" => 5 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#612 +payload: null +message: "Message vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#610 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "Message incorrect" +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 1000 +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#612 +payload: null +message: "Message vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#610 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "Message incorrect" +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 1000 +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Votre message" "rows" => 5 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#612 +payload: null +message: "Message vide" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#610 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "Message incorrect" +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 1000 +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#602 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#603 …} -namespace: Closure() {#605 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#721 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#433 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#726 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#611 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#430 …} $translationDomain: "validators" $message: Closure() {#720 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Votre message" "rows" => 5 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_svs_form_contact_message" ] |
| cache_key | "_svs_form_contact_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#799 -form: Symfony\Component\Form\Form {#755 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#800 …5} |
| full_name | "svs_form_contact[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "svs_form_contact_message" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "message" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_svs_form_contact_message" |
| valid | true |
| value | "" |
save
"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 |
|---|---|---|
| label | "Envoyer" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| 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 | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_svs_form_contact_save" ] |
| cache_key | "_svs_form_contact_save_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#802 …5} |
| full_name | "svs_form_contact[save]" |
| id | "svs_form_contact_save" |
| label | "Envoyer" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "save" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_svs_form_contact_save" |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "8aba20e0.Z6xGhPaL7p6hsgfqUgRbfrYYLNjXAZp728R92ZjCMEQ.JeFw7sbarfrD5VaTNUYtHY5KGZO5MMMosZwLm9OsVxwGwxT8pOCA7cf1cA" |
| 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 | "8aba20e0.Z6xGhPaL7p6hsgfqUgRbfrYYLNjXAZp728R92ZjCMEQ.JeFw7sbarfrD5VaTNUYtHY5KGZO5MMMosZwLm9OsVxwGwxT8pOCA7cf1cA" |
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 {#590 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#602 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#603 …} -namespace: Closure() {#605 …} } |
| data | "8aba20e0.Z6xGhPaL7p6hsgfqUgRbfrYYLNjXAZp728R92ZjCMEQ.JeFw7sbarfrD5VaTNUYtHY5KGZO5MMMosZwLm9OsVxwGwxT8pOCA7cf1cA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#805 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#433 …} } |
| 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() {#810 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#611 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#430 …} $translationDomain: "validators" $message: Closure() {#804 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_svs_form_contact__token" ] |
| cache_key | "_svs_form_contact__token_hidden" |
| compound | false |
| data | "8aba20e0.Z6xGhPaL7p6hsgfqUgRbfrYYLNjXAZp728R92ZjCMEQ.JeFw7sbarfrD5VaTNUYtHY5KGZO5MMMosZwLm9OsVxwGwxT8pOCA7cf1cA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#819 -form: Symfony\Component\Form\Form {#815 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#813 …5} |
| full_name | "svs_form_contact[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "svs_form_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 | "_svs_form_contact__token" |
| valid | true |
| value | "8aba20e0.Z6xGhPaL7p6hsgfqUgRbfrYYLNjXAZp728R92ZjCMEQ.JeFw7sbarfrD5VaTNUYtHY5KGZO5MMMosZwLm9OsVxwGwxT8pOCA7cf1cA" |