- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 463
- 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
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 {#3982 name: "plugin_blogs" type_class: "Plugin\Blogs42\Form\Type\Admin\BlogsType" data: Plugin\Blogs42\Entity\Blogs {#3581 -id: 260 -publish_date: DateTime @1779807600 {#3576 date: 2026-05-27 00:00:00.0 Asia/Tokyo (+09:00) } -title: "★新発売★ 花言葉" -eyecatch_image: null -blog_description: """ <p>いつもお世話になっております。<br />名入れカレンダー『きんこうどう』佐藤です✪ ω ✪<br /><br /></p><h3>🌸 <b>新発売|めくるのが楽しみになる「花言葉カレンダー」</b></h3><p>\ここがポイント!/</p><ul><li><p><b>・めずらしい「紙製本部分」の花のイラスト</b></p></li><li><p><b>・スケジュール本体はシンプルで、メモ書きの邪魔をしない!</b></p></li><li><p><b>・毎月、新しい花と「花言葉」に出会える</b></p></li></ul><p><a href="https://kinkodo-calendar.com/products/detail/2180">YK-877 花言葉 (46/4切・13枚・530×380㎜)</a><br /><br />デザインの美しさと使いやすさを両立したカレンダーです。\n 毎月をちょっと特別にするアイテムとして、ぜひご検討ください!<br /></p> """ -url: null -link_method: false -create_date: DateTime @1779415767 {#3573 date: 2026-05-22 11:09:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1779415903 {#3575 date: 2026-05-22 11:11:43.0 Asia/Tokyo (+09:00) } -BlogsCategories: Doctrine\ORM\PersistentCollection {#3620 …} -visible: true -Creator: Eccube\Entity\Member {#2983 …} -author: null -description: null -keyword: null -meta_robots: null -meta_tags: null } } "constraints" => null "groups" => null ]