- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 522
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine 2
- Migrations 13
- 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 {#7067 name: "admin_product" type_class: "Eccube\Form\Type\Admin\ProductType" data: Eccube\Entity\Product {#5311 -_calc: false -stockFinds: [] -stocks: [] -stockUnlimiteds: [] -price01: [] -price02: [] -price01IncTaxs: [] -price02IncTaxs: [] -codes: [] -classCategories1: [] -classCategories2: [] -className1: null -className2: null -id: 111 -name: "Vブロックスプレー" -note: null -description_list: "世界初ダチョウ抗体配合 抗菌・除菌スプレー" -description_detail: """ 【内容量:30mL】\n \n 【使用方法】\n ウイルス対策「ダチョウ抗体」を配合した世界初のスプレー。\n 顔や手、マスクやドアノブ等、手の触れる場所にスプレーしてお使いください。\n \n <font color="#FF0000">※こちらの商品はポイント還元対象外となります</font> """ -search_word: null -free_area: null -create_date: DateTime @1686213241 {#5174 date: 2023-06-08 17:34:01.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1746170945 {#9250 date: 2025-05-02 07:29:05.704745 UTC (+00:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5509 …} -ProductClasses: Doctrine\ORM\PersistentCollection {#5637 …} -ProductImage: Doctrine\ORM\PersistentCollection {#5919 …} -ProductTag: Doctrine\ORM\PersistentCollection {#5914 …} -CustomerFavoriteProducts: Doctrine\ORM\PersistentCollection {#5597 …} -Creator: Eccube\Entity\Member {#2743 …} -Status: Proxies\__CG__\Eccube\Entity\Master\ProductStatus {#5639 …} -free_description_about_quantity: null -free_description_about_selling_price: null -free_description_of_payment_delivery: null -_calc_customer_rank: false -customer_price: [] -customerPriceIncTaxs: [] -customer_rank_price: [] -customerRankPriceIncTaxs: [] } } "constraints" => null "groups" => null ]