Forms
-
(no name)
-
query
-
category
-
search
-
-
subscription
-
email
-
subscribe
-
_token
-
(no name)
Form type:
"App\Form\SearchFormType"
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 |
---|---|---|
data | [] |
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 |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#324 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#119 …} -logger: Monolog\Logger {#198 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#325 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data | [] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#884 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() {#886 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#160 …} $message: Closure() {#885 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "" "_" ] |
cache_key | "__" |
compound | true |
data | [] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1153 -errors: [] -form: Symfony\Component\Form\Form {#988 …} } |
form | Symfony\Component\Form\FormView {#1056 …5} |
full_name | "" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_" |
valid | true |
value | [] |
query
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 | [ "name" => "query" "class" => "form-control py-3 px-4 form-white" "placeholder" => "Search for books" ] |
[ "name" => "query" "class" => "form-control py-3 px-4 form-white" "placeholder" => "Search for books" ] |
label | "Search" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "name" => "query" "class" => "form-control py-3 px-4 form-white" "placeholder" => "Search for books" ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#324 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#119 …} -logger: Monolog\Logger {#198 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#325 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#896 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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Search" |
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() {#898 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#160 …} $message: Closure() {#897 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "name" => "query" "class" => "form-control py-3 px-4 form-white" "placeholder" => "Search for books" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_query" ] |
cache_key | "_query_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1151 -errors: [] -form: Symfony\Component\Form\Form {#991 …} } |
form | Symfony\Component\Form\FormView {#1057 …5} |
full_name | "query" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "query" |
label | "Search" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "query" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_query" |
valid | true |
value | "" |
category
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 | [ "name" => "category" "class" => "form-control py-3 px-4 form-white" ] |
[ "name" => "category" "class" => "form-control py-3 px-4 form-white" ] |
choice_label | "name" |
same as passed value |
class | "App\Entity\Category" |
same as passed value |
label | "Category" |
same as passed value |
placeholder | "Select a category" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "name" => "category" "class" => "form-control py-3 px-4 form-white" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_lazy | false |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#966 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#935 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#971 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#968 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#970 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#969 …} } |
choices | null |
class | "App\Entity\Category" |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#324 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#119 …} -logger: Monolog\Logger {#198 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#325 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
em | Container5mPrnI3\EntityManagerGhost614a58f {#291 …12} |
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 | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#930 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Container5mPrnI3\EntityManagerGhost614a58f {#291 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#931 …} } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Category" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Select a category" |
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 |
query_builder | null |
required | false |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#936 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#160 …} $message: Closure() {#938 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "name" => "category" "class" => "form-control py-3 px-4 form-white" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_category" ] |
cache_key | "_category_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1289 +data: Proxies\__CG__\App\Entity\Category {#1230 …} +value: "1" +label: "Women's Fiction" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1292 +data: App\Entity\Category {#1316 …} +value: "2" +label: "Multicultural Fiction" +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1294 +data: App\Entity\Category {#1322 …} +value: "3" +label: "Historical Fiction" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1300 +data: Proxies\__CG__\App\Entity\Category {#1243 …} +value: "4" +label: "Domestic Suspense" +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1295 +data: App\Entity\Category {#1331 …} +value: "5" +label: "Family Drama" +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1302 +data: App\Entity\Category {#1336 …} +value: "6" +label: "Psychological Thriller" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1301 +data: App\Entity\Category {#1341 …} +value: "7" +label: "Indian Fiction" +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1296 +data: App\Entity\Category {#1346 …} +value: "8" +label: "WW2 Fiction" +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1297 +data: App\Entity\Category {#1351 …} +value: "9" +label: "Historical Saga" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1152 -errors: [] -form: Symfony\Component\Form\Form {#994 …} } |
expanded | false |
form | Symfony\Component\Form\FormView {#1000 …5} |
full_name | "category" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category" |
is_selected | Closure($choice, $value) {#1050 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Category" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "category" |
placeholder | "Select a category" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_category" |
valid | true |
value | "" |
search
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 border-accent-color btn_submit-subscribe accent-color font-1 fw-bold px-5" ] |
[ "class" => "btn border-accent-color btn_submit-subscribe accent-color font-1 fw-bold px-5" ] |
label | "Search" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "btn border-accent-color btn_submit-subscribe accent-color font-1 fw-bold px-5" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "Search" |
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 border-accent-color btn_submit-subscribe accent-color font-1 fw-bold px-5" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_search" ] |
cache_key | "_search_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#1054 …5} |
full_name | "search" |
id | "search" |
label | "Search" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "search" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_search" |
value | null |
subscription
Form type:
"App\Form\SubscriptionType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\EmailSubscription {#1701 -id: null -email: null -status: null -has_blocked: null -created_at: null -updated_at: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\EmailSubscription {#1701 -id: null -email: null -status: null -has_blocked: null -created_at: null -updated_at: null } |
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 |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#324 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#119 …} -logger: Monolog\Logger {#198 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#325 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data | App\Entity\EmailSubscription {#1701 -id: null -email: null -status: null -has_blocked: null -created_at: null -updated_at: null } |
data_class | "App\Entity\EmailSubscription" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1707 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\EmailSubscription" } } |
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() {#1709 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#160 …} $message: Closure() {#1708 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "subscription" "_subscription" ] |
cache_key | "_subscription_subscription" |
compound | true |
data | App\Entity\EmailSubscription {#1701 -id: null -email: null -status: null -has_blocked: null -created_at: null -updated_at: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1728 -errors: [] -form: Symfony\Component\Form\Form {#1729 …} } |
form | Symfony\Component\Form\FormView {#1710 …5} |
full_name | "subscription" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "subscription" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "subscription" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_subscription" |
valid | true |
value | App\Entity\EmailSubscription {#1701 -id: null -email: null -status: null -has_blocked: null -created_at: null -updated_at: null } |
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 | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control py-3 px-4 form-white" "placeholder" => "Enter your email" ] |
[ "class" => "form-control py-3 px-4 form-white" "placeholder" => "Enter your email" ] |
label | "Email" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control py-3 px-4 form-white" "placeholder" => "Enter your email" ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#324 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#119 …} -logger: Monolog\Logger {#198 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#325 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1720 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 | "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() {#1722 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#160 …} $message: Closure() {#1721 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control py-3 px-4 form-white" "placeholder" => "Enter your email" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_subscription_email" ] |
cache_key | "_subscription_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1741 -errors: [] -form: Symfony\Component\Form\Form {#1732 …} } |
form | Symfony\Component\Form\FormView {#1740 …5} |
full_name | "subscription[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "subscription_email" |
label | "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 | "_subscription_email" |
valid | true |
value | "" |
subscribe
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 border-accent-color btn_submit-subscribe accent-color font-1 fw-bold px-5" ] |
[ "class" => "btn border-accent-color btn_submit-subscribe accent-color font-1 fw-bold px-5" ] |
label | "Subscribe" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "btn border-accent-color btn_submit-subscribe accent-color font-1 fw-bold px-5" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "Subscribe" |
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 border-accent-color btn_submit-subscribe accent-color font-1 fw-bold px-5" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_subscription_subscribe" ] |
cache_key | "_subscription_subscribe_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#1743 …5} |
full_name | "subscription[subscribe]" |
id | "subscription_subscribe" |
label | "Subscribe" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "subscribe" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_subscription_subscribe" |
value | null |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "csrf-token" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
block_prefix | "csrf_token" |
same as passed value |
data | "csrf-token" |
same as passed value |
mapped | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-controller" => "csrf-protection" ] |
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 | "submit" |
csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#324 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#119 …} -logger: Monolog\Logger {#198 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#325 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data | "csrf-token" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1750 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() {#1752 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#160 …} $message: Closure() {#1751 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-controller" => "csrf-protection" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_subscription__token" ] |
cache_key | "_subscription__token_hidden" |
compound | false |
data | "csrf-token" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1762 -errors: [] -form: Symfony\Component\Form\Form {#1758 …} } |
form | Symfony\Component\Form\FormView {#1753 …5} |
full_name | "subscription[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "subscription__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 | "_subscription__token" |
valid | true |
value | "csrf-token" |