- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 461
- Events
- Routing
- Cache
- Translation
- 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 {#5890 name: "_shopping_order" type_class: "Eccube\Form\Type\Shopping\OrderType" data: Eccube\Entity\Order {#5118 -id: 6224 -pre_order_id: "3b49c6ad3b3a27facb3e8ad4cb74504f98e1370f" -order_no: 6224 -message: null -name01: "宮田" -name02: "幸一郎" -kana01: "ミヤタ" -kana02: "コウイチロウ" -company_name: null -email: "yococo19sep@gmail.com" -phone_number: "0727521638" -postal_code: "5630012" -addr01: "池田市東山町" -addr02: "1081-1" -birth: null -subtotal: 2546.0 -discount: 0 -delivery_fee_total: 1407.0 -charge: 0.0 -tax: 294.0 -total: 3953.0 -payment_total: 3953.0 -payment_method: "クレジットカード" -note: null -create_date: DateTime @1752298703 {#5123 date: 2025-07-12 14:38:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1752298747 {#8051 date: 2025-07-12 05:39:07.427937 UTC (+00:00) } -order_date: null -payment_date: null -currency_code: "JPY" -complete_message: null -complete_mail_message: null -OrderItems: Doctrine\ORM\PersistentCollection {#5318 …} -Shippings: Doctrine\ORM\PersistentCollection {#5587 …} -MailHistories: Doctrine\ORM\PersistentCollection {#5589 …} -Customer: Eccube\Entity\Customer {#3271 …} -Country: Proxies\__CG__\Eccube\Entity\Master\Country {#3720 …} -Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#3730 …} -Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#3710 …} -Job: null -Payment: Proxies\__CG__\Eccube\Entity\Payment {#5622 …} -DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#5201 …} -CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#5572 …} -OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#5773 …} -OrderStatus: Proxies\__CG__\Eccube\Entity\Master\OrderStatus {#5783 …} -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 ]