- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 519
- 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" => 1000 "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
OrderItemType.php
line 271 (context):
No violations
[ "value" => 300 "constraints" => [ Symfony\Component\Validator\Constraints\GreaterThanOrEqual {#7834 +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 {#5806 name: "order" type_class: "Eccube\Form\Type\Admin\OrderType" data: Eccube\Entity\Order {#5197 -id: 373 -pre_order_id: "db72780acfba3bbb127ba0e7078fec9f6078ef66" -order_no: 373 -message: null -name01: "岩佐" -name02: "由美子" -kana01: "イワサ" -kana02: "ユミコ" -company_name: null -email: "kanri@kaorime.co.jp" -phone_number: "09038813127" -postal_code: "6990101" -addr01: "松江市東出雲町揖屋" -addr02: "2510-32" -birth: null -subtotal: 2484.0 -discount: 0 -delivery_fee_total: 0 -charge: 0 -tax: 184.0 -total: 2484.0 -payment_total: 2484.0 -payment_method: "代金引換" -note: "20240111新聞広告から電話注文" -create_date: DateTime @1737431374 {#8452 date: 2025-01-21 03:49:34.625538 UTC (+00:00) } -update_date: DateTime @1737431374 {#8721 date: 2025-01-21 03:49:34.647021 UTC (+00:00) } -order_date: DateTime @1737431374 {#8485 date: 2025-01-21 03:49:34.618313 UTC (+00:00) } -payment_date: null -currency_code: "JPY" -complete_message: null -complete_mail_message: null -OrderItems: Doctrine\ORM\PersistentCollection {#8479 …} -Shippings: Doctrine\ORM\PersistentCollection {#8377 …} -MailHistories: Doctrine\ORM\PersistentCollection {#8469 …} -Customer: null -Country: null -Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#2830 …} -Sex: null -Job: null -Payment: Eccube\Entity\Payment {#7105 …} -DeviceType: null -CustomerOrderStatus: null -OrderStatusColor: null -OrderStatus: Eccube\Entity\Master\OrderStatus {#8487 …} -add_point: "0" -use_point: 0.0 } } "constraints" => null "groups" => null ]