- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 540
- 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 {#10609 name: "admin_product" type_class: "Eccube\Form\Type\Admin\ProductType" data: Eccube\Entity\Product {#5047 -_calc: false -stockFinds: [] -stocks: [] -stockUnlimiteds: [] -price01: [] -price02: [] -price01IncTaxs: [] -price02IncTaxs: [] -codes: [] -classCategories1: [] -classCategories2: [] -className1: null -className2: null -id: 6576 -name: "スコヴィランex" -note: null -description_list: null -description_detail: """ <div class="pro-res-big">\n <div class="pro-res-mid">\n <h3>種類</h3>\n <p>ポケモン</p>\n </div>\n <div class="pro-res-mid">\n <h3>カードの種類</h3>\n <p>ポケモン</p>\n </div>\n </div>\n <div class="pro-res-big">\n <div class="pro-res-mid">\n <h3>トレーナーズの種類</h3>\n <p>ポケモン</p>\n </div>\n <div class="pro-res-mid">\n <h3>レアリティ</h3>\n <p>SR</p>\n </div>\n </div>\n <div class="pro-res-big">\n <div class="pro-res-mid">\n <h3>タイプ</h3>\n <p>炎</p>\n </div>\n <div class="pro-res-mid">\n <h3>属性</h3>\n <p>-</p>\n </div>\n </div> """ -search_word: null -free_area: null -create_date: DateTime @1732263646 {#23526 date: 2024-11-22 08:20:46.124509 UTC (+00:00) } -update_date: DateTime @1732263646 {#23902 date: 2024-11-22 08:20:46.151230 UTC (+00:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#23583 …} -ProductClasses: Doctrine\ORM\PersistentCollection {#23582 …} -ProductImage: Doctrine\ORM\PersistentCollection {#23584 …} -ProductTag: Doctrine\ORM\PersistentCollection {#23581 …} -CustomerFavoriteProducts: Doctrine\ORM\PersistentCollection {#23580 …} -Creator: Eccube\Entity\Member {#2695 …} -Status: Eccube\Entity\Master\ProductStatus {#22849 …} -free_description_about_quantity: null -free_description_about_selling_price: null -free_description_of_payment_delivery: null } } "constraints" => null "groups" => null ]