- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 518
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine 2
- Migrations 13
- 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 {#6891 name: "_shopping_order" type_class: "Eccube\Form\Type\Shopping\OrderType" data: Eccube\Entity\Order {#6174 -id: 2355 -pre_order_id: "266c9e114cbad952aabc854bdc669030169daaf4" -order_no: "2355" -message: null -name01: "横田" -name02: "安梨沙" -kana01: "ヨコタ" -kana02: "アリサ" -company_name: null -email: "arisa9359@icloud.com" -phone_number: "08089820169" -postal_code: "8528107" -addr01: "長崎市浜口町" -addr02: "4-5 S-FORT長崎大学病院前902" -birth: DateTime @967906800 {#6168 date: 2000-09-03 00:00:00.0 Asia/Tokyo (+09:00) } -subtotal: 880.0 -discount: 700 -delivery_fee_total: 660.0 -charge: 0.0 -tax: 140.0 -total: 840.0 -payment_total: 840.0 -payment_method: "全額ポイントでのお支払い" -note: null -create_date: DateTime @1749259670 {#6165 date: 2025-06-07 01:27:50.0 UTC (+00:00) } -update_date: DateTime @1749259780 {#9133 date: 2025-06-07 01:29:40.974458 UTC (+00:00) } -order_date: DateTime @1749259780 {#9080 date: 2025-06-07 01:29:40.970555 UTC (+00:00) } -payment_date: null -currency_code: "JPY" -complete_message: null -complete_mail_message: null -OrderItems: Doctrine\ORM\PersistentCollection {#6311 …} -Shippings: Doctrine\ORM\PersistentCollection {#6555 …} -MailHistories: Doctrine\ORM\PersistentCollection {#6557 …} -Customer: Eccube\Entity\Customer {#3434 …} -Country: null -Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#4032 …} -Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#4012 …} -Job: Proxies\__CG__\Eccube\Entity\Master\Job {#4022 …} -Payment: Proxies\__CG__\Eccube\Entity\Payment {#6718 …} -DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#6541 …} -CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#6302 …} -OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#6728 …} -OrderStatus: Eccube\Entity\Master\OrderStatus {#9096 …} -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: "700" } } "constraints" => null "groups" => null ]