- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 54
- 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
-
-
content
-
parent-id
-
_token
-
-
-
content
-
parent-id
-
_token
-
-
-
thematic
-
name
-
forum_message
"App\Form\Forum\MessageType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Forum\Message {#2100 -content: null -training: null -module: null -user: null -children: null -parent: null -id: null -assignedTo: null -assignableStatus: 0 #createdAt: null #updatedAt: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Forum\Message {#2100 -content: null -training: null -module: null -user: null -children: null -parent: null -id: null -assignedTo: null -assignableStatus: 0 #createdAt: null #updatedAt: null } |
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 | 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 {#2824 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2825 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2826 …} -namespace: Closure() {#2828 …} } |
data | App\Entity\Forum\Message {#2100 -content: null -training: null -module: null -user: null -children: null -parent: null -id: null -assignedTo: null -assignableStatus: 0 #createdAt: null #updatedAt: null } |
data_class | "App\Entity\Forum\Message" |
data_extraction_method | "default" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2851 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2806 …} use: { $class: "App\Entity\Forum\Message" } } |
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 | "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() {#2853 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2830 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#119 …} $translationDomain: "validators" $message: Closure() {#2852 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "novalidate" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "forum_message" "_forum_message" ] |
cache_key | "_forum_message_forum_message" |
compound | true |
data | App\Entity\Forum\Message {#2100 -content: null -training: null -module: null -user: null -children: null -parent: null -id: null -assignedTo: null -assignableStatus: 0 #createdAt: null #updatedAt: null } |
disabled | false |
drosalys_form__form_template | "form_div_layout.html.twig" |
errors | Symfony\Component\Form\FormErrorIterator {#2947 -form: Symfony\Component\Form\Form {#2891 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2962 …5} |
full_name | "forum_message" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "forum_message" |
in_collection | false |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "forum_message" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_forum_message" |
valid | true |
value | App\Entity\Forum\Message {#2100 -content: null -training: null -module: null -user: null -children: null -parent: null -id: null -assignedTo: null -assignableStatus: 0 #createdAt: null #updatedAt: null } |
content
"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" => "Tapez votre message ici..." "class" => "question-textarea-style" ] |
[ "placeholder" => "Tapez votre message ici..." "class" => "question-textarea-style" ] |
label | false |
false
|
required | true |
same as passed value |
row_attr | [ "class" => "p-0" ] |
[ "class" => "p-0" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
apply_filter | null |
attr | [ "placeholder" => "Tapez votre message ici..." "class" => "question-textarea-style" ] |
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 {#2824 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2825 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2826 …} -namespace: Closure() {#2828 …} } |
data_class | null |
data_extraction_method | "default" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2869 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2806 …} } |
enable_image_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 | 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 | true |
row_attr | [ "class" => "p-0" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2871 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2830 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#119 …} $translationDomain: "validators" $message: Closure() {#2870 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Tapez votre message ici..." "class" => "question-textarea-style" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_forum_message_content" ] |
cache_key | "_forum_message_content_textarea" |
compound | false |
data | null |
disabled | false |
drosalys_form__form_template | "form_div_layout.html.twig" |
enable_image_selector | false |
errors | Symfony\Component\Form\FormErrorIterator {#2966 -form: Symfony\Component\Form\Form {#2894 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2952 …5} |
full_name | "forum_message[content]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "forum_message_content" |
in_collection | false |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "content" |
pattern | null |
priority | 0 |
required | true |
row_attr | [ "class" => "p-0" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_forum_message_content" |
valid | true |
value | "" |
parent-id
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
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 {#2824 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2825 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2826 …} -namespace: Closure() {#2828 …} } |
data_class | null |
data_extraction_method | "default" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2883 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2806 …} } |
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() {#2885 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2830 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#119 …} $translationDomain: "validators" $message: Closure() {#2882 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_forum_message_parent-id" ] |
cache_key | "_forum_message_parent-id_hidden" |
compound | false |
data | null |
disabled | false |
drosalys_form__form_template | "form_div_layout.html.twig" |
errors | Symfony\Component\Form\FormErrorIterator {#2959 -form: Symfony\Component\Form\Form {#2897 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2950 …5} |
full_name | "forum_message[parent-id]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "forum_message_parent-id" |
in_collection | false |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "parent-id" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_forum_message_parent-id" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "cc5d315b38329c754b08807d.10eeGvm5qc6GGh3MCE5pJs-P_Ycd57a3PVFANeHXKmw.pzXmLKn47v2rUlm8RhoRSf65tM1LsNrudit5WYOAGjijPvpVvIyZt-VDSA" |
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 | "cc5d315b38329c754b08807d.10eeGvm5qc6GGh3MCE5pJs-P_Ycd57a3PVFANeHXKmw.pzXmLKn47v2rUlm8RhoRSf65tM1LsNrudit5WYOAGjijPvpVvIyZt-VDSA" |
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 {#2824 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2825 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2826 …} -namespace: Closure() {#2828 …} } |
data | "cc5d315b38329c754b08807d.10eeGvm5qc6GGh3MCE5pJs-P_Ycd57a3PVFANeHXKmw.pzXmLKn47v2rUlm8RhoRSf65tM1LsNrudit5WYOAGjijPvpVvIyZt-VDSA" |
data_class | null |
data_extraction_method | "default" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2983 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2806 …} } |
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() {#2949 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2830 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#119 …} $translationDomain: "validators" $message: Closure() {#2915 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_forum_message__token" ] |
cache_key | "_forum_message__token_hidden" |
compound | false |
data | "cc5d315b38329c754b08807d.10eeGvm5qc6GGh3MCE5pJs-P_Ycd57a3PVFANeHXKmw.pzXmLKn47v2rUlm8RhoRSf65tM1LsNrudit5WYOAGjijPvpVvIyZt-VDSA" |
disabled | false |
drosalys_form__form_template | "form_div_layout.html.twig" |
errors | Symfony\Component\Form\FormErrorIterator {#2974 -form: Symfony\Component\Form\Form {#2979 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2923 …5} |
full_name | "forum_message[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "forum_message__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 | "_forum_message__token" |
valid | true |
value | "cc5d315b38329c754b08807d.10eeGvm5qc6GGh3MCE5pJs-P_Ycd57a3PVFANeHXKmw.pzXmLKn47v2rUlm8RhoRSf65tM1LsNrudit5WYOAGjijPvpVvIyZt-VDSA" |
forum_message_answer
"App\Form\Forum\MessageAnswerType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Forum\Message {#2854 -content: null -training: null -module: null -user: null -children: null -parent: null -id: null -assignedTo: null -assignableStatus: 0 #createdAt: null #updatedAt: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Forum\Message {#2854 -content: null -training: null -module: null -user: null -children: null -parent: null -id: null -assignedTo: null -assignableStatus: 0 #createdAt: null #updatedAt: null } |
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 | 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 {#2824 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2825 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2826 …} -namespace: Closure() {#2828 …} } |
data | App\Entity\Forum\Message {#2854 -content: null -training: null -module: null -user: null -children: null -parent: null -id: null -assignedTo: null -assignableStatus: 0 #createdAt: null #updatedAt: null } |
data_class | "App\Entity\Forum\Message" |
data_extraction_method | "default" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2905 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2806 …} use: { $class: "App\Entity\Forum\Message" } } |
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 | "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() {#2917 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2830 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#119 …} $translationDomain: "validators" $message: Closure() {#2906 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "novalidate" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "forum_message_answer" "_forum_message_answer" ] |
cache_key | "_forum_message_answer_forum_message_answer" |
compound | true |
data | App\Entity\Forum\Message {#2854 -content: null -training: null -module: null -user: null -children: null -parent: null -id: null -assignedTo: null -assignableStatus: 0 #createdAt: null #updatedAt: null } |
disabled | false |
drosalys_form__form_template | "form_div_layout.html.twig" |
errors | Symfony\Component\Form\FormErrorIterator {#2978 -form: Symfony\Component\Form\Form {#2937 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2970 …5} |
full_name | "forum_message_answer" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "forum_message_answer" |
in_collection | false |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "forum_message_answer" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_forum_message_answer" |
valid | true |
value | App\Entity\Forum\Message {#2854 -content: null -training: null -module: null -user: null -children: null -parent: null -id: null -assignedTo: null -assignableStatus: 0 #createdAt: null #updatedAt: null } |
content
"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" => "Tapez votre message ici..." "class" => "question-textarea-style" ] |
[ "placeholder" => "Tapez votre message ici..." "class" => "question-textarea-style" ] |
label | false |
false
|
required | true |
same as passed value |
row_attr | [ "class" => "p-0" ] |
[ "class" => "p-0" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
apply_filter | null |
attr | [ "placeholder" => "Tapez votre message ici..." "class" => "question-textarea-style" ] |
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 {#2824 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2825 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2826 …} -namespace: Closure() {#2828 …} } |
data_class | null |
data_extraction_method | "default" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2920 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2806 …} } |
enable_image_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 | 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 | true |
row_attr | [ "class" => "p-0" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2922 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2830 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#119 …} $translationDomain: "validators" $message: Closure() {#2921 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Tapez votre message ici..." "class" => "question-textarea-style" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_forum_message_answer_content" ] |
cache_key | "_forum_message_answer_content_textarea" |
compound | false |
data | null |
disabled | false |
drosalys_form__form_template | "form_div_layout.html.twig" |
enable_image_selector | false |
errors | Symfony\Component\Form\FormErrorIterator {#2967 -form: Symfony\Component\Form\Form {#2940 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2968 …5} |
full_name | "forum_message_answer[content]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "forum_message_answer_content" |
in_collection | false |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "content" |
pattern | null |
priority | 0 |
required | true |
row_attr | [ "class" => "p-0" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_forum_message_answer_content" |
valid | true |
value | "" |
parent-id
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
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 {#2824 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2825 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2826 …} -namespace: Closure() {#2828 …} } |
data_class | null |
data_extraction_method | "default" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2929 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2806 …} } |
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() {#2931 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2830 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#119 …} $translationDomain: "validators" $message: Closure() {#2930 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_forum_message_answer_parent-id" ] |
cache_key | "_forum_message_answer_parent-id_hidden" |
compound | false |
data | null |
disabled | false |
drosalys_form__form_template | "form_div_layout.html.twig" |
errors | Symfony\Component\Form\FormErrorIterator {#2964 -form: Symfony\Component\Form\Form {#2943 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2965 …5} |
full_name | "forum_message_answer[parent-id]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "forum_message_answer_parent-id" |
in_collection | false |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "parent-id" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_forum_message_answer_parent-id" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "87aff2bfbce4973ac.MCrtPFrm715ARMd9yfpSWzx2egzCibzrN75TtxJ2-xg.aBydci61vB8zdq8J-6sKM14xO2aw8NGAdtwMhmQ9nE5ibNlNL4OEaXE8oA" |
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 | "87aff2bfbce4973ac.MCrtPFrm715ARMd9yfpSWzx2egzCibzrN75TtxJ2-xg.aBydci61vB8zdq8J-6sKM14xO2aw8NGAdtwMhmQ9nE5ibNlNL4OEaXE8oA" |
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 {#2824 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2825 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2826 …} -namespace: Closure() {#2828 …} } |
data | "87aff2bfbce4973ac.MCrtPFrm715ARMd9yfpSWzx2egzCibzrN75TtxJ2-xg.aBydci61vB8zdq8J-6sKM14xO2aw8NGAdtwMhmQ9nE5ibNlNL4OEaXE8oA" |
data_class | null |
data_extraction_method | "default" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2971 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2806 …} } |
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() {#2963 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2830 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#119 …} $translationDomain: "validators" $message: Closure() {#2961 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_forum_message_answer__token" ] |
cache_key | "_forum_message_answer__token_hidden" |
compound | false |
data | "87aff2bfbce4973ac.MCrtPFrm715ARMd9yfpSWzx2egzCibzrN75TtxJ2-xg.aBydci61vB8zdq8J-6sKM14xO2aw8NGAdtwMhmQ9nE5ibNlNL4OEaXE8oA" |
disabled | false |
drosalys_form__form_template | "form_div_layout.html.twig" |
errors | Symfony\Component\Form\FormErrorIterator {#2993 -form: Symfony\Component\Form\Form {#2989 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2960 …5} |
full_name | "forum_message_answer[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "forum_message_answer__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 | "_forum_message_answer__token" |
valid | true |
value | "87aff2bfbce4973ac.MCrtPFrm715ARMd9yfpSWzx2egzCibzrN75TtxJ2-xg.aBydci61vB8zdq8J-6sKM14xO2aw8NGAdtwMhmQ9nE5ibNlNL4OEaXE8oA" |
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 {#2824 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2825 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2826 …} -namespace: Closure() {#2828 …} } |
data_class | null |
data_extraction_method | "default" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#3251 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2806 …} } |
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() {#3249 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2830 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#119 …} $translationDomain: "validators" $message: Closure() {#3250 …} } } |
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 {#3187 -form: Symfony\Component\Form\Form {#3202 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3248 …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 {#2824 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2825 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2826 …} -namespace: Closure() {#2828 …} } |
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() {#3223 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2830 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#119 …} $translationDomain: "validators" $message: Closure() {#3225 …} } } |
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 {#3207 +label: "thematic_enum.sanitary.label" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3192 +label: "thematic_enum.pedagogy.label" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3183 +label: "thematic_enum.trade.label" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3181 +label: "thematic_enum.office.label" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3180 +label: "thematic_enum.finance.label" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3179 +label: "thematic_enum.taxation.label" +value: "6" +data: 6 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3178 +label: "thematic_enum.secretary.label" +value: "7" +data: 7 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3177 +label: "thematic_enum.management.label" +value: "8" +data: 8 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3176 +label: "thematic_enum.payroll.label" +value: "9" +data: 9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3175 +label: "thematic_enum.btp.label" +value: "10" +data: 10 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3174 +label: "thematic_enum.real_estate.label" +value: "11" +data: 11 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3173 +label: "thematic_enum.import_export.label" +value: "12" +data: 12 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3172 +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 {#3222 -form: Symfony\Component\Form\Form {#3199 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3188 …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) {#3170 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#3241 …} } |
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) {#3243 class: "App\Filter\Front\GlobalSearch" this: App\Filter\Front\GlobalSearch {#3258 …} } |
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) {#3243 class: "App\Filter\Front\GlobalSearch" this: App\Filter\Front\GlobalSearch {#3258 …} } |
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 {#2824 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2825 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2826 …} -namespace: Closure() {#2828 …} } |
data_class | null |
data_extraction_method | "default" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#3210 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2806 …} } |
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() {#3208 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2830 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#119 …} $translationDomain: "validators" $message: Closure() {#3209 …} } } |
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 {#3169 -form: Symfony\Component\Form\Form {#3196 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3168 …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 | "" |