- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 52
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- 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
-
-
paymentMeaning
-
status
-
lastName
-
firstName
-
mail
-
phone
-
message
-
captcha
-
_token
-
-
-
thematic
-
name
-
funding
"App\Form\Payment\FundingType"
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 |
| apply_filter | null |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| collapsable | false |
| collapsable_initial_state | 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 {#1799 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1800 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1801 …} -namespace: Closure() {#1803 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1826 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1781 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| 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 |
| locale | "fr" |
| mapped | true |
| method | "POST" |
| ordering_inner | false |
| ordering_inner_field | "ordering" |
| ordering_inner_field_mapped | true |
| 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() {#1828 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1805 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#425 …} $translationDomain: "validators" $message: Closure() {#1827 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "novalidate" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "funding" "_funding" ] |
| cache_key | "_funding_funding" |
| compound | true |
| data | null |
| disabled | false |
| drosalys_form__form_template | "form_div_layout.html.twig" |
| errors | Symfony\Component\Form\FormErrorIterator {#1935 -form: Symfony\Component\Form\Form {#1940 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1829 …5} |
| full_name | "funding" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "funding" |
| in_collection | false |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "funding" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_funding" |
| valid | true |
| value | null |
paymentMeaning
"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 {#1834 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } |
[ Symfony\Component\Validator\Constraints\NotBlank {#1834 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
| label | "funding.form.payment_meaning.label" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| collapsable | false |
| collapsable_initial_state | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1834 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: 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 {#1799 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1800 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1801 …} -namespace: Closure() {#1803 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1846 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1781 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| 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 | "funding.form.payment_meaning.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| ordering_inner | false |
| ordering_inner_field | "ordering" |
| ordering_inner_field_mapped | true |
| 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() {#1848 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1805 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#425 …} $translationDomain: "validators" $message: Closure() {#1847 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_funding_paymentMeaning" ] |
| cache_key | "_funding_paymentMeaning_text" |
| compound | false |
| data | null |
| disabled | false |
| drosalys_form__form_template | "form_div_layout.html.twig" |
| errors | Symfony\Component\Form\FormErrorIterator {#1876 -form: Symfony\Component\Form\Form {#1943 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1885 …5} |
| full_name | "funding[paymentMeaning]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "funding_paymentMeaning" |
| in_collection | false |
| label | "funding.form.payment_meaning.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "paymentMeaning" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_funding_paymentMeaning" |
| valid | true |
| value | "" |
status
"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 {#1835 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } |
[ Symfony\Component\Validator\Constraints\NotBlank {#1835 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
| label | "funding.form.status.label" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| collapsable | false |
| collapsable_initial_state | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1835 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: 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 {#1799 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1800 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1801 …} -namespace: Closure() {#1803 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1855 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1781 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| 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 | "funding.form.status.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| ordering_inner | false |
| ordering_inner_field | "ordering" |
| ordering_inner_field_mapped | true |
| 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() {#1857 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1805 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#425 …} $translationDomain: "validators" $message: Closure() {#1856 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_funding_status" ] |
| cache_key | "_funding_status_text" |
| compound | false |
| data | null |
| disabled | false |
| drosalys_form__form_template | "form_div_layout.html.twig" |
| errors | Symfony\Component\Form\FormErrorIterator {#1867 -form: Symfony\Component\Form\Form {#1946 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1858 …5} |
| full_name | "funding[status]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "funding_status" |
| in_collection | false |
| label | "funding.form.status.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "status" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_funding_status" |
| valid | true |
| value | "" |
lastName
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 | [ "readonly" => false ] |
[ "readonly" => false ] |
| constraints | Symfony\Component\Validator\Constraints\NotBlank {#1836 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } |
[ Symfony\Component\Validator\Constraints\NotBlank {#1836 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
| data | "" |
same as passed value |
| label | "funding.form.last_name.label" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [ "readonly" => false ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| collapsable | false |
| collapsable_initial_state | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1836 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: 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 {#1799 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1800 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1801 …} -namespace: Closure() {#1803 …} } |
| data | "" |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1864 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1781 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| 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 | "funding.form.last_name.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| ordering_inner | false |
| ordering_inner_field | "ordering" |
| ordering_inner_field_mapped | true |
| 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() {#1866 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1805 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#425 …} $translationDomain: "validators" $message: Closure() {#1865 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "readonly" => false ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_funding_lastName" ] |
| cache_key | "_funding_lastName_text" |
| compound | false |
| data | "" |
| disabled | false |
| drosalys_form__form_template | "form_div_layout.html.twig" |
| errors | Symfony\Component\Form\FormErrorIterator {#1849 -form: Symfony\Component\Form\Form {#1949 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1968 …5} |
| full_name | "funding[lastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "funding_lastName" |
| in_collection | false |
| label | "funding.form.last_name.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_funding_lastName" |
| valid | true |
| value | "" |
firstName
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 | [ "readonly" => false ] |
[ "readonly" => false ] |
| constraints | Symfony\Component\Validator\Constraints\NotBlank {#1837 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } |
[ Symfony\Component\Validator\Constraints\NotBlank {#1837 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
| data | "" |
same as passed value |
| label | "funding.form.first_name.label" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [ "readonly" => false ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| collapsable | false |
| collapsable_initial_state | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1837 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: 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 {#1799 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1800 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1801 …} -namespace: Closure() {#1803 …} } |
| data | "" |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1873 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1781 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| 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 | "funding.form.first_name.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| ordering_inner | false |
| ordering_inner_field | "ordering" |
| ordering_inner_field_mapped | true |
| 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() {#1875 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1805 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#425 …} $translationDomain: "validators" $message: Closure() {#1874 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "readonly" => false ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_funding_firstName" ] |
| cache_key | "_funding_firstName_text" |
| compound | false |
| data | "" |
| disabled | false |
| drosalys_form__form_template | "form_div_layout.html.twig" |
| errors | Symfony\Component\Form\FormErrorIterator {#1970 -form: Symfony\Component\Form\Form {#1952 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1971 …5} |
| full_name | "funding[firstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "funding_firstName" |
| in_collection | false |
| label | "funding.form.first_name.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_funding_firstName" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 | [ "readonly" => false ] |
[ "readonly" => false ] |
| constraints | Symfony\Component\Validator\Constraints\NotBlank {#1838 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } |
[ Symfony\Component\Validator\Constraints\NotBlank {#1838 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
| data | "" |
same as passed value |
| label | "funding.form.mail.label" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [ "readonly" => false ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| collapsable | false |
| collapsable_initial_state | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1838 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: 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 {#1799 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1800 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1801 …} -namespace: Closure() {#1803 …} } |
| data | "" |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1882 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1781 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| 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 | "funding.form.mail.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| ordering_inner | false |
| ordering_inner_field | "ordering" |
| ordering_inner_field_mapped | true |
| 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() {#1884 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1805 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#425 …} $translationDomain: "validators" $message: Closure() {#1883 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "readonly" => false ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_funding_mail" ] |
| cache_key | "_funding_mail_text" |
| compound | false |
| data | "" |
| disabled | false |
| drosalys_form__form_template | "form_div_layout.html.twig" |
| errors | Symfony\Component\Form\FormErrorIterator {#1972 -form: Symfony\Component\Form\Form {#1955 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1973 …5} |
| full_name | "funding[mail]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "funding_mail" |
| in_collection | false |
| label | "funding.form.mail.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "mail" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_funding_mail" |
| valid | true |
| value | "" |
phone
"Symfony\Component\Form\Extension\Core\Type\TelType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "funding.form.phone.label" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| collapsable | false |
| collapsable_initial_state | 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 {#1799 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1800 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1801 …} -namespace: Closure() {#1803 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1897 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1781 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| form_attr | false |
| getter | null |
| help | "<span>Format sans préfixe</br>Exemple: 06 00 00 00 00</span>" |
| help_attr | [] |
| help_html | true |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "funding.form.phone.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| ordering_inner | false |
| ordering_inner_field | "ordering" |
| ordering_inner_field_mapped | true |
| 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() {#1899 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1805 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#425 …} $translationDomain: "validators" $message: Closure() {#1896 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-nellapp-tel-input" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_funding_phone" ] |
| cache_key | "_funding_phone_tel" |
| compound | false |
| data | null |
| disabled | false |
| drosalys_form__form_template | "form_div_layout.html.twig" |
| errors | Symfony\Component\Form\FormErrorIterator {#1989 -form: Symfony\Component\Form\Form {#1958 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1991 …5} |
| full_name | "funding[phone]" |
| help | "<span>Format sans préfixe</br>Exemple: 06 00 00 00 00</span>" |
| help_attr | [] |
| help_html | true |
| help_translation_parameters | [] |
| id | "funding_phone" |
| in_collection | false |
| label | "funding.form.phone.label" |
| 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 | "_funding_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 |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | Symfony\Component\Validator\Constraints\NotBlank {#1839 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } |
[ Symfony\Component\Validator\Constraints\NotBlank {#1839 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
| label | "funding.form.message.label" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| collapsable | false |
| collapsable_initial_state | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1839 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: 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 {#1799 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1800 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1801 …} -namespace: Closure() {#1803 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1914 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1781 …} } |
| enable_image_selector | false |
| enable_video_selector | false |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| 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 | "funding.form.message.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| ordering_inner | false |
| ordering_inner_field | "ordering" |
| ordering_inner_field_mapped | true |
| 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() {#1916 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1805 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#425 …} $translationDomain: "validators" $message: Closure() {#1915 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_funding_message" ] |
| cache_key | "_funding_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| drosalys_form__form_template | "form_div_layout.html.twig" |
| enable_image_selector | false |
| enable_video_selector | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1992 -form: Symfony\Component\Form\Form {#1961 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1993 …5} |
| full_name | "funding[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "funding_message" |
| in_collection | false |
| label | "funding.form.message.label" |
| 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 | "_funding_message" |
| valid | true |
| value | "" |
captcha
"Karser\Recaptcha3Bundle\Form\Recaptcha3Type"
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 |
|---|---|---|
| action_name | "registration" |
same as passed value |
| constraints | Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#1840 +message: "karser_recaptcha3.message" +messageMissingValue: "The captcha value is missing" +payload: null } |
[ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#1840 +message: "karser_recaptcha3.message" +messageMissingValue: "The captcha value is missing" +payload: null } ] |
| locale | "fr" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| action_name | "registration" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| collapsable | false |
| collapsable_initial_state | true |
| compound | false |
| constraints | [ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#1840 +message: "karser_recaptcha3.message" +messageMissingValue: "The captcha value is missing" +payload: 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 {#1799 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1800 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1801 …} -namespace: Closure() {#1803 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1930 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1781 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| host | null |
| 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 |
| locale | "fr" |
| mapped | false |
| method | "POST" |
| ordering_inner | false |
| ordering_inner_field | "ordering" |
| ordering_inner_field_mapped | true |
| 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 | [] |
| script_nonce_csp | "" |
| setter | null |
| site_key | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1934 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1805 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#425 …} $translationDomain: "validators" $message: Closure() {#1933 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| action_name | "registration" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_funding_captcha" ] |
| cache_key | "_funding_captcha_karser_recaptcha3" |
| compound | false |
| data | null |
| disabled | false |
| drosalys_form__form_template | "form_div_layout.html.twig" |
| enabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1994 -form: Symfony\Component\Form\Form {#1964 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1995 …5} |
| full_name | "funding[captcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| host | "www.google.com" |
| id | "funding_captcha" |
| in_collection | false |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| locale | "fr" |
| method | "POST" |
| multipart | false |
| name | "captcha" |
| priority | 0 |
| required | false |
| row_attr | [] |
| script_nonce_csp | "" |
| site_key | "6LebXt4pAAAAAH2OG1gI5xikBO5wyK9qv6hCFYu9" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_funding_captcha" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "1b1d64.ZfJ7sjgiFqxBrqzRAxYLs2FuTu7WzNPzhOokDQN4p3Q.CZQc4n9Vf8sX4OOoN3lPwTgFEYavvaag4rlwaDRA6R8ryx_gTkxO1TDp5Q" |
| 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 | "1b1d64.ZfJ7sjgiFqxBrqzRAxYLs2FuTu7WzNPzhOokDQN4p3Q.CZQc4n9Vf8sX4OOoN3lPwTgFEYavvaag4rlwaDRA6R8ryx_gTkxO1TDp5Q" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| collapsable | false |
| collapsable_initial_state | 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 {#1799 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1800 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1801 …} -namespace: Closure() {#1803 …} } |
| data | "1b1d64.ZfJ7sjgiFqxBrqzRAxYLs2FuTu7WzNPzhOokDQN4p3Q.CZQc4n9Vf8sX4OOoN3lPwTgFEYavvaag4rlwaDRA6R8ryx_gTkxO1TDp5Q" |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1917 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1781 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| 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" |
| ordering_inner | false |
| ordering_inner_field | "ordering" |
| ordering_inner_field_mapped | true |
| 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() {#1996 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1805 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#425 …} $translationDomain: "validators" $message: Closure() {#1997 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_funding__token" ] |
| cache_key | "_funding__token_hidden" |
| compound | false |
| data | "1b1d64.ZfJ7sjgiFqxBrqzRAxYLs2FuTu7WzNPzhOokDQN4p3Q.CZQc4n9Vf8sX4OOoN3lPwTgFEYavvaag4rlwaDRA6R8ryx_gTkxO1TDp5Q" |
| disabled | false |
| drosalys_form__form_template | "form_div_layout.html.twig" |
| errors | Symfony\Component\Form\FormErrorIterator {#2007 -form: Symfony\Component\Form\Form {#2003 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1998 …5} |
| full_name | "funding[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "funding__token" |
| in_collection | false |
| 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 | "_funding__token" |
| valid | true |
| value | "1b1d64.ZfJ7sjgiFqxBrqzRAxYLs2FuTu7WzNPzhOokDQN4p3Q.CZQc4n9Vf8sX4OOoN3lPwTgFEYavvaag4rlwaDRA6R8ryx_gTkxO1TDp5Q" |
nellapp_global_search
"App\Filter\Front\GlobalSearch"
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 | "/search-form" |
| allow_extra_fields | true |
| allow_file_upload | false |
| apply_filter | null |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| collapsable | false |
| collapsable_initial_state | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1799 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1800 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1801 …} -namespace: Closure() {#1803 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3957 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1781 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| 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 | "GET" |
| ordering_inner | false |
| ordering_inner_field | "ordering" |
| ordering_inner_field_mapped | true |
| 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() {#3955 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1805 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#425 …} $translationDomain: "validators" $message: Closure() {#3956 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "/search-form" |
| attr | [ "novalidate" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "nellapp_global_search" "_nellapp_global_search" ] |
| cache_key | "_nellapp_global_search_nellapp_global_search" |
| compound | true |
| data | null |
| disabled | false |
| drosalys_form__form_template | "form_div_layout.html.twig" |
| errors | Symfony\Component\Form\FormErrorIterator {#3893 -form: Symfony\Component\Form\Form {#3908 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3954 …5} |
| full_name | "nellapp_global_search" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "nellapp_global_search" |
| in_collection | false |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "GET" |
| multipart | false |
| name | "nellapp_global_search" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_nellapp_global_search" |
| valid | true |
| value | null |
thematic
"Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\ChoiceFilterType"
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 | [ "data-selektor" => true "data-global-search-selektor" => true "data-selektor-placeholder" => "Rechercher une formation" "class" => "d-none" ] |
[ "data-selektor" => true "data-global-search-selektor" => true "data-selektor-placeholder" => "Rechercher une formation" "class" => "d-none" ] |
| choices | [ "thematic_enum.sanitary.label" => 1 "thematic_enum.pedagogy.label" => 2 "thematic_enum.trade.label" => 3 "thematic_enum.office.label" => 4 "thematic_enum.finance.label" => 5 "thematic_enum.taxation.label" => 6 "thematic_enum.secretary.label" => 7 "thematic_enum.management.label" => 8 "thematic_enum.payroll.label" => 9 "thematic_enum.btp.label" => 10 "thematic_enum.real_estate.label" => 11 "thematic_enum.import_export.label" => 12 "thematic_enum.it.label" => 13 ] |
[ "thematic_enum.sanitary.label" => 1 "thematic_enum.pedagogy.label" => 2 "thematic_enum.trade.label" => 3 "thematic_enum.office.label" => 4 "thematic_enum.finance.label" => 5 "thematic_enum.taxation.label" => 6 "thematic_enum.secretary.label" => 7 "thematic_enum.management.label" => 8 "thematic_enum.payroll.label" => 9 "thematic_enum.btp.label" => 10 "thematic_enum.real_estate.label" => 11 "thematic_enum.import_export.label" => 12 "thematic_enum.it.label" => 13 ] |
| expanded | false |
false
|
| label | false |
false
|
| multiple | true |
same as passed value |
| required | false |
false
|
| row_attr | [ "class" => "row-thematics" ] |
[ "class" => "row-thematics" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [ "data-selektor" => true "data-global-search-selektor" => true "data-selektor-placeholder" => "Rechercher une formation" "class" => "d-none" ] |
| 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 | [ "thematic_enum.sanitary.label" => 1 "thematic_enum.pedagogy.label" => 2 "thematic_enum.trade.label" => 3 "thematic_enum.office.label" => 4 "thematic_enum.finance.label" => 5 "thematic_enum.taxation.label" => 6 "thematic_enum.secretary.label" => 7 "thematic_enum.management.label" => 8 "thematic_enum.payroll.label" => 9 "thematic_enum.btp.label" => 10 "thematic_enum.real_estate.label" => 11 "thematic_enum.import_export.label" => 12 "thematic_enum.it.label" => 13 ] |
| collapsable | false |
| collapsable_initial_state | 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 {#1799 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1800 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1801 …} -namespace: Closure() {#1803 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | true |
| ordering_inner | false |
| ordering_inner_field | "ordering" |
| ordering_inner_field_mapped | true |
| 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 | false |
| row_attr | [ "class" => "row-thematics" ] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3929 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1805 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#425 …} $translationDomain: "validators" $message: Closure() {#3931 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-selektor" => true "data-global-search-selektor" => true "data-selektor-placeholder" => "Rechercher une formation" "class" => "d-none" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "filter_choice" "_nellapp_global_search_thematic" ] |
| cache_key | "_nellapp_global_search_thematic_filter_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#3913 +label: "thematic_enum.sanitary.label" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3898 +label: "thematic_enum.pedagogy.label" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3889 +label: "thematic_enum.trade.label" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3887 +label: "thematic_enum.office.label" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3886 +label: "thematic_enum.finance.label" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3885 +label: "thematic_enum.taxation.label" +value: "6" +data: 6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3884 +label: "thematic_enum.secretary.label" +value: "7" +data: 7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3883 +label: "thematic_enum.management.label" +value: "8" +data: 8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3882 +label: "thematic_enum.payroll.label" +value: "9" +data: 9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3881 +label: "thematic_enum.btp.label" +value: "10" +data: 10 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3880 +label: "thematic_enum.real_estate.label" +value: "11" +data: 11 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3879 +label: "thematic_enum.import_export.label" +value: "12" +data: 12 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3878 +label: "thematic_enum.it.label" +value: "13" +data: 13 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| drosalys_form__form_template | "form_div_layout.html.twig" |
| errors | Symfony\Component\Form\FormErrorIterator {#3928 -form: Symfony\Component\Form\Form {#3905 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3894 …5} |
| full_name | "nellapp_global_search[thematic][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "nellapp_global_search_thematic" |
| in_collection | false |
| is_selected | Closure($choice, array $values) {#3876 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#3947 …} } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "thematic" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "row-thematics" ] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_nellapp_global_search_thematic" |
| valid | true |
| value | [] |
name
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| apply_filter | Closure(ORMQuery $filterQuery, $field, $values) {#3949 class: "App\Filter\Front\GlobalSearch" this: App\Filter\Front\GlobalSearch {#2042 …} } |
same as passed value |
| label | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | Closure(ORMQuery $filterQuery, $field, $values) {#3949 class: "App\Filter\Front\GlobalSearch" this: App\Filter\Front\GlobalSearch {#2042 …} } |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| collapsable | false |
| collapsable_initial_state | 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 {#1799 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1800 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1801 …} -namespace: Closure() {#1803 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3916 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1781 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| 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" |
| ordering_inner | false |
| ordering_inner_field | "ordering" |
| ordering_inner_field_mapped | true |
| 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() {#3914 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1805 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#425 …} $translationDomain: "validators" $message: Closure() {#3915 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_nellapp_global_search_name" ] |
| cache_key | "_nellapp_global_search_name_hidden" |
| compound | false |
| data | null |
| disabled | false |
| drosalys_form__form_template | "form_div_layout.html.twig" |
| errors | Symfony\Component\Form\FormErrorIterator {#3875 -form: Symfony\Component\Form\Form {#3902 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3874 …5} |
| full_name | "nellapp_global_search[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "nellapp_global_search_name" |
| in_collection | false |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_nellapp_global_search_name" |
| valid | true |
| value | "" |