- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 461
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine
- Migrations 12
- Debug
- E-mails 1
- 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 {#5757 name: "_shopping_order" type_class: "Eccube\Form\Type\Shopping\OrderType" data: Eccube\Entity\Order {#5035 -id: 6436 -pre_order_id: "b2b3a1d04cdbe5e3c4c4ca0c5adc6c52568c7ada" -order_no: "6436" -message: null -name01: "田中" -name02: "晃一" -kana01: "タナカ" -kana02: "コウイチ" -company_name: "田中写真館" -email: "t-stu@scnet.tv" -phone_number: "0767320170" -postal_code: "9250154" -addr01: "羽咋郡志賀町末吉阿波" -addr02: "19-1" -birth: DateTime @-549795600 {#5041 date: 1952-07-31 00:00:00.0 Asia/Tokyo (+09:00) } -subtotal: 4188.0 -discount: 0 -delivery_fee_total: 0.0 -charge: 0.0 -tax: 310.0 -total: 4188.0 -payment_total: 4188.0 -payment_method: "クレジットカード" -note: null -create_date: DateTime @1753515417 {#5104 date: 2025-07-26 07:36:57.0 UTC (+00:00) } -update_date: DateTime @1753516313 {#8372 date: 2025-07-26 07:51:53.342662 UTC (+00:00) } -order_date: DateTime @1753516312 {#7322 date: 2025-07-26 07:51:52.650751 UTC (+00:00) } -payment_date: DateTime @1753516313 {#8323 date: 2025-07-26 07:51:53.338796 UTC (+00:00) } -currency_code: "JPY" -complete_message: null -complete_mail_message: null -OrderItems: Doctrine\ORM\PersistentCollection {#5237 …} -Shippings: Doctrine\ORM\PersistentCollection {#5506 …} -MailHistories: Doctrine\ORM\PersistentCollection {#5508 …} -Customer: Eccube\Entity\Customer {#3268 …} -Country: null -Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#3729 …} -Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#3709 …} -Job: Proxies\__CG__\Eccube\Entity\Master\Job {#3719 …} -Payment: Proxies\__CG__\Eccube\Entity\Payment {#5541 …} -DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#5492 …} -CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#5229 …} -OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#5699 …} -OrderStatus: Eccube\Entity\Master\OrderStatus {#8367 …} -univa_pay_charge_id: "11f069f4-eac2-9148-b1ef-8fbc661a831e" -univa_pay_subscription_id: null -univa_pay_charge_amount: null -add_point: "0" -use_point: "0" } } "constraints" => null "groups" => null ]