- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 518
- Events
- Routing
- Cache
- Translation
- 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 {#6921 name: "_shopping_order" type_class: "Eccube\Form\Type\Shopping\OrderType" data: Eccube\Entity\Order {#6155 -id: 1594 -pre_order_id: "b82a65bd4e780c3185908bf8c3025c67ff4cc84c" -order_no: "1594" -message: null -name01: "紀伊" -name02: "澪里" -kana01: null -kana02: null -company_name: null -email: "kanon.sd_lav@icloud.com" -phone_number: "07047246485" -postal_code: "8512128" -addr01: "西彼杵郡長与町嬉里郷" -addr02: "287-3 カルム301号" -birth: DateTime @1640962800 {#6149 date: 2022-01-01 00:00:00.0 Asia/Tokyo (+09:00) } -subtotal: 13200.0 -discount: 200 -delivery_fee_total: 0.0 -charge: 0.0 -tax: 1200.0 -total: 13000.0 -payment_total: 13000.0 -payment_method: "クレジットカード決済" -note: null -create_date: DateTime @1735218293 {#6146 date: 2024-12-26 22:04:53.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735218339 {#8925 date: 2024-12-26 13:05:39.162908 UTC (+00:00) } -order_date: null -payment_date: null -currency_code: "JPY" -complete_message: null -complete_mail_message: null -OrderItems: Doctrine\ORM\PersistentCollection {#6292 …} -Shippings: Doctrine\ORM\PersistentCollection {#6536 …} -MailHistories: Doctrine\ORM\PersistentCollection {#6538 …} -Customer: Eccube\Entity\Customer {#3441 …} -Country: null -Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#4013 …} -Sex: null -Job: null -Payment: Proxies\__CG__\Eccube\Entity\Payment {#6699 …} -DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#6522 …} -CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#6283 …} -OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#6709 …} -OrderStatus: Eccube\Entity\Master\OrderStatus {#8738 …} -trans_code: null -gmo_epsilon_order_no: null -PaymentStatus: null -RegularOrder: null -_calc_customer_rank: false -present_customer_rank_name: "" -customer_rank_id: 2 -customer_rank_name: "正会員" -add_point: 0.0 -use_point: "200" } } "constraints" => null "groups" => null ]