- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 527
- Events
- Routing
- Cache
- Translation 60
- Security
- Twig
- Doctrine 2
- Migrations 13
- 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 {#7074 name: "_shopping_order" type_class: "Eccube\Form\Type\Shopping\OrderType" data: Eccube\Entity\Order {#6275 -id: 2033 -pre_order_id: "4ffe98bc4d96ea72cf0b95d1b45c1457cde6c96d" -order_no: "2033" -message: null -name01: "亀井" -name02: "愛美" -kana01: null -kana02: null -company_name: null -email: "ggg-_-ddd@docomo.ne.jp" -phone_number: "09095882478" -postal_code: "8580918" -addr01: "佐世保市相浦町" -addr02: "901-3フドーザキュービック205号" -birth: DateTime @707151600 {#6269 date: 1992-05-30 00:00:00.0 Asia/Tokyo (+09:00) } -subtotal: 13200.0 -discount: 2700 -delivery_fee_total: 0.0 -charge: 0.0 -tax: 1200.0 -total: 10500.0 -payment_total: 10500.0 -payment_method: "クレジットカード決済" -note: null -create_date: DateTime @1743785726 {#6266 date: 2025-04-04 16:55:26.0 UTC (+00:00) } -update_date: DateTime @1743785774 {#9292 date: 2025-04-04 16:56:14.296886 UTC (+00:00) } -order_date: null -payment_date: null -currency_code: "JPY" -complete_message: null -complete_mail_message: null -OrderItems: Doctrine\ORM\PersistentCollection {#6412 …} -Shippings: Doctrine\ORM\PersistentCollection {#6656 …} -MailHistories: Doctrine\ORM\PersistentCollection {#6658 …} -Customer: Eccube\Entity\Customer {#3441 …} -Country: null -Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#4033 …} -Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#4013 …} -Job: Proxies\__CG__\Eccube\Entity\Master\Job {#4023 …} -Payment: Proxies\__CG__\Eccube\Entity\Payment {#6819 …} -DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#6818 …} -CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#6641 …} -OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#6822 …} -OrderStatus: Proxies\__CG__\Eccube\Entity\Master\OrderStatus {#6832 …} -trans_code: null -gmo_epsilon_order_no: null -PaymentStatus: null -RegularOrder: null -_calc_customer_rank: false -present_customer_rank_name: "" -customer_rank_id: 3 -customer_rank_name: "VIP会員" -add_point: 0.0 -use_point: 2700 } } "constraints" => null "groups" => null ]