- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 262
- Events
- Routing
- Cache
- Translation 61
- Security
- Twig
- Doctrine 3
- 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.
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 {#5512 name: "_shopping_order" type_class: "Eccube\Form\Type\Shopping\OrderType" data: Eccube\Entity\Order {#4162 -id: 1286 -pre_order_id: "02015f795ab2318810498388c6a3257628fc5aa9" -order_no: "1286" -message: null -name01: "沖縄" -name02: "一郎" -kana01: "オキナワ" -kana02: "イチロウ" -company_name: null -email: "kanrik@million.co.jp" -phone_number: "0980111234" -postal_code: "9071101" -addr01: "八重山郡竹富町竹富" -addr02: "1-1-1" -birth: null -subtotal: 9790.0 -discount: 1174.0 -delivery_fee_total: 1210.0 -charge: 0 -tax: 835.0 -total: 9826.0 -payment_total: 9826.0 -payment_method: "代金引換(330円)" -note: null -create_date: DateTime @1770856660 {#4372 date: 2026-02-12 00:37:40.0 UTC (+00:00) } -update_date: DateTime @1770856687 {#10173 date: 2026-02-12 00:38:07.355945 UTC (+00:00) } -order_date: null -payment_date: null -currency_code: "JPY" -complete_message: null -complete_mail_message: null -OrderItems: Doctrine\ORM\PersistentCollection {#4520 …} -Shippings: Doctrine\ORM\PersistentCollection {#4821 …} -MailHistories: Doctrine\ORM\PersistentCollection {#4387 …} -Customer: Eccube\Entity\Customer {#1860 …} -Country: null -Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#2369 …} -Sex: null -Job: null -Payment: Proxies\__CG__\Eccube\Entity\Payment {#5101 …} -DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#3535 …} -CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#4816 …} -OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#5071 …} -OrderStatus: Proxies\__CG__\Eccube\Entity\Master\OrderStatus {#5111 …} -mng_flg: null -registeredCardCount: 0 -gmo_payment_gateway_payment_status: null -GmoConfig: Plugin\GmoPaymentGateway42\Entity\GmoConfig {#5220 …} -gmoMethodConfig: [] -GmoPaymentInput: null -GmoPaymentMethod: null -GmoOrderPayment: null -gmoPaymentInfo: [] -gmoPaymentIds: [] -add_point: 395.0 -use_point: 0 } } "constraints" => null "groups" => null ]