Forms
-
login_form
-
email
-
password
-
remember_me
-
_token
-
-
search_form
-
term
-
submit
-
login_form
Form type:
"App\User\Form\LoginType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [
"email" => ""
] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | [
"email" => ""
] |
[
"email" => ""
]
|
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 {#1452 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1438 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1493 …} -namespace: Closure() {#1455 …} } |
data | [
"email" => ""
] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1418 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() {#1488 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#751 …} $message: Closure() {#1441 …} $translationDomain: "validators" } } |
user_mapping | [] |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "login" "_login_form" ] |
cache_key | "_login_form_login" |
compound | true |
data | [
"email" => ""
] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1289 -form: Symfony\Component\Form\Form {#1323 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1312 …5} |
full_name | "login_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "login_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "login_form" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_login_form" |
valid | true |
value | [
"email" => ""
] |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
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 | [ "autocomplete" => "username email" ] |
[ "autocomplete" => "username email" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1386 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1386 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "login.email" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "autocomplete" => "username email" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1386 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: 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 {#1452 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1438 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1493 …} -namespace: Closure() {#1455 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1458 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 email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "login.email" |
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() {#1456 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#751 …} $message: Closure() {#1461 …} $translationDomain: "validators" } } |
user_mapping | [] |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "username email" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_login_form_email" ] |
cache_key | "_login_form_email_email" |
compound | false |
data | "" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1391 -form: Symfony\Component\Form\Form {#1340 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1392 …5} |
full_name | "login_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "login_form_email" |
label | "login.email" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_login_form_email" |
valid | true |
value | "" |
password
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 | [ "autocomplete" => "current-password" ] |
[ "autocomplete" => "current-password" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1365 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1365 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "login.password" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "autocomplete" => "current-password" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1365 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: 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 {#1452 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1438 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1493 …} -namespace: Closure() {#1455 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1498 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 |
hash_property_path | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The password is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "login.password" |
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 | false |
upload_max_size_message | Closure() {#1500 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#751 …} $message: Closure() {#1433 …} $translationDomain: "validators" } } |
user_mapping | [] |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "current-password" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_login_form_password" ] |
cache_key | "_login_form_password_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1390 -form: Symfony\Component\Form\Form {#1336 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1388 …5} |
full_name | "login_form[password]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "login_form_password" |
label | "login.password" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "password" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_login_form_password" |
valid | true |
value | "" |
remember_me
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "align-middle" ] |
[ "class" => "align-middle" ] |
data | true |
same as passed value |
label | "label.remember_me" |
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" => "align-middle" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1452 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1438 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1493 …} -namespace: Closure() {#1455 …} } |
data | true |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1436 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#1430 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "label.remember_me" |
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() {#1422 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#751 …} $message: Closure() {#1429 …} $translationDomain: "validators" } } |
user_mapping | [] |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "align-middle" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_login_form_remember_me" ] |
cache_key | "_login_form_remember_me_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1387 -form: Symfony\Component\Form\Form {#1356 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1389 …5} |
full_name | "login_form[remember_me]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "login_form_remember_me" |
label | "label.remember_me" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "remember_me" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_login_form_remember_me" |
valid | true |
value | "1" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "5375425af91665028bea3e851.-GdoHYqKgEG3ZfD6wevZCm_u0PDuDYG7vSt4SuWhzoo.uQYGRfDA6BXiF7eTl7qLSxaGhaqAQ7f3hRode9bo_vOtDQBW8uz3EZpcsQ" |
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 | "5375425af91665028bea3e851.-GdoHYqKgEG3ZfD6wevZCm_u0PDuDYG7vSt4SuWhzoo.uQYGRfDA6BXiF7eTl7qLSxaGhaqAQ7f3hRode9bo_vOtDQBW8uz3EZpcsQ" |
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 {#1452 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1438 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1493 …} -namespace: Closure() {#1455 …} } |
data | "5375425af91665028bea3e851.-GdoHYqKgEG3ZfD6wevZCm_u0PDuDYG7vSt4SuWhzoo.uQYGRfDA6BXiF7eTl7qLSxaGhaqAQ7f3hRode9bo_vOtDQBW8uz3EZpcsQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1281 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() {#1264 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#751 …} $message: Closure() {#1269 …} $translationDomain: "validators" } } |
user_mapping | [] |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_login_form__token" ] |
cache_key | "_login_form__token_hidden" |
compound | false |
data | "5375425af91665028bea3e851.-GdoHYqKgEG3ZfD6wevZCm_u0PDuDYG7vSt4SuWhzoo.uQYGRfDA6BXiF7eTl7qLSxaGhaqAQ7f3hRode9bo_vOtDQBW8uz3EZpcsQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1398 -form: Symfony\Component\Form\Form {#1333 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1250 …5} |
full_name | "login_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "login_form__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 | "_login_form__token" |
valid | true |
value | "5375425af91665028bea3e851.-GdoHYqKgEG3ZfD6wevZCm_u0PDuDYG7vSt4SuWhzoo.uQYGRfDA6BXiF7eTl7qLSxaGhaqAQ7f3hRode9bo_vOtDQBW8uz3EZpcsQ" |
search_form
Form type:
"App\Search\Form\SearchForm"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [ "term" => null ] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/search/" |
same as passed value |
data | [ "term" => null ] |
[ "term" => null ] |
method | "POST" |
same as passed value |
translation_domain | "header" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "/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 | false |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1452 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1438 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1493 …} -namespace: Closure() {#1455 …} } |
data | [ "term" => null ] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#13398 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 | "header" |
trim | true |
upload_max_size_message | Closure() {#13400 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#751 …} $message: Closure() {#13399 …} $translationDomain: "validators" } } |
user_mapping | [] |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "/search/" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "search_form" "_search_form" ] |
cache_key | "_search_form_search_form" |
compound | true |
data | [ "term" => null ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#13415 -form: Symfony\Component\Form\Form {#13466 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#13430 …5} |
full_name | "search_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "search_form" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "header" |
unique_block_prefix | "_search_form" |
valid | true |
value | [ "term" => null ] |
term
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 | [ "aria-label" => "Search" "class" => "form-control w-100 mr-2 mr-sm-0 blue-text mdb-autocomplete" "placeholder" => "search_placeholder" ] |
[ "aria-label" => "Search" "class" => "form-control w-100 mr-2 mr-sm-0 blue-text mdb-autocomplete" "placeholder" => "search_placeholder" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#13405 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#13405 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "aria-label" => "Search" "class" => "form-control w-100 mr-2 mr-sm-0 blue-text mdb-autocomplete" "placeholder" => "search_placeholder" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#13405 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: 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 {#1452 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1438 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1493 …} -namespace: Closure() {#1455 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#13409 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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#13414 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#751 …} $message: Closure() {#13408 …} $translationDomain: "validators" } } |
user_mapping | [] |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "aria-label" => "Search" "class" => "form-control w-100 mr-2 mr-sm-0 blue-text mdb-autocomplete" "placeholder" => "search_placeholder" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "search" "_search_form_term" ] |
cache_key | "_search_form_term_search" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#13454 -form: Symfony\Component\Form\Form {#13464 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#13455 …5} |
full_name | "search_form[term]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_form_term" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "term" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "header" |
unique_block_prefix | "_search_form_term" |
valid | true |
value | "" |
submit
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" => "search-submit px-2 py-0 m-0 pr-0 pr-md-4" ] |
[ "class" => "search-submit px-2 py-0 m-0 pr-0 pr-md-4" ] |
label | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "search-submit px-2 py-0 m-0 pr-0 pr-md-4" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | false |
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" => "search-submit px-2 py-0 m-0 pr-0 pr-md-4" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_search_form_submit" ] |
cache_key | "_search_form_submit_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#13450 …5} |
full_name | "search_form[submit]" |
id | "search_form_submit" |
label | false |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "submit" |
priority | 0 |
row_attr | [] |
translation_domain | "header" |
unique_block_prefix | "_search_form_submit" |
value | null |