- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 530
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine
- Migrations
- 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" => 3000 "constraints" => [ Symfony\Component\Validator\Constraints\GreaterThanOrEqual {#12533 +payload: null +groups: [ "Default" ] +message: "This value should be greater than or equal to {{ compared_value }}." +value: 0 +propertyPath: null } ] "groups" => null ]
In
OrderItemType.php
line 287 (context):
No violations
// 送料, 手数料: 金額 -> 正, 個数 -> 正case OrderItemTypeMaster::DELIVERY_FEE:case OrderItemTypeMaster::CHARGE:$errors = $this->validator->validate($OrderItem->getPrice(), [new Assert\GreaterThanOrEqual(0)]);$this->addErrorsIfExists($form['price'], $errors);$errors = $this->validator->validate($OrderItem->getQuantity(), [new Assert\GreaterThanOrEqual(0)]);$this->addErrorsIfExists($form['quantity'], $errors);
[ "value" => 600 "constraints" => [ Symfony\Component\Validator\Constraints\GreaterThanOrEqual {#12632 +payload: null +groups: [ "Default" ] +message: "This value should be greater than or equal to {{ compared_value }}." +value: 0 +propertyPath: null } ] "groups" => null ]
In
OrderItemType.php
line 289 (context):
No violations
case OrderItemTypeMaster::CHARGE:$errors = $this->validator->validate($OrderItem->getPrice(), [new Assert\GreaterThanOrEqual(0)]);$this->addErrorsIfExists($form['price'], $errors);$errors = $this->validator->validate($OrderItem->getQuantity(), [new Assert\GreaterThanOrEqual(0)]);$this->addErrorsIfExists($form['quantity'], $errors);break;
[ "value" => 1 "constraints" => [ Symfony\Component\Validator\Constraints\GreaterThanOrEqual {#12638 +payload: null +groups: [ "Default" ] +message: "This value should be greater than or equal to {{ compared_value }}." +value: 0 +propertyPath: null } ] "groups" => null ]
In
OrderItemType.php
line 287 (context):
No violations
// 送料, 手数料: 金額 -> 正, 個数 -> 正case OrderItemTypeMaster::DELIVERY_FEE:case OrderItemTypeMaster::CHARGE:$errors = $this->validator->validate($OrderItem->getPrice(), [new Assert\GreaterThanOrEqual(0)]);$this->addErrorsIfExists($form['price'], $errors);$errors = $this->validator->validate($OrderItem->getQuantity(), [new Assert\GreaterThanOrEqual(0)]);$this->addErrorsIfExists($form['quantity'], $errors);
[ "value" => 330 "constraints" => [ Symfony\Component\Validator\Constraints\GreaterThanOrEqual {#12670 +payload: null +groups: [ "Default" ] +message: "This value should be greater than or equal to {{ compared_value }}." +value: 0 +propertyPath: null } ] "groups" => null ]
In
OrderItemType.php
line 289 (context):
No violations
case OrderItemTypeMaster::CHARGE:$errors = $this->validator->validate($OrderItem->getPrice(), [new Assert\GreaterThanOrEqual(0)]);$this->addErrorsIfExists($form['price'], $errors);$errors = $this->validator->validate($OrderItem->getQuantity(), [new Assert\GreaterThanOrEqual(0)]);$this->addErrorsIfExists($form['quantity'], $errors);break;
[ "value" => 1 "constraints" => [ Symfony\Component\Validator\Constraints\GreaterThanOrEqual {#12676 +payload: null +groups: [ "Default" ] +message: "This value should be greater than or equal to {{ compared_value }}." +value: 0 +propertyPath: null } ] "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 {#7675 name: "order" type_class: "Eccube\Form\Type\Admin\OrderType" data: Eccube\Entity\Order {#4501 -id: 20077645 -pre_order_id: "53cdbf26b9a29e3a87009845d0465abafb15848f" -order_no: "20077645" -message: null -name01: "テスト" -name02: "佐藤" -kana01: "テスト" -kana02: "サトウ" -company_name: null -email: "sato@wardrecords.com" -phone_number: "0364197161" -postal_code: "1500001" -addr01: "渋谷区" -addr02: "テスト" -birth: DateTime @386780400 {#4509 date: 1982-04-05 00:00:00.0 Asia/Tokyo (+09:00) } -subtotal: 3300.0 -discount: 0 -delivery_fee_total: 600 -charge: 330 -tax: 384.0 -total: 4230.0 -payment_total: 4230.0 -payment_method: "代金引換(330円)" -note: null -create_date: DateTime @1787884540 {#4510 date: 2026-08-28 11:35:40.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1788241745 {#13744 date: 2026-09-01 14:49:05.222537 Asia/Tokyo (+09:00) } -order_date: DateTime @1787884570 {#4503 date: 2026-08-28 11:36:10.0 Asia/Tokyo (+09:00) } -payment_date: null -currency_code: "JPY" -complete_message: null -complete_mail_message: null -OrderItems: Doctrine\ORM\PersistentCollection {#4676 …} -Shippings: Doctrine\ORM\PersistentCollection {#4972 …} -MailHistories: Doctrine\ORM\PersistentCollection {#5158 …} -Customer: Proxies\__CG__\Eccube\Entity\Customer {#5293 …} -Country: Proxies\__CG__\Eccube\Entity\Master\Country {#2759 …} -Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#2769 …} -Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#5263 …} -Job: null -Payment: Proxies\__CG__\Eccube\Entity\Payment {#5233 …} -DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#5276 …} -CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#5261 …} -OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#5168 …} -OrderStatus: Proxies\__CG__\Eccube\Entity\Master\OrderStatus {#5208 …} -fax01: null -fax02: null -fax03: null -birth_point: null -address_type: 0 -fraudbuster: null -orderPayments: Doctrine\ORM\PersistentCollection {#5347 …} -paygent_code: null -response_detail: null -response_result: null -response_code: null -paygent_error: null -paygent_payment_id: null -paygent_payment_status: null -paygent_payment_method: null -paygent_kind: null -payment_notice_id: null -paygent_credit_subdata: null -OrderNp: Doctrine\ORM\PersistentCollection {#5490 …} -np_shop_transaction_no: "shop-tran-no-4307999352387757" -order_np_detail_md5: "" -OrderAtone: Doctrine\ORM\PersistentCollection {#5586 …} -atone_shop_transaction_no: "" -atone_module_authentication_token: null -order_atone_detail_md5: "" -add_point: 90.0 -use_point: 0.0 } } "constraints" => null "groups" => null ]