- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 462
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine
- Migrations 15
- 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
OrderItemType.php
line 271 (context):
No violations
[ "value" => 52316 "constraints" => [ Symfony\Component\Validator\Constraints\GreaterThanOrEqual {#435 +message: "This value should be greater than or equal to {{ compared_value }}." +value: 0 +propertyPath: null +payload: null +groups: [ "Default" ] } ] "groups" => null ]
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 {#5809 name: "order" type_class: "Eccube\Form\Type\Admin\OrderType" data: Eccube\Entity\Order {#4882 -id: 664 -pre_order_id: "a313f891233096a88da65c79ab91e4065d22ad91" -order_no: 664 -message: null -name01: "株式会社M&C" -name02: "籾井毅" -kana01: "モミイ" -kana02: "ツヨシ" -company_name: "株式会社M&C" -email: "mc-label@ark.ocn.ne.jp" -phone_number: "0925747272" -postal_code: "8160922" -addr01: "大野城市山田" -addr02: "2003-1-27" -birth: DateTime @946738800 {#8599 date: 2000-01-01 15:00:00.0 UTC (+00:00) } -subtotal: 52316 -discount: 0 -delivery_fee_total: 0 -charge: 0 -tax: 4756 -total: 52316 -payment_total: 52316 -payment_method: "代金引換(後払い)" -note: null -create_date: DateTime @1763708807 {#9385 date: 2025-11-21 07:06:47.690522 UTC (+00:00) } -update_date: DateTime @1763708807 {#9763 date: 2025-11-21 07:06:47.700217 UTC (+00:00) } -order_date: DateTime @1763708807 {#9405 date: 2025-11-21 07:06:47.688917 UTC (+00:00) } -payment_date: null -currency_code: "JPY" -complete_message: null -complete_mail_message: null -OrderItems: Doctrine\ORM\PersistentCollection {#9377 …} -Shippings: Doctrine\ORM\PersistentCollection {#9365 …} -MailHistories: Doctrine\ORM\PersistentCollection {#9286 …} -Customer: Eccube\Entity\Customer {#8591 …} -Country: null -Pref: Eccube\Entity\Master\Pref {#7062 …} -Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#8785 …} -Job: Proxies\__CG__\Eccube\Entity\Master\Job {#8795 …} -Payment: Eccube\Entity\Payment {#7133 …} -DeviceType: null -CustomerOrderStatus: null -OrderStatusColor: null -OrderStatus: Eccube\Entity\Master\OrderStatus {#9330 …} -add_point: "0" -use_point: 0.0 } } "constraints" => null "groups" => null ]