- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 542
- 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" => 500 "constraints" => [ Symfony\Component\Validator\Constraints\GreaterThanOrEqual {#1473 +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 {#5798 name: "order" type_class: "Eccube\Form\Type\Admin\OrderType" data: Eccube\Entity\Order {#5189 -id: 502 -pre_order_id: "0f3e269b36809fe91a7e949c493e805e0d0ab1f8" -order_no: 502 -message: null -name01: "高橋" -name02: "麗子" -kana01: "タカハシ" -kana02: "レイコ" -company_name: null -email: "kanri@kaorime.co.jp" -phone_number: "0855930451" -postal_code: "6994501" -addr01: "江津市桜江町鹿賀" -addr02: "612-7" -birth: null -subtotal: 3780.0 -discount: 0 -delivery_fee_total: 0 -charge: 0 -tax: 280.0 -total: 3780.0 -payment_total: 3780.0 -payment_method: "代金引換" -note: "電話注文" -create_date: DateTime @1742184501 {#8212 date: 2025-03-17 04:08:21.613644 UTC (+00:00) } -update_date: DateTime @1742184501 {#8485 date: 2025-03-17 04:08:21.636654 UTC (+00:00) } -order_date: DateTime @1742184501 {#8255 date: 2025-03-17 04:08:21.609052 UTC (+00:00) } -payment_date: null -currency_code: "JPY" -complete_message: null -complete_mail_message: null -OrderItems: Doctrine\ORM\PersistentCollection {#8244 …} -Shippings: Doctrine\ORM\PersistentCollection {#8143 …} -MailHistories: Doctrine\ORM\PersistentCollection {#8242 …} -Customer: null -Country: null -Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#2822 …} -Sex: null -Job: null -Payment: Eccube\Entity\Payment {#7097 …} -DeviceType: null -CustomerOrderStatus: null -OrderStatusColor: null -OrderStatus: Eccube\Entity\Master\OrderStatus {#8256 …} -add_point: "0" -use_point: 0.0 } } "constraints" => null "groups" => null ]