- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 580
- 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 {#3439 name: "_shopping_order" type_class: "Eccube\Form\Type\Shopping\OrderType" data: Eccube\Entity\Order {#3055 -id: 876 -pre_order_id: "cabf2746c69c14e826a9f0183a79f59119cab749" -order_no: "876" -message: null -name01: "森乃熊三" -name02: "山本高大" -kana01: "モリノクマサン" -kana02: "ヤマモトタカヒロ" -company_name: null -email: "rhythmmotors.b.a@gmail.com" -phone_number: "08043990130" -postal_code: "6770022" -addr01: "西脇市寺内" -addr02: "16-1" -birth: null -subtotal: 20000.0 -discount: 0 -delivery_fee_total: 0.0 -charge: 0.0 -tax: 1818.0 -total: 20000.0 -payment_total: 20000.0 -payment_method: "PayPay" -note: null -create_date: DateTime @1751882733 {#3099 date: 2025-07-07 19:05:33.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1751882779 {#4499 date: 2025-07-07 10:06:19.642603 UTC (+00:00) } -order_date: null -payment_date: null -currency_code: "JPY" -complete_message: null -complete_mail_message: null -OrderItems: Doctrine\ORM\PersistentCollection {#3237 …} -Shippings: Doctrine\ORM\PersistentCollection {#3311 …} -MailHistories: Doctrine\ORM\PersistentCollection {#3313 …} -Customer: null -Country: null -Pref: Eccube\Entity\Master\Pref {#3019 …} -Sex: null -Job: null -Payment: Proxies\__CG__\Eccube\Entity\Payment {#3346 …} -DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#3297 …} -CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#3228 …} -OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#3356 …} -OrderStatus: Eccube\Entity\Master\OrderStatus {#4444 …} -CodeacLinepayPaymentStatus: Plugin\CodeacLinepay\Entity\PaymentStatus {#4443 …} -CodeacPaypayPaymentStatus: null -CodeacLinepayPaymentData: null -CodeacPaypayPaymentData: null -Transaction: Doctrine\ORM\PersistentCollection {#3372 …} -yamatoOrderPayment: null -yamatoOrderStatus: null -add_point: "0" -use_point: "0" } } "constraints" => null "groups" => null ]