- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 578
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine 4
- 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 {#3664 name: "_shopping_order" type_class: "Eccube\Form\Type\Shopping\OrderType" data: Eccube\Entity\Order {#3373 -id: 1294 -pre_order_id: "19af0502e29411a86c013fd7df2111a05b043c86" -order_no: "1294" -message: null -name01: "大野" -name02: "美南" -kana01: "オオノ" -kana02: "ミナミ" -company_name: null -email: "xx34mai.373xx@icloud.com" -phone_number: "08086382857" -postal_code: "7912101" -addr01: "伊予郡砥部町高尾田" -addr02: "1035-1フォブールGO102" -birth: DateTime @949676400 {#3339 date: 2000-02-05 00:00:00.0 Asia/Tokyo (+09:00) } -subtotal: 4000.0 -discount: 0 -delivery_fee_total: 0.0 -charge: 0.0 -tax: 364.0 -total: 4000.0 -payment_total: 4000.0 -payment_method: "PayPay" -note: null -create_date: DateTime @1755526668 {#3342 date: 2025-08-18 23:17:48.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1755526736 {#4664 date: 2025-08-18 14:18:56.956632 UTC (+00:00) } -order_date: null -payment_date: null -currency_code: "JPY" -complete_message: null -complete_mail_message: null -OrderItems: Doctrine\ORM\PersistentCollection {#3462 …} -Shippings: Doctrine\ORM\PersistentCollection {#3536 …} -MailHistories: Doctrine\ORM\PersistentCollection {#3538 …} -Customer: Eccube\Entity\Customer {#2413 …} -Country: null -Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#2646 …} -Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#2626 …} -Job: Proxies\__CG__\Eccube\Entity\Master\Job {#2636 …} -Payment: Proxies\__CG__\Eccube\Entity\Payment {#3571 …} -DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#3522 …} -CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#3453 …} -OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#3581 …} -OrderStatus: Eccube\Entity\Master\OrderStatus {#4609 …} -CodeacLinepayPaymentStatus: Plugin\CodeacLinepay\Entity\PaymentStatus {#4608 …} -CodeacPaypayPaymentStatus: null -CodeacLinepayPaymentData: null -CodeacPaypayPaymentData: null -Transaction: Doctrine\ORM\PersistentCollection {#3597 …} -yamatoOrderPayment: null -yamatoOrderStatus: null -add_point: "0" -use_point: "0" } } "constraints" => null "groups" => null ]