- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 432
- Events
- Routing
- Cache
- Translation 12
- Security
- Twig
- Doctrine
- Migrations
- Debug
- E-mails
- 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
form
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| 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 {#1775 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1776 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1773 …} -namespace: Closure() {#1771 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4224 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4168 …} } |
| 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 | [] |
| legacy_error_messages | true |
| 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() {#4226 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4210 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#794 …} $translationDomain: "validators" $message: Closure() {#4225 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_form" ] |
| cache_key | "_form_form" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4679 -form: Symfony\Component\Form\Form {#4257 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4689 …5} |
| full_name | "form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form" |
| valid | true |
| value | null |
data
"Symfony\Component\Form\Extension\Core\Type\CollectionType"
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 |
|---|---|---|
| allow_add | true |
same as passed value |
| allow_delete | true |
same as passed value |
| entry_options | [] |
[ "block_name" => "entry" ] |
| entry_type | "Customize\Form\Type\CartOptionType" |
same as passed value |
| label | "" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| 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 {#1775 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1776 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1773 …} -namespace: Closure() {#1771 …} } |
| data_class | null |
| delete_empty | false |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4235 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4168 …} } |
| entry_options | [ "block_name" => "entry" ] |
| entry_type | "Customize\Form\Type\CartOptionType" |
| 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 | "" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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 |
| prototype | true |
| prototype_data | null |
| prototype_name | "__name__" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4236 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4210 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#794 …} $translationDomain: "validators" $message: Closure() {#4234 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "collection" "_form_data" ] |
| cache_key | "_form_data_collection" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4639 -form: Symfony\Component\Form\Form {#4377 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4649 …5} |
| full_name | "form[data]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_data" |
| label | "" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "data" |
| priority | 0 |
| prototype | Symfony\Component\Form\FormView {#4333 …5} |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_data" |
| valid | true |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "3947189.RsvG1NYR8617QcPlQoNQgNqpnMK-ThjKWrmOmbFLlL0.Af-X5LFdp9UOeI-EHfAP6bfb0LDpLVunLo3Gz_8C2vQQooy6n1PHlRo1rA" |
| 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 | "3947189.RsvG1NYR8617QcPlQoNQgNqpnMK-ThjKWrmOmbFLlL0.Af-X5LFdp9UOeI-EHfAP6bfb0LDpLVunLo3Gz_8C2vQQooy6n1PHlRo1rA" |
same as passed value |
| mapped | false |
false
|
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 {#1775 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1776 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1773 …} -namespace: Closure() {#1771 …} } |
| data | "3947189.RsvG1NYR8617QcPlQoNQgNqpnMK-ThjKWrmOmbFLlL0.Af-X5LFdp9UOeI-EHfAP6bfb0LDpLVunLo3Gz_8C2vQQooy6n1PHlRo1rA" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4669 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4168 …} } |
| 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 | [] |
| legacy_error_messages | true |
| 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() {#4540 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4210 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#794 …} $translationDomain: "validators" $message: Closure() {#4530 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_form__token" ] |
| cache_key | "_form__token_hidden" |
| compound | false |
| data | "3947189.RsvG1NYR8617QcPlQoNQgNqpnMK-ThjKWrmOmbFLlL0.Af-X5LFdp9UOeI-EHfAP6bfb0LDpLVunLo3Gz_8C2vQQooy6n1PHlRo1rA" |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#4913 -form: Symfony\Component\Form\Form {#4908 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4903 …5} |
| full_name | "form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "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 | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form__token" |
| valid | true |
| value | "3947189.RsvG1NYR8617QcPlQoNQgNqpnMK-ThjKWrmOmbFLlL0.Af-X5LFdp9UOeI-EHfAP6bfb0LDpLVunLo3Gz_8C2vQQooy6n1PHlRo1rA" |
(no name)
"Eccube\Form\Type\SearchProductBlockType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | true |
| 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 {#1775 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1776 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1773 …} -namespace: Closure() {#1771 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#9214 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4168 …} } |
| 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 | [] |
| legacy_error_messages | true |
| 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() {#9216 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4210 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#794 …} $translationDomain: "validators" $message: Closure() {#9215 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "search_product_block" "_" ] |
| cache_key | "__search_product_block" |
| compound | true |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#9261 -form: Symfony\Component\Form\Form {#9250 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9262 …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 | "GET" |
| multipart | false |
| name | "" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_" |
| valid | true |
| value | null |
category_id
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 |
|---|---|---|
| choice_label | "NameWithLevel" |
same as passed value |
| choices | [ Eccube\Entity\Category {#7288 -id: 1 -name: "Marriage ring 結婚指輪" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1701667899 {#7294 date: 2023-12-04 14:31:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733708286 {#7292 date: 2024-12-09 10:38:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7378 …} -Children: Doctrine\ORM\PersistentCollection {#7534 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7536 …} -category_contents_area1: "<h2 class="text-center pt-4">日本製鍛造の匠の技で、後悔しない結婚指輪選びを</h2>" -category_contents_area2: """ <div class="row py-4 text-center">\r\n <p class="col-12 fs-4 <!--d-flex align-items-end justify-content-end-->">”鍛造(たんぞう)フルオーダーメイド”で最高峰の結婚指輪を。</p>\r\n <p class="col-12 lh-lg <!--d-flex align-items-center-->">私達、鍛造指輪株式会社®は、20年以上かけてお客様のお声を聞き<br class="d-none d-lg-inline">\r\n 【最高満足のビスポーク結婚指輪】を追い求め、創り続けてきました。<br>\r\n 貴方が想い続けて探している結婚指輪、私達ならきっと創れます。</p>\r\n </div> """ } Eccube\Entity\Category {#7531 -id: 2 -name: "Engagement ring 婚約指輪" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1701667899 {#7533 date: 2023-12-04 14:31:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733708286 {#7532 date: 2024-12-09 10:38:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7530 …} -Children: Doctrine\ORM\PersistentCollection {#7527 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7536 …} -category_contents_area1: """ <h2 class="text-center pt-4">流行に左右されない一生物の\r\n 婚約指輪</h2> """ -category_contents_area2: """ <div class="row py-4 text-center">\r\n <p class="col-12 fs-4 <!--d-flex align-items-end justify-content-end--> pb-5">すべてはあなたの“想いを創る”ため<br>\r\n 流行に左右されない一生物の婚約指輪</p>\r\n <p class="col-12 lh-lg <!--d-flex align-items-center-->">婚約指輪は言うもでもなくダイヤモンドと枠でつくられています。<br>\r\n そのダイヤモンドと枠はそれぞれ最高のものでなくてはならないとTANZOは考えます。<br><br>\r\n 婚約指輪の枠を軽視していませんか?<br>\r\n 実は枠は簡単に変形したり、ダイヤモンドが落ちることもあります。<br>\r\n TANZOは婚約指輪の枠を3つのこだわりで製造しています。</p>\r\n </div> """ } Eccube\Entity\Category {#7524 -id: 3 -name: "Anniversary Jewelry アニバーサリージュエリー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1733708280 {#7526 date: 2024-12-09 10:38:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733708286 {#7525 date: 2024-12-09 10:38:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7523 …} -Children: Doctrine\ORM\PersistentCollection {#7520 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7536 …} -category_contents_area1: "<h2 class="text-center pt-4">大切な人に贈る記念品</h2>" -category_contents_area2: null } ] |
[ Eccube\Entity\Category {#7288 -id: 1 -name: "Marriage ring 結婚指輪" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1701667899 {#7294 date: 2023-12-04 14:31:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733708286 {#7292 date: 2024-12-09 10:38:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7378 …} -Children: Doctrine\ORM\PersistentCollection {#7534 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7536 …} -category_contents_area1: "<h2 class="text-center pt-4">日本製鍛造の匠の技で、後悔しない結婚指輪選びを</h2>" -category_contents_area2: """ <div class="row py-4 text-center">\r\n <p class="col-12 fs-4 <!--d-flex align-items-end justify-content-end-->">”鍛造(たんぞう)フルオーダーメイド”で最高峰の結婚指輪を。</p>\r\n <p class="col-12 lh-lg <!--d-flex align-items-center-->">私達、鍛造指輪株式会社®は、20年以上かけてお客様のお声を聞き<br class="d-none d-lg-inline">\r\n 【最高満足のビスポーク結婚指輪】を追い求め、創り続けてきました。<br>\r\n 貴方が想い続けて探している結婚指輪、私達ならきっと創れます。</p>\r\n </div> """ } Eccube\Entity\Category {#7531 -id: 2 -name: "Engagement ring 婚約指輪" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1701667899 {#7533 date: 2023-12-04 14:31:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733708286 {#7532 date: 2024-12-09 10:38:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7530 …} -Children: Doctrine\ORM\PersistentCollection {#7527 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7536 …} -category_contents_area1: """ <h2 class="text-center pt-4">流行に左右されない一生物の\r\n 婚約指輪</h2> """ -category_contents_area2: """ <div class="row py-4 text-center">\r\n <p class="col-12 fs-4 <!--d-flex align-items-end justify-content-end--> pb-5">すべてはあなたの“想いを創る”ため<br>\r\n 流行に左右されない一生物の婚約指輪</p>\r\n <p class="col-12 lh-lg <!--d-flex align-items-center-->">婚約指輪は言うもでもなくダイヤモンドと枠でつくられています。<br>\r\n そのダイヤモンドと枠はそれぞれ最高のものでなくてはならないとTANZOは考えます。<br><br>\r\n 婚約指輪の枠を軽視していませんか?<br>\r\n 実は枠は簡単に変形したり、ダイヤモンドが落ちることもあります。<br>\r\n TANZOは婚約指輪の枠を3つのこだわりで製造しています。</p>\r\n </div> """ } Eccube\Entity\Category {#7524 -id: 3 -name: "Anniversary Jewelry アニバーサリージュエリー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1733708280 {#7526 date: 2024-12-09 10:38:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733708286 {#7525 date: 2024-12-09 10:38:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7523 …} -Children: Doctrine\ORM\PersistentCollection {#7520 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7536 …} -category_contents_area1: "<h2 class="text-center pt-4">大切な人に贈る記念品</h2>" -category_contents_area2: null } ] |
| class | "Eccube\Entity\Category" |
same as passed value |
| placeholder | "common.select__all_products" |
same as passed value |
| required | false |
false
|
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 | "NameWithLevel" |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#9230 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#9235 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#7300 -om: ContainerOz1No3e\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#485 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#7099 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Category {#7288 -id: 1 -name: "Marriage ring 結婚指輪" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1701667899 {#7294 date: 2023-12-04 14:31:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733708286 {#7292 date: 2024-12-09 10:38:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7378 …} -Children: Doctrine\ORM\PersistentCollection {#7534 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7536 …} -category_contents_area1: "<h2 class="text-center pt-4">日本製鍛造の匠の技で、後悔しない結婚指輪選びを</h2>" -category_contents_area2: """ <div class="row py-4 text-center">\r\n <p class="col-12 fs-4 <!--d-flex align-items-end justify-content-end-->">”鍛造(たんぞう)フルオーダーメイド”で最高峰の結婚指輪を。</p>\r\n <p class="col-12 lh-lg <!--d-flex align-items-center-->">私達、鍛造指輪株式会社®は、20年以上かけてお客様のお声を聞き<br class="d-none d-lg-inline">\r\n 【最高満足のビスポーク結婚指輪】を追い求め、創り続けてきました。<br>\r\n 貴方が想い続けて探している結婚指輪、私達ならきっと創れます。</p>\r\n </div> """ } Eccube\Entity\Category {#7531 -id: 2 -name: "Engagement ring 婚約指輪" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1701667899 {#7533 date: 2023-12-04 14:31:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733708286 {#7532 date: 2024-12-09 10:38:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7530 …} -Children: Doctrine\ORM\PersistentCollection {#7527 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7536 …} -category_contents_area1: """ <h2 class="text-center pt-4">流行に左右されない一生物の\r\n 婚約指輪</h2> """ -category_contents_area2: """ <div class="row py-4 text-center">\r\n <p class="col-12 fs-4 <!--d-flex align-items-end justify-content-end--> pb-5">すべてはあなたの“想いを創る”ため<br>\r\n 流行に左右されない一生物の婚約指輪</p>\r\n <p class="col-12 lh-lg <!--d-flex align-items-center-->">婚約指輪は言うもでもなくダイヤモンドと枠でつくられています。<br>\r\n そのダイヤモンドと枠はそれぞれ最高のものでなくてはならないとTANZOは考えます。<br><br>\r\n 婚約指輪の枠を軽視していませんか?<br>\r\n 実は枠は簡単に変形したり、ダイヤモンドが落ちることもあります。<br>\r\n TANZOは婚約指輪の枠を3つのこだわりで製造しています。</p>\r\n </div> """ } Eccube\Entity\Category {#7524 -id: 3 -name: "Anniversary Jewelry アニバーサリージュエリー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1733708280 {#7526 date: 2024-12-09 10:38:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733708286 {#7525 date: 2024-12-09 10:38:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7523 …} -Children: Doctrine\ORM\PersistentCollection {#7520 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7536 …} -category_contents_area1: "<h2 class="text-center pt-4">大切な人に贈る記念品</h2>" -category_contents_area2: null } ] |
| class | "Eccube\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 | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1775 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1776 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1773 …} -namespace: Closure() {#1771 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerOz1No3e\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#485 …2} |
| 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 {#7300 -om: ContainerOz1No3e\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#485 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#7099 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "common.select__all_products" |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#9231 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4210 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#794 …} $translationDomain: "validators" $message: Closure() {#9232 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_category_id" ] |
| cache_key | "_category_id_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9273 +label: "Marriage ring 結婚指輪" +value: "1" +data: Eccube\Entity\Category {#7288 -id: 1 -name: "Marriage ring 結婚指輪" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1701667899 {#7294 date: 2023-12-04 14:31:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733708286 {#7292 date: 2024-12-09 10:38:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7378 …} -Children: Doctrine\ORM\PersistentCollection {#7534 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7536 …} -category_contents_area1: "<h2 class="text-center pt-4">日本製鍛造の匠の技で、後悔しない結婚指輪選びを</h2>" -category_contents_area2: """ <div class="row py-4 text-center">\r\n <p class="col-12 fs-4 <!--d-flex align-items-end justify-content-end-->">”鍛造(たんぞう)フルオーダーメイド”で最高峰の結婚指輪を。</p>\r\n <p class="col-12 lh-lg <!--d-flex align-items-center-->">私達、鍛造指輪株式会社®は、20年以上かけてお客様のお声を聞き<br class="d-none d-lg-inline">\r\n 【最高満足のビスポーク結婚指輪】を追い求め、創り続けてきました。<br>\r\n 貴方が想い続けて探している結婚指輪、私達ならきっと創れます。</p>\r\n </div> """ } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9274 +label: "Engagement ring 婚約指輪" +value: "2" +data: Eccube\Entity\Category {#7531 -id: 2 -name: "Engagement ring 婚約指輪" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1701667899 {#7533 date: 2023-12-04 14:31:39.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733708286 {#7532 date: 2024-12-09 10:38:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7530 …} -Children: Doctrine\ORM\PersistentCollection {#7527 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7536 …} -category_contents_area1: """ <h2 class="text-center pt-4">流行に左右されない一生物の\r\n 婚約指輪</h2> """ -category_contents_area2: """ <div class="row py-4 text-center">\r\n <p class="col-12 fs-4 <!--d-flex align-items-end justify-content-end--> pb-5">すべてはあなたの“想いを創る”ため<br>\r\n 流行に左右されない一生物の婚約指輪</p>\r\n <p class="col-12 lh-lg <!--d-flex align-items-center-->">婚約指輪は言うもでもなくダイヤモンドと枠でつくられています。<br>\r\n そのダイヤモンドと枠はそれぞれ最高のものでなくてはならないとTANZOは考えます。<br><br>\r\n 婚約指輪の枠を軽視していませんか?<br>\r\n 実は枠は簡単に変形したり、ダイヤモンドが落ちることもあります。<br>\r\n TANZOは婚約指輪の枠を3つのこだわりで製造しています。</p>\r\n </div> """ } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9275 +label: "Anniversary Jewelry アニバーサリージュエリー" +value: "3" +data: Eccube\Entity\Category {#7524 -id: 3 -name: "Anniversary Jewelry アニバーサリージュエリー" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1733708280 {#7526 date: 2024-12-09 10:38:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733708286 {#7525 date: 2024-12-09 10:38:06.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#7523 …} -Children: Doctrine\ORM\PersistentCollection {#7520 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#7536 …} -category_contents_area1: "<h2 class="text-center pt-4">大切な人に贈る記念品</h2>" -category_contents_area2: null } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#9266 -form: Symfony\Component\Form\Form {#9253 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#9265 …5} |
| full_name | "category_id" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "category_id" |
| is_selected | Closure($choice, $value) {#9272 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4263 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "category_id" |
| placeholder | "common.select__all_products" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_category_id" |
| valid | true |
| value | "" |
name
"Symfony\Component\Form\Extension\Core\Type\SearchType"
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 | [ "maxlength" => 50 ] |
[ "maxlength" => 50 ] |
| label | "common.search_keyword" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 50 ] |
| 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 {#1775 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1776 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1773 …} -namespace: Closure() {#1771 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#9243 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4168 …} } |
| 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 | "common.search_keyword" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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 |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#9238 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4210 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#794 …} $translationDomain: "validators" $message: Closure() {#9242 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 50 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "search" "_name" ] |
| cache_key | "_name_search" |
| compound | false |
| data | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| errors | Symfony\Component\Form\FormErrorIterator {#9276 -form: Symfony\Component\Form\Form {#9256 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9271 …5} |
| full_name | "name" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "name" |
| label | "common.search_keyword" |
| 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 | "_name" |
| valid | true |
| value | "" |