Forms
-
calendar_filter
-
glsPageType
-
resultsPerPage
-
filterCalendar
-
_token
-
-
blog_search
-
searchTerm
-
_token
-
calendar_filter
Form type:
"App\Form\CalendarFilterType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [ "glsPageType" => "all-events-with-evenings" "resultsPerPage" => 27 ] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | [ "glsPageType" => "all-events-with-evenings" "resultsPerPage" => 27 ] |
[ "glsPageType" => "all-events-with-evenings" "resultsPerPage" => 27 ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#666 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#673 …} -namespace: Closure() {#665 …} } |
data | [ "glsPageType" => "all-events-with-evenings" "resultsPerPage" => 27 ] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1684 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1686 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#346 …} $message: Closure() {#1685 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "calendar_filter" "_calendar_filter" ] |
cache_key | "_calendar_filter_calendar_filter" |
compound | true |
data | [ "glsPageType" => "all-events-with-evenings" "resultsPerPage" => 27 ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1908 -form: Symfony\Component\Form\Form {#1806 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1864 …5} |
full_name | "calendar_filter" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "calendar_filter" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "calendar_filter" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_calendar_filter" |
valid | true |
value | [ "glsPageType" => "all-events-with-evenings" "resultsPerPage" => 27 ] |
glsPageType
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "all-events-with-evenings" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_attr | Closure(?string $choice, $key, $value) {#1761 class: "App\Form\CalendarFilterType" this: App\Form\CalendarFilterType {#1543 …} } |
same as passed value |
choices | [ "form.calendarFilter.allEventsWithEvenings" => "all-events-with-evenings" "form.calendarFilter.allEventsWithoutEvenings" => "all-events-without-evenings" "Evenings" => "evening" "Les Ateliers" => "workshop" "Retreats" => "retreat" "Festivals" => "festival" ] |
[ "form.calendarFilter.allEventsWithEvenings" => "all-events-with-evenings" "form.calendarFilter.allEventsWithoutEvenings" => "all-events-without-evenings" "Evenings" => "evening" "Les Ateliers" => "workshop" "Retreats" => "retreat" "Festivals" => "festival" ] |
data | "all-events-with-evenings" |
same as passed value |
label | "form.calendarFilter.glsPageType" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | Closure(?string $choice, $key, $value) {#1761 class: "App\Form\CalendarFilterType" this: App\Form\CalendarFilterType {#1543 …} } |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "form.calendarFilter.allEventsWithEvenings" => "all-events-with-evenings" "form.calendarFilter.allEventsWithoutEvenings" => "all-events-without-evenings" "Evenings" => "evening" "Les Ateliers" => "workshop" "Retreats" => "retreat" "Festivals" => "festival" ] |
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 {#666 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#673 …} -namespace: Closure() {#665 …} } |
data | "all-events-with-evenings" |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "form.calendarFilter.glsPageType" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1775 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#346 …} $message: Closure() {#1773 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_calendar_filter_glsPageType" ] |
cache_key | "_calendar_filter_glsPageType_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1282 +label: "form.calendarFilter.allEventsWithEvenings" +value: "all-events-with-evenings" +data: "all-events-with-evenings" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1905 +label: "form.calendarFilter.allEventsWithoutEvenings" +value: "all-events-without-evenings" +data: "all-events-without-evenings" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1907 +label: "Evenings" +value: "evening" +data: "evening" +attr: [ "style" => "color:#ec008c;" "data-color" => "#ec008c" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1867 +label: "Les Ateliers" +value: "workshop" +data: "workshop" +attr: [ "style" => "color:#e37fbb;" "data-color" => "#e37fbb" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#972 +label: "Retreats" +value: "retreat" +data: "retreat" +attr: [ "style" => "color:#ff9900;" "data-color" => "#ff9900" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1099 +label: "Festivals" +value: "festival" +data: "festival" +attr: [ "style" => "color:#758cca;" "data-color" => "#758cca" ] +labelTranslationParameters: [] } ] |
compound | false |
data | "all-events-with-evenings" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1866 -form: Symfony\Component\Form\Form {#1809 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1865 …5} |
full_name | "calendar_filter[glsPageType]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "calendar_filter_glsPageType" |
is_selected | Closure($choice, $value) {#1100 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "form.calendarFilter.glsPageType" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "glsPageType" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_calendar_filter_glsPageType" |
valid | true |
value | "all-events-with-evenings" |
resultsPerPage
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | 27 |
View Format |
"27"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ 2 => 2 9 => 9 18 => 18 27 => 27 ] |
[ 2 => 2 9 => 9 18 => 18 27 => 27 ] |
data | 27 |
same as passed value |
label | "form.calendarFilter.resultsPerPage" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
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 | [ 2 => 2 9 => 9 18 => 18 27 => 27 ] |
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 {#666 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#673 …} -namespace: Closure() {#665 …} } |
data | 27 |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "form.calendarFilter.resultsPerPage" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1786 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#346 …} $message: Closure() {#1785 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_calendar_filter_resultsPerPage" ] |
cache_key | "_calendar_filter_resultsPerPage_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1911 +label: "2" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1897 +label: "9" +value: "9" +data: 9 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1893 +label: "18" +value: "18" +data: 18 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1901 +label: "27" +value: "27" +data: 27 +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | 27 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1102 -form: Symfony\Component\Form\Form {#1812 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1889 …5} |
full_name | "calendar_filter[resultsPerPage]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "calendar_filter_resultsPerPage" |
is_selected | Closure($choice, $value) {#1885 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "form.calendarFilter.resultsPerPage" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "resultsPerPage" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_calendar_filter_resultsPerPage" |
valid | true |
value | "27" |
filterCalendar
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "btn btn-primary" ] |
[ "class" => "btn btn-primary" ] |
label | "form.calendarFilter.filterCalendar" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "btn btn-primary" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "form.calendarFilter.filterCalendar" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Vars
Variable | Value |
---|---|
attr | [ "class" => "btn btn-primary" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_calendar_filter_filterCalendar" ] |
cache_key | "_calendar_filter_filterCalendar_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#1882 …5} |
full_name | "calendar_filter[filterCalendar]" |
id | "calendar_filter_filterCalendar" |
label | "form.calendarFilter.filterCalendar" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "filterCalendar" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_calendar_filter_filterCalendar" |
value | null |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "20b86ce0185127307cb.MjI5x8yEGDC9i9m2kf2a3BUdX1flOD5gdlh5dv3Y_fQ.XQF9vqbBW2bSxeHdxpjbtlEvNzuNDVEkLgBJGs6LzpdecW-V-MBBWdr_mA" |
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 | "20b86ce0185127307cb.MjI5x8yEGDC9i9m2kf2a3BUdX1flOD5gdlh5dv3Y_fQ.XQF9vqbBW2bSxeHdxpjbtlEvNzuNDVEkLgBJGs6LzpdecW-V-MBBWdr_mA" |
same as passed value |
mapped | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#666 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#673 …} -namespace: Closure() {#665 …} } |
data | "20b86ce0185127307cb.MjI5x8yEGDC9i9m2kf2a3BUdX1flOD5gdlh5dv3Y_fQ.XQF9vqbBW2bSxeHdxpjbtlEvNzuNDVEkLgBJGs6LzpdecW-V-MBBWdr_mA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1878 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1875 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#346 …} $message: Closure() {#1877 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_calendar_filter__token" ] |
cache_key | "_calendar_filter__token_hidden" |
compound | false |
data | "20b86ce0185127307cb.MjI5x8yEGDC9i9m2kf2a3BUdX1flOD5gdlh5dv3Y_fQ.XQF9vqbBW2bSxeHdxpjbtlEvNzuNDVEkLgBJGs6LzpdecW-V-MBBWdr_mA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1940 -form: Symfony\Component\Form\Form {#1928 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1874 …5} |
full_name | "calendar_filter[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "calendar_filter__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_calendar_filter__token" |
valid | true |
value | "20b86ce0185127307cb.MjI5x8yEGDC9i9m2kf2a3BUdX1flOD5gdlh5dv3Y_fQ.XQF9vqbBW2bSxeHdxpjbtlEvNzuNDVEkLgBJGs6LzpdecW-V-MBBWdr_mA" |
blog_search
Form type:
"App\Form\BlogSearchType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "//tantra-gay-staging.flensburger.houseofagile.com/fr/search" |
same as passed value |
method | "GET" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "//tantra-gay-staging.flensburger.houseofagile.com/fr/search" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#666 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#673 …} -namespace: Closure() {#665 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2055 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "GET" |
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() {#2053 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#346 …} $message: Closure() {#2054 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "//tantra-gay-staging.flensburger.houseofagile.com/fr/search" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "blog_search" "_blog_search" ] |
cache_key | "_blog_search_blog_search" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2033 -form: Symfony\Component\Form\Form {#2028 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2052 …5} |
full_name | "blog_search" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "blog_search" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "GET" |
multipart | false |
name | "blog_search" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_blog_search" |
valid | true |
value | null |
searchTerm
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control rounded-pill" "placeholder" => "Search" "aria-label" => "search" "aria-describedby" => "blog-search-button" ] |
[ "class" => "form-control rounded-pill" "placeholder" => "Search" "aria-label" => "search" "aria-describedby" => "blog-search-button" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2047 +payload: null +groups: ? +message: "blog.search.pleaseEnterASearchTerm" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2046 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "blog.search.yourSearchTermMinXCharacters" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2047 +payload: null +groups: ? +message: "blog.search.pleaseEnterASearchTerm" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2046 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "blog.search.yourSearchTermMinXCharacters" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
label | false |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control rounded-pill" "placeholder" => "Search" "aria-label" => "search" "aria-describedby" => "blog-search-button" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2047 +payload: null +groups: ? +message: "blog.search.pleaseEnterASearchTerm" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2046 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "blog.search.yourSearchTermMinXCharacters" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
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 {#666 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#673 …} -namespace: Closure() {#665 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2036 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please enter a valid search term." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2034 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#346 …} $message: Closure() {#2035 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control rounded-pill" "placeholder" => "Search" "aria-label" => "search" "aria-describedby" => "blog-search-button" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "search" "_blog_search_searchTerm" ] |
cache_key | "_blog_search_searchTerm_search" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2017 -form: Symfony\Component\Form\Form {#2025 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2018 …5} |
full_name | "blog_search[searchTerm]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "blog_search_searchTerm" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "searchTerm" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_blog_search_searchTerm" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "1879516e07.aZUf3H6Xh-GDm-KuCAbX6z1-u2PmCgIDLAtUanNPoyo.PMF36Uj2_tHNw9DXaiuE21US-jSjTG9vXkkhPksn2XsD5G65Nt_KzPLxgQ" |
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 | "1879516e07.aZUf3H6Xh-GDm-KuCAbX6z1-u2PmCgIDLAtUanNPoyo.PMF36Uj2_tHNw9DXaiuE21US-jSjTG9vXkkhPksn2XsD5G65Nt_KzPLxgQ" |
same as passed value |
mapped | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#666 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#674 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#673 …} -namespace: Closure() {#665 …} } |
data | "1879516e07.aZUf3H6Xh-GDm-KuCAbX6z1-u2PmCgIDLAtUanNPoyo.PMF36Uj2_tHNw9DXaiuE21US-jSjTG9vXkkhPksn2XsD5G65Nt_KzPLxgQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2021 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2016 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#346 …} $message: Closure() {#2014 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_blog_search__token" ] |
cache_key | "_blog_search__token_hidden" |
compound | false |
data | "1879516e07.aZUf3H6Xh-GDm-KuCAbX6z1-u2PmCgIDLAtUanNPoyo.PMF36Uj2_tHNw9DXaiuE21US-jSjTG9vXkkhPksn2XsD5G65Nt_KzPLxgQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2003 -form: Symfony\Component\Form\Form {#2007 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2012 …5} |
full_name | "blog_search[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "blog_search__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_blog_search__token" |
valid | true |
value | "1879516e07.aZUf3H6Xh-GDm-KuCAbX6z1-u2PmCgIDLAtUanNPoyo.PMF36Uj2_tHNw9DXaiuE21US-jSjTG9vXkkhPksn2XsD5G65Nt_KzPLxgQ" |