- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 462
- Events
- Routing
- Cache
- Translation 43
- Security
- Twig
- Doctrine
- 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 {#5893 name: "_shopping_order" type_class: "Eccube\Form\Type\Shopping\OrderType" data: Eccube\Entity\Order {#5111 -id: 6216 -pre_order_id: "9e1abd08a4470ddd7c37287701d5015d18b34b16" -order_no: "6216" -message: null -name01: "市川" -name02: "定敬" -kana01: "イチカワ" -kana02: "サダタカ" -company_name: null -email: "xyzgaako107@yahoo.ne.jp" -phone_number: "0754930863" -postal_code: "6038472" -addr01: "京都市北区大宮北山ノ前町" -addr02: "37-6" -birth: DateTime @204508800 {#5117 date: 1976-06-25 09:00:00.0 Asia/Tokyo (+09:00) } -subtotal: 4428.0 -discount: 0 -delivery_fee_total: 0.0 -charge: 0.0 -tax: 328.0 -total: 4428.0 -payment_total: 4428.0 -payment_method: "クレジットカード" -note: null -create_date: DateTime @1752226356 {#5180 date: 2025-07-11 09:32:36.0 UTC (+00:00) } -update_date: DateTime @1752226391 {#7871 date: 2025-07-11 09:33:11.672491 UTC (+00:00) } -order_date: null -payment_date: null -currency_code: "JPY" -complete_message: null -complete_mail_message: null -OrderItems: Doctrine\ORM\PersistentCollection {#5313 …} -Shippings: Doctrine\ORM\PersistentCollection {#5582 …} -MailHistories: Doctrine\ORM\PersistentCollection {#5584 …} -Customer: Eccube\Entity\Customer {#3270 …} -Country: Proxies\__CG__\Eccube\Entity\Master\Country {#3731 …} -Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#3741 …} -Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#3711 …} -Job: Proxies\__CG__\Eccube\Entity\Master\Job {#3721 …} -Payment: Proxies\__CG__\Eccube\Entity\Payment {#5617 …} -DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#5196 …} -CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#5567 …} -OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#5768 …} -OrderStatus: Proxies\__CG__\Eccube\Entity\Master\OrderStatus {#5778 …} -univa_pay_charge_id: null -univa_pay_subscription_id: null -univa_pay_charge_amount: null -add_point: "0" -use_point: "0" } } "constraints" => null "groups" => null ]