- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 432
- Events
- Routing
- Cache
- Translation 3
- Security
- Twig
- Doctrine
- Migrations 14
- 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
(no name)
"Eccube\Form\Type\SearchProductType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | [ "mode" => null "category_id" => null "name" => null "pageno" => null "disp_number" => Eccube\Entity\Master\ProductListMax {#4000 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#4003 #id: 4 #name: "おすすめ順" #sort_no: 0 } ] |
Model Format | same as normalized format |
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 {#417 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#416 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#415 …} -namespace: Closure() {#413 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4023 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3891 …} } |
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() {#4021 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#706 …} $translationDomain: "validators" $message: Closure() {#4022 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "search_product" "_" ] |
cache_key | "__search_product" |
compound | true |
data | [ "mode" => null "category_id" => null "name" => null "pageno" => null "disp_number" => Eccube\Entity\Master\ProductListMax {#4000 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#4003 #id: 4 #name: "おすすめ順" #sort_no: 0 } ] |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#6702 -form: Symfony\Component\Form\Form {#4520 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6673 …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 | true |
translation_domain | null |
unique_block_prefix | "_" |
valid | true |
value | [ "mode" => null "category_id" => null "name" => null "pageno" => null "disp_number" => Eccube\Entity\Master\ProductListMax {#4000 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#4003 #id: 4 #name: "おすすめ順" #sort_no: 0 } ] |
mode
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "search" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | "search" |
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 | 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 {#417 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#416 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#415 …} -namespace: Closure() {#413 …} } |
data | "search" |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4388 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3891 …} } |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4362 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#706 …} $translationDomain: "validators" $message: Closure() {#4361 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_mode" ] |
cache_key | "_mode_hidden" |
compound | false |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#6698 -form: Symfony\Component\Form\Form {#4557 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6699 …5} |
full_name | "mode" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mode" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "mode" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_mode" |
valid | true |
value | "" |
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
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_label | "NameWithLevel" |
same as passed value |
choices | [ Eccube\Entity\Category {#4061 -id: 1 -name: "カスタムパーツ" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1710180497 {#4054 date: 2024-03-12 03:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721179565 {#4056 date: 2024-07-17 10:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4081 …} -Children: Doctrine\ORM\PersistentCollection {#4328 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "カスタムパーツ【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "【オンラインショップ】チェーン・マフラー・フェンダーレス・グリップといったダートバイクのカスタムパーツを取り扱っております。" -keywords: null } Eccube\Entity\Category {#4325 -id: 2 -name: "タイヤ" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1710180501 {#4327 date: 2024-03-12 03:08:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180031 {#4326 date: 2024-07-17 10:33:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4324 …} -Children: Doctrine\ORM\PersistentCollection {#4321 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "タイヤ【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "モトクロスタイヤ・エンデューロタイヤ・トライアルタイヤ・トレールタイヤの4種類のオフロードタイヤを取り扱っております。" -keywords: null } Eccube\Entity\Category {#4318 -id: 3 -name: "オイル / ケミカル" -hierarchy: 1 -sort_no: 9 -create_date: DateTime @1710180509 {#4320 date: 2024-03-12 03:08:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180054 {#4319 date: 2024-07-17 10:34:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4317 …} -Children: Doctrine\ORM\PersistentCollection {#4314 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "オイル / ケミカル【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "バイクのメンテナンスに使用するスプレーやグリス、オイルやクリーナーなどを取り扱っております。" -keywords: null } Eccube\Entity\Category {#4311 -id: 4 -name: "ヘルメット" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1710180512 {#4313 date: 2024-03-12 03:08:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180075 {#4312 date: 2024-07-17 10:34:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4310 …} -Children: Doctrine\ORM\PersistentCollection {#4307 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "ヘルメット【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "ヘルメットの種類は、デュアルパーパス・オフロード向け・トライアルの3種類を主に取り扱っております。使用用途やスタイルに合わせてお選びください。" -keywords: null } Eccube\Entity\Category {#4304 -id: 5 -name: "ゴーグル" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1710180517 {#4306 date: 2024-03-12 03:08:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180096 {#4305 date: 2024-07-17 10:34:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4303 …} -Children: Doctrine\ORM\PersistentCollection {#4300 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "ゴーグル【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "ヘルメットに対応しているゴーグルや換気口が広く、眼鏡に対応しているゴーグルなどを取り扱っております。" -keywords: null } Eccube\Entity\Category {#4057 -id: 6 -name: "ウェア用品一式" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1710180520 {#4049 date: 2024-03-12 03:08:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180122 {#4055 date: 2024-07-17 10:35:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4062 …} -Children: Doctrine\ORM\PersistentCollection {#4291 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "ウェア用品一式【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "バイクを乗る際に着用するウェアを取り扱っております。機能性や耐久性があるウェアやデザイン性を重視したウェアなどがあります。" -keywords: null } Eccube\Entity\Category {#4293 -id: 7 -name: "プロテクター / ブーツ" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1710180525 {#4290 date: 2024-03-12 03:08:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180144 {#4292 date: 2024-07-17 10:35:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4294 …} -Children: Doctrine\ORM\PersistentCollection {#4297 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "プロテクター / ブーツ【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "防御力が高いプロテクター以外にも軽さに特化している商品、動きやすさを意識した商品などお客様のスタイルに合ったプロテクターをご用意しております。また、ブーツも使用用途に適したものをご用意しております。" -keywords: null } Eccube\Entity\Category {#4335 -id: 8 -name: "その他バイク用品" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1710180528 {#4298 date: 2024-03-12 03:08:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180165 {#4299 date: 2024-07-17 10:36:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4333 …} -Children: Doctrine\ORM\PersistentCollection {#4337 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "その他バイク用品【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "他にもダートバイクをカスタムする部品を取り扱っております。" -keywords: null } Eccube\Entity\Category {#4340 -id: 9 -name: "中古パーツ" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1710180532 {#4338 date: 2024-03-12 03:08:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180188 {#4339 date: 2024-07-17 10:36:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4341 …} -Children: Doctrine\ORM\PersistentCollection {#4344 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "中古パーツ【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "中古パーツも取り扱っており、お手軽な価格で購入することが可能です。" -keywords: null } Eccube\Entity\Category {#4347 -id: 10 -name: "スノーパーツ" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1710180536 {#4345 date: 2024-03-12 03:08:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180206 {#4346 date: 2024-07-17 10:36:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4348 …} -Children: Doctrine\ORM\PersistentCollection {#4351 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "スノーパーツ【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "冬季にもバイクを楽しむことができるようにスノーダートバイク変換キットを販売しております。" -keywords: null } Eccube\Entity\Category {#4354 -id: 11 -name: "除雪機" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1720745484 {#4352 date: 2024-07-12 09:51:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180227 {#4353 date: 2024-07-17 10:37:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4355 …} -Children: Doctrine\ORM\PersistentCollection {#4358 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "除雪機【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "冬の快適な生活を支える除雪機を販売しております。" -keywords: null } ] |
[ Eccube\Entity\Category {#4061 -id: 1 -name: "カスタムパーツ" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1710180497 {#4054 date: 2024-03-12 03:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721179565 {#4056 date: 2024-07-17 10:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4081 …} -Children: Doctrine\ORM\PersistentCollection {#4328 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "カスタムパーツ【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "【オンラインショップ】チェーン・マフラー・フェンダーレス・グリップといったダートバイクのカスタムパーツを取り扱っております。" -keywords: null } Eccube\Entity\Category {#4325 -id: 2 -name: "タイヤ" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1710180501 {#4327 date: 2024-03-12 03:08:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180031 {#4326 date: 2024-07-17 10:33:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4324 …} -Children: Doctrine\ORM\PersistentCollection {#4321 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "タイヤ【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "モトクロスタイヤ・エンデューロタイヤ・トライアルタイヤ・トレールタイヤの4種類のオフロードタイヤを取り扱っております。" -keywords: null } Eccube\Entity\Category {#4318 -id: 3 -name: "オイル / ケミカル" -hierarchy: 1 -sort_no: 9 -create_date: DateTime @1710180509 {#4320 date: 2024-03-12 03:08:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180054 {#4319 date: 2024-07-17 10:34:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4317 …} -Children: Doctrine\ORM\PersistentCollection {#4314 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "オイル / ケミカル【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "バイクのメンテナンスに使用するスプレーやグリス、オイルやクリーナーなどを取り扱っております。" -keywords: null } Eccube\Entity\Category {#4311 -id: 4 -name: "ヘルメット" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1710180512 {#4313 date: 2024-03-12 03:08:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180075 {#4312 date: 2024-07-17 10:34:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4310 …} -Children: Doctrine\ORM\PersistentCollection {#4307 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "ヘルメット【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "ヘルメットの種類は、デュアルパーパス・オフロード向け・トライアルの3種類を主に取り扱っております。使用用途やスタイルに合わせてお選びください。" -keywords: null } Eccube\Entity\Category {#4304 -id: 5 -name: "ゴーグル" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1710180517 {#4306 date: 2024-03-12 03:08:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180096 {#4305 date: 2024-07-17 10:34:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4303 …} -Children: Doctrine\ORM\PersistentCollection {#4300 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "ゴーグル【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "ヘルメットに対応しているゴーグルや換気口が広く、眼鏡に対応しているゴーグルなどを取り扱っております。" -keywords: null } Eccube\Entity\Category {#4057 -id: 6 -name: "ウェア用品一式" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1710180520 {#4049 date: 2024-03-12 03:08:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180122 {#4055 date: 2024-07-17 10:35:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4062 …} -Children: Doctrine\ORM\PersistentCollection {#4291 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "ウェア用品一式【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "バイクを乗る際に着用するウェアを取り扱っております。機能性や耐久性があるウェアやデザイン性を重視したウェアなどがあります。" -keywords: null } Eccube\Entity\Category {#4293 -id: 7 -name: "プロテクター / ブーツ" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1710180525 {#4290 date: 2024-03-12 03:08:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180144 {#4292 date: 2024-07-17 10:35:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4294 …} -Children: Doctrine\ORM\PersistentCollection {#4297 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "プロテクター / ブーツ【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "防御力が高いプロテクター以外にも軽さに特化している商品、動きやすさを意識した商品などお客様のスタイルに合ったプロテクターをご用意しております。また、ブーツも使用用途に適したものをご用意しております。" -keywords: null } Eccube\Entity\Category {#4335 -id: 8 -name: "その他バイク用品" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1710180528 {#4298 date: 2024-03-12 03:08:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180165 {#4299 date: 2024-07-17 10:36:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4333 …} -Children: Doctrine\ORM\PersistentCollection {#4337 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "その他バイク用品【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "他にもダートバイクをカスタムする部品を取り扱っております。" -keywords: null } Eccube\Entity\Category {#4340 -id: 9 -name: "中古パーツ" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1710180532 {#4338 date: 2024-03-12 03:08:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180188 {#4339 date: 2024-07-17 10:36:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4341 …} -Children: Doctrine\ORM\PersistentCollection {#4344 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "中古パーツ【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "中古パーツも取り扱っており、お手軽な価格で購入することが可能です。" -keywords: null } Eccube\Entity\Category {#4347 -id: 10 -name: "スノーパーツ" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1710180536 {#4345 date: 2024-03-12 03:08:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180206 {#4346 date: 2024-07-17 10:36:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4348 …} -Children: Doctrine\ORM\PersistentCollection {#4351 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "スノーパーツ【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "冬季にもバイクを楽しむことができるようにスノーダートバイク変換キットを販売しております。" -keywords: null } Eccube\Entity\Category {#4354 -id: 11 -name: "除雪機" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1720745484 {#4352 date: 2024-07-12 09:51:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180227 {#4353 date: 2024-07-17 10:37:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4355 …} -Children: Doctrine\ORM\PersistentCollection {#4358 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "除雪機【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "冬の快適な生活を支える除雪機を販売しております。" -keywords: 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 {#4418 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4421 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4423 -om: ContainerWYNQVvc\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#401 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3795 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ Eccube\Entity\Category {#4061 -id: 1 -name: "カスタムパーツ" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1710180497 {#4054 date: 2024-03-12 03:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721179565 {#4056 date: 2024-07-17 10:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4081 …} -Children: Doctrine\ORM\PersistentCollection {#4328 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "カスタムパーツ【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "【オンラインショップ】チェーン・マフラー・フェンダーレス・グリップといったダートバイクのカスタムパーツを取り扱っております。" -keywords: null } Eccube\Entity\Category {#4325 -id: 2 -name: "タイヤ" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1710180501 {#4327 date: 2024-03-12 03:08:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180031 {#4326 date: 2024-07-17 10:33:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4324 …} -Children: Doctrine\ORM\PersistentCollection {#4321 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "タイヤ【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "モトクロスタイヤ・エンデューロタイヤ・トライアルタイヤ・トレールタイヤの4種類のオフロードタイヤを取り扱っております。" -keywords: null } Eccube\Entity\Category {#4318 -id: 3 -name: "オイル / ケミカル" -hierarchy: 1 -sort_no: 9 -create_date: DateTime @1710180509 {#4320 date: 2024-03-12 03:08:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180054 {#4319 date: 2024-07-17 10:34:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4317 …} -Children: Doctrine\ORM\PersistentCollection {#4314 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "オイル / ケミカル【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "バイクのメンテナンスに使用するスプレーやグリス、オイルやクリーナーなどを取り扱っております。" -keywords: null } Eccube\Entity\Category {#4311 -id: 4 -name: "ヘルメット" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1710180512 {#4313 date: 2024-03-12 03:08:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180075 {#4312 date: 2024-07-17 10:34:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4310 …} -Children: Doctrine\ORM\PersistentCollection {#4307 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "ヘルメット【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "ヘルメットの種類は、デュアルパーパス・オフロード向け・トライアルの3種類を主に取り扱っております。使用用途やスタイルに合わせてお選びください。" -keywords: null } Eccube\Entity\Category {#4304 -id: 5 -name: "ゴーグル" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1710180517 {#4306 date: 2024-03-12 03:08:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180096 {#4305 date: 2024-07-17 10:34:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4303 …} -Children: Doctrine\ORM\PersistentCollection {#4300 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "ゴーグル【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "ヘルメットに対応しているゴーグルや換気口が広く、眼鏡に対応しているゴーグルなどを取り扱っております。" -keywords: null } Eccube\Entity\Category {#4057 -id: 6 -name: "ウェア用品一式" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1710180520 {#4049 date: 2024-03-12 03:08:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180122 {#4055 date: 2024-07-17 10:35:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4062 …} -Children: Doctrine\ORM\PersistentCollection {#4291 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "ウェア用品一式【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "バイクを乗る際に着用するウェアを取り扱っております。機能性や耐久性があるウェアやデザイン性を重視したウェアなどがあります。" -keywords: null } Eccube\Entity\Category {#4293 -id: 7 -name: "プロテクター / ブーツ" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1710180525 {#4290 date: 2024-03-12 03:08:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180144 {#4292 date: 2024-07-17 10:35:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4294 …} -Children: Doctrine\ORM\PersistentCollection {#4297 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "プロテクター / ブーツ【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "防御力が高いプロテクター以外にも軽さに特化している商品、動きやすさを意識した商品などお客様のスタイルに合ったプロテクターをご用意しております。また、ブーツも使用用途に適したものをご用意しております。" -keywords: null } Eccube\Entity\Category {#4335 -id: 8 -name: "その他バイク用品" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1710180528 {#4298 date: 2024-03-12 03:08:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180165 {#4299 date: 2024-07-17 10:36:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4333 …} -Children: Doctrine\ORM\PersistentCollection {#4337 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "その他バイク用品【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "他にもダートバイクをカスタムする部品を取り扱っております。" -keywords: null } Eccube\Entity\Category {#4340 -id: 9 -name: "中古パーツ" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1710180532 {#4338 date: 2024-03-12 03:08:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180188 {#4339 date: 2024-07-17 10:36:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4341 …} -Children: Doctrine\ORM\PersistentCollection {#4344 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "中古パーツ【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "中古パーツも取り扱っており、お手軽な価格で購入することが可能です。" -keywords: null } Eccube\Entity\Category {#4347 -id: 10 -name: "スノーパーツ" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1710180536 {#4345 date: 2024-03-12 03:08:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180206 {#4346 date: 2024-07-17 10:36:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4348 …} -Children: Doctrine\ORM\PersistentCollection {#4351 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "スノーパーツ【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "冬季にもバイクを楽しむことができるようにスノーダートバイク変換キットを販売しております。" -keywords: null } Eccube\Entity\Category {#4354 -id: 11 -name: "除雪機" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1720745484 {#4352 date: 2024-07-12 09:51:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180227 {#4353 date: 2024-07-17 10:37:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4355 …} -Children: Doctrine\ORM\PersistentCollection {#4358 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "除雪機【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "冬の快適な生活を支える除雪機を販売しております。" -keywords: 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 {#417 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#416 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#415 …} -namespace: Closure() {#413 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerWYNQVvc\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#401 …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 {#4423 -om: ContainerWYNQVvc\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#401 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3795 …} -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() {#4424 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#706 …} $translationDomain: "validators" $message: Closure() {#4429 …} } } |
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 {#6693 +label: "カスタムパーツ" +value: "1" +data: Eccube\Entity\Category {#4061 -id: 1 -name: "カスタムパーツ" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1710180497 {#4054 date: 2024-03-12 03:08:17.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721179565 {#4056 date: 2024-07-17 10:26:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4081 …} -Children: Doctrine\ORM\PersistentCollection {#4328 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "カスタムパーツ【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "【オンラインショップ】チェーン・マフラー・フェンダーレス・グリップといったダートバイクのカスタムパーツを取り扱っております。" -keywords: null } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6691 +label: "タイヤ" +value: "2" +data: Eccube\Entity\Category {#4325 -id: 2 -name: "タイヤ" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1710180501 {#4327 date: 2024-03-12 03:08:21.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180031 {#4326 date: 2024-07-17 10:33:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4324 …} -Children: Doctrine\ORM\PersistentCollection {#4321 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "タイヤ【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "モトクロスタイヤ・エンデューロタイヤ・トライアルタイヤ・トレールタイヤの4種類のオフロードタイヤを取り扱っております。" -keywords: null } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6692 +label: "オイル / ケミカル" +value: "3" +data: Eccube\Entity\Category {#4318 -id: 3 -name: "オイル / ケミカル" -hierarchy: 1 -sort_no: 9 -create_date: DateTime @1710180509 {#4320 date: 2024-03-12 03:08:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180054 {#4319 date: 2024-07-17 10:34:14.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4317 …} -Children: Doctrine\ORM\PersistentCollection {#4314 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "オイル / ケミカル【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "バイクのメンテナンスに使用するスプレーやグリス、オイルやクリーナーなどを取り扱っております。" -keywords: null } +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6684 +label: "ヘルメット" +value: "4" +data: Eccube\Entity\Category {#4311 -id: 4 -name: "ヘルメット" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1710180512 {#4313 date: 2024-03-12 03:08:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180075 {#4312 date: 2024-07-17 10:34:35.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4310 …} -Children: Doctrine\ORM\PersistentCollection {#4307 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "ヘルメット【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "ヘルメットの種類は、デュアルパーパス・オフロード向け・トライアルの3種類を主に取り扱っております。使用用途やスタイルに合わせてお選びください。" -keywords: null } +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6685 +label: "ゴーグル" +value: "5" +data: Eccube\Entity\Category {#4304 -id: 5 -name: "ゴーグル" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1710180517 {#4306 date: 2024-03-12 03:08:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180096 {#4305 date: 2024-07-17 10:34:56.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4303 …} -Children: Doctrine\ORM\PersistentCollection {#4300 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "ゴーグル【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "ヘルメットに対応しているゴーグルや換気口が広く、眼鏡に対応しているゴーグルなどを取り扱っております。" -keywords: null } +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6686 +label: "ウェア用品一式" +value: "6" +data: Eccube\Entity\Category {#4057 -id: 6 -name: "ウェア用品一式" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1710180520 {#4049 date: 2024-03-12 03:08:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180122 {#4055 date: 2024-07-17 10:35:22.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4062 …} -Children: Doctrine\ORM\PersistentCollection {#4291 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "ウェア用品一式【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "バイクを乗る際に着用するウェアを取り扱っております。機能性や耐久性があるウェアやデザイン性を重視したウェアなどがあります。" -keywords: null } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6687 +label: "プロテクター / ブーツ" +value: "7" +data: Eccube\Entity\Category {#4293 -id: 7 -name: "プロテクター / ブーツ" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1710180525 {#4290 date: 2024-03-12 03:08:45.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180144 {#4292 date: 2024-07-17 10:35:44.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4294 …} -Children: Doctrine\ORM\PersistentCollection {#4297 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "プロテクター / ブーツ【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "防御力が高いプロテクター以外にも軽さに特化している商品、動きやすさを意識した商品などお客様のスタイルに合ったプロテクターをご用意しております。また、ブーツも使用用途に適したものをご用意しております。" -keywords: null } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6688 +label: "その他バイク用品" +value: "8" +data: Eccube\Entity\Category {#4335 -id: 8 -name: "その他バイク用品" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1710180528 {#4298 date: 2024-03-12 03:08:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180165 {#4299 date: 2024-07-17 10:36:05.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4333 …} -Children: Doctrine\ORM\PersistentCollection {#4337 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "その他バイク用品【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "他にもダートバイクをカスタムする部品を取り扱っております。" -keywords: null } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6689 +label: "中古パーツ" +value: "9" +data: Eccube\Entity\Category {#4340 -id: 9 -name: "中古パーツ" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1710180532 {#4338 date: 2024-03-12 03:08:52.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180188 {#4339 date: 2024-07-17 10:36:28.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4341 …} -Children: Doctrine\ORM\PersistentCollection {#4344 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "中古パーツ【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "中古パーツも取り扱っており、お手軽な価格で購入することが可能です。" -keywords: null } +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6683 +label: "スノーパーツ" +value: "10" +data: Eccube\Entity\Category {#4347 -id: 10 -name: "スノーパーツ" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1710180536 {#4345 date: 2024-03-12 03:08:56.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180206 {#4346 date: 2024-07-17 10:36:46.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4348 …} -Children: Doctrine\ORM\PersistentCollection {#4351 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "スノーパーツ【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "冬季にもバイクを楽しむことができるようにスノーダートバイク変換キットを販売しております。" -keywords: null } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6682 +label: "除雪機" +value: "11" +data: Eccube\Entity\Category {#4354 -id: 11 -name: "除雪機" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1720745484 {#4352 date: 2024-07-12 09:51:24.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1721180227 {#4353 date: 2024-07-17 10:37:07.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4355 …} -Children: Doctrine\ORM\PersistentCollection {#4358 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4330 …} -title: "除雪機【オンラインショップ】札幌市白石区のダートバイク専門ショップ | モトバレーゼ" -description: "冬の快適な生活を支える除雪機を販売しております。" -keywords: 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 {#6696 -form: Symfony\Component\Form\Form {#4561 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#6697 …5} |
full_name | "category_id" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "category_id" |
is_selected | Closure($choice, $value) {#6695 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4387 …} } |
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 | true |
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
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 50 ] |
[ "maxlength" => 50 ] |
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 {#417 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#416 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#415 …} -namespace: Closure() {#413 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4445 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3891 …} } |
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 | 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 |
purify_html | true |
purify_html_profile | "default" |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#4447 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#706 …} $translationDomain: "validators" $message: Closure() {#4444 …} } } |
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 {#6681 -form: Symfony\Component\Form\Form {#4564 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6694 …5} |
full_name | "name" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "name" |
label | null |
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 | true |
translation_domain | null |
unique_block_prefix | "_name" |
valid | true |
value | "" |
pageno
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
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 | 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 {#417 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#416 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#415 …} -namespace: Closure() {#413 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#4454 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3891 …} } |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4460 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#706 …} $translationDomain: "validators" $message: Closure() {#4459 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_pageno" ] |
cache_key | "_pageno_hidden" |
compound | false |
data | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#6680 -form: Symfony\Component\Form\Form {#4522 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6679 …5} |
full_name | "pageno" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "pageno" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "pageno" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_pageno" |
valid | true |
value | "" |
disp_number
"Eccube\Form\Type\Master\ProductListMaxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"20"
|
Normalized Format | Eccube\Entity\Master\ProductListMax {#4000 #id: 20 #name: "20件" #sort_no: 0 } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ Eccube\Entity\Master\ProductListMax {#4000 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4006 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4047 #id: 60 #name: "60件" #sort_no: 2 } ] |
[ Eccube\Entity\Master\ProductListMax {#4000 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4006 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4047 #id: 60 #name: "60件" #sort_no: 2 } ] |
label | 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 | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#4414 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | null |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4480 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4481 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4479 -om: ContainerWYNQVvc\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#401 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3612 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ Eccube\Entity\Master\ProductListMax {#4000 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4006 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4047 #id: 60 #name: "60件" #sort_no: 2 } ] |
class | "Eccube\Entity\Master\ProductListMax" |
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 {#417 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#416 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#415 …} -namespace: Closure() {#413 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerWYNQVvc\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#401 …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 {#4479 -om: ContainerWYNQVvc\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#401 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3612 …} -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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#4482 -_em: Doctrine\ORM\EntityManager {#369 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4484 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4485 #from: "Eccube\Entity\Master\ProductListMax" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4486 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#4483 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#4478 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#706 …} $translationDomain: "validators" $message: Closure() {#4475 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "master" "product_list_max" "_disp_number" ] |
cache_key | "_disp_number_product_list_max" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6675 +label: "20件" +value: "20" +data: Eccube\Entity\Master\ProductListMax {#4000 #id: 20 #name: "20件" #sort_no: 0 } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6676 +label: "40件" +value: "40" +data: Eccube\Entity\Master\ProductListMax {#4006 #id: 40 #name: "40件" #sort_no: 1 } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6674 +label: "60件" +value: "60" +data: Eccube\Entity\Master\ProductListMax {#4047 #id: 60 #name: "60件" #sort_no: 2 } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | Eccube\Entity\Master\ProductListMax {#4000 #id: 20 #name: "20件" #sort_no: 0 } |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#6677 -form: Symfony\Component\Form\Form {#4525 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#6678 …5} |
full_name | "disp_number" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "disp_number" |
is_selected | Closure($choice, $value) {#6665 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4387 …} } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "disp_number" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_disp_number" |
valid | true |
value | "20" |
orderby
"Eccube\Form\Type\Master\ProductListOrderByType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"4"
|
Normalized Format | Eccube\Entity\Master\ProductListOrderBy {#4003 #id: 4 #name: "おすすめ順" #sort_no: 0 } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ Eccube\Entity\Master\ProductListOrderBy {#4003 #id: 4 #name: "おすすめ順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#3999 #id: 1 #name: "価格が低い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#4375 #id: 3 #name: "価格が高い順" #sort_no: 2 } Eccube\Entity\Master\ProductListOrderBy {#4376 #id: 2 #name: "新着順" #sort_no: 3 } ] |
[ Eccube\Entity\Master\ProductListOrderBy {#4003 #id: 4 #name: "おすすめ順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#3999 #id: 1 #name: "価格が低い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#4375 #id: 3 #name: "価格が高い順" #sort_no: 2 } Eccube\Entity\Master\ProductListOrderBy {#4376 #id: 2 #name: "新着順" #sort_no: 3 } ] |
label | 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 | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#4414 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | null |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4504 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4505 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4503 -om: ContainerWYNQVvc\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#401 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4069 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ Eccube\Entity\Master\ProductListOrderBy {#4003 #id: 4 #name: "おすすめ順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#3999 #id: 1 #name: "価格が低い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#4375 #id: 3 #name: "価格が高い順" #sort_no: 2 } Eccube\Entity\Master\ProductListOrderBy {#4376 #id: 2 #name: "新着順" #sort_no: 3 } ] |
class | "Eccube\Entity\Master\ProductListOrderBy" |
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 {#417 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#416 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#415 …} -namespace: Closure() {#413 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerWYNQVvc\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#401 …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 {#4503 -om: ContainerWYNQVvc\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#401 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4069 …} -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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#4506 -_em: Doctrine\ORM\EntityManager {#369 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4508 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4509 #from: "Eccube\Entity\Master\ProductListOrderBy" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4510 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#4507 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#4502 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3992 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#706 …} $translationDomain: "validators" $message: Closure() {#4501 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "master" "product_list_order_by" "_orderby" ] |
cache_key | "_orderby_product_list_order_by" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6705 +label: "おすすめ順" +value: "4" +data: Eccube\Entity\Master\ProductListOrderBy {#4003 #id: 4 #name: "おすすめ順" #sort_no: 0 } +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6667 +label: "価格が低い順" +value: "1" +data: Eccube\Entity\Master\ProductListOrderBy {#3999 #id: 1 #name: "価格が低い順" #sort_no: 1 } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6704 +label: "価格が高い順" +value: "3" +data: Eccube\Entity\Master\ProductListOrderBy {#4375 #id: 3 #name: "価格が高い順" #sort_no: 2 } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6707 +label: "新着順" +value: "2" +data: Eccube\Entity\Master\ProductListOrderBy {#4376 #id: 2 #name: "新着順" #sort_no: 3 } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | Eccube\Entity\Master\ProductListOrderBy {#4003 #id: 4 #name: "おすすめ順" #sort_no: 0 } |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
errors | Symfony\Component\Form\FormErrorIterator {#6666 -form: Symfony\Component\Form\Form {#4528 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#6672 …5} |
full_name | "orderby" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "orderby" |
is_selected | Closure($choice, $value) {#6703 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4387 …} } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "orderby" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_orderby" |
valid | true |
value | "4" |