- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 461
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine
- Migrations 12
- Debug
- E-mails 1
- 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 {#5766 name: "_shopping_order" type_class: "Eccube\Form\Type\Shopping\OrderType" data: Eccube\Entity\Order {#5044 -id: 6258 -pre_order_id: "3efaa62f87a0176dcbefd1f3e07af9d4ca444f53" -order_no: "6258" -message: null -name01: "鈴木" -name02: "正人" -kana01: "スズキ" -kana02: "マサト" -company_name: "石渡電気株式会社" -email: "m-suzuki@idknet.co.jp" -phone_number: "09070500430" -postal_code: "5360081" -addr01: "大阪市中央区南船場2丁目" -addr02: "9-8 シマノ住友生命ビル 1F" -birth: DateTime @32745600 {#5050 date: 1971-01-15 09:00:00.0 Asia/Tokyo (+09:00) } -subtotal: 5508.0 -discount: 0 -delivery_fee_total: 0.0 -charge: 0.0 -tax: 408.0 -total: 5508.0 -payment_total: 5508.0 -payment_method: "クレジットカード" -note: null -create_date: DateTime @1752445565 {#5113 date: 2025-07-13 22:26:05.0 UTC (+00:00) } -update_date: DateTime @1752445740 {#8311 date: 2025-07-13 22:29:00.582107 UTC (+00:00) } -order_date: DateTime @1752445738 {#7178 date: 2025-07-13 22:28:58.924075 UTC (+00:00) } -payment_date: DateTime @1752445740 {#8267 date: 2025-07-13 22:29:00.578186 UTC (+00:00) } -currency_code: "JPY" -complete_message: null -complete_mail_message: null -OrderItems: Doctrine\ORM\PersistentCollection {#5246 …} -Shippings: Doctrine\ORM\PersistentCollection {#5515 …} -MailHistories: Doctrine\ORM\PersistentCollection {#5517 …} -Customer: Eccube\Entity\Customer {#3268 …} -Country: Proxies\__CG__\Eccube\Entity\Master\Country {#3729 …} -Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#3739 …} -Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#3709 …} -Job: Proxies\__CG__\Eccube\Entity\Master\Job {#3719 …} -Payment: Proxies\__CG__\Eccube\Entity\Payment {#5550 …} -DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#5501 …} -CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#5238 …} -OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#5708 …} -OrderStatus: Eccube\Entity\Master\OrderStatus {#8317 …} -univa_pay_charge_id: "11f06038-c144-0ef2-94c1-3b610ba5fa9e" -univa_pay_subscription_id: null -univa_pay_charge_amount: null -add_point: "0" -use_point: "0" } } "constraints" => null "groups" => null ]