- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 452
- Events
- Routing
- Cache
- Translation 21
- Security
- Twig
- Doctrine 2
- Migrations 12
- 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.
Validator calls
In
ValidationListener.php
line 50 (context):
No violations
if ($form->isRoot()) {// Form groups are validated internally (FormValidator). Here we don't set groups as they are retrieved into the validator.foreach ($this->validator->validate($form) as $violation) {// Allow the "invalid" constraint to be put onto// non-synchronized forms$allowNonSynchronized = $violation->getConstraint() instanceof Form && Form::NOT_SYNCHRONIZED_ERROR === $violation->getCode();
[ "value" => Symfony\Component\Form\Form {#7619 name: "" type_class: "Eccube\Form\Type\SearchProductType" data: [ "mode" => null "category_id" => Eccube\Entity\Category {#4174 -id: 81 -name: "Members’ Exclusive" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1741650795 {#4178 date: 2025-03-11 08:53:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1748418953 {#4184 date: 2025-05-28 16:55:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4296 …} -Children: Doctrine\ORM\PersistentCollection {#4298 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4364 …} -content: """ <h1>Members’ Exclusive</h1>\r\n <p>通常はサロン店頭販売のみの商品を、owlサロンの顧客様ならびに owls cosme 会員のごく限られた方にのみ、オンラインでも販売しております。</p>\r\n <p><strong>ご購入にあたってのご注意</strong>\r\n 1. <strong>在庫について</strong>:店頭在庫に限りがあるため、お取り寄せとなる場合がございます。\r\n 通常は2~3日以内に発送いたしますが、即日発送が難しい場合は、お届け予定をメールにてご案内いたします。\r\n \r\n 2. <strong>販売について</strong>:こちらの商品はシークレット販売となります。SNSなどでの公表はお控えいただきますようお願いいたします。\r\n \r\n 3. <strong>ページの運営について</strong>:諸事情により、本ページを予告なく閉鎖する場合がございます。あらかじめご了承ください。</p> """ -metaDescription: null -file_name: null -slug: null -file_delete_flag: null } "name" => null "pageno" => null "disp_number" => Eccube\Entity\Master\ProductListMax {#7096 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#7088 #id: 5 #name: "おすすめ順" #sort_no: 0 } ] } "constraints" => null "groups" => null ]
In
ValidationListener.php
line 50 (context):
No violations
if ($form->isRoot()) {// Form groups are validated internally (FormValidator). Here we don't set groups as they are retrieved into the validator.foreach ($this->validator->validate($form) as $violation) {// Allow the "invalid" constraint to be put onto// non-synchronized forms$allowNonSynchronized = $violation->getConstraint() instanceof Form && Form::NOT_SYNCHRONIZED_ERROR === $violation->getCode();
[ "value" => Symfony\Component\Form\Form {#11551 name: "" type_class: "Eccube\Form\Type\SearchProductBlockType" data: [ "category_id" => Eccube\Entity\Category {#4174 -id: 81 -name: "Members’ Exclusive" -hierarchy: 1 -sort_no: 13 -create_date: DateTime @1741650795 {#4178 date: 2025-03-11 08:53:15.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1748418953 {#4184 date: 2025-05-28 16:55:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4296 …} -Children: Doctrine\ORM\PersistentCollection {#4298 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4364 …} -content: """ <h1>Members’ Exclusive</h1>\r\n <p>通常はサロン店頭販売のみの商品を、owlサロンの顧客様ならびに owls cosme 会員のごく限られた方にのみ、オンラインでも販売しております。</p>\r\n <p><strong>ご購入にあたってのご注意</strong>\r\n 1. <strong>在庫について</strong>:店頭在庫に限りがあるため、お取り寄せとなる場合がございます。\r\n 通常は2~3日以内に発送いたしますが、即日発送が難しい場合は、お届け予定をメールにてご案内いたします。\r\n \r\n 2. <strong>販売について</strong>:こちらの商品はシークレット販売となります。SNSなどでの公表はお控えいただきますようお願いいたします。\r\n \r\n 3. <strong>ページの運営について</strong>:諸事情により、本ページを予告なく閉鎖する場合がございます。あらかじめご了承ください。</p> """ -metaDescription: null -file_name: null -slug: null -file_delete_flag: null } "name" => null ] } "constraints" => null "groups" => null ]