- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 185
- 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
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 {#3168 name: "admin_news" type_class: "Eccube\Form\Type\Admin\NewsType" data: Eccube\Entity\News {#2978 -id: 4 -publish_date: DateTime @1732238906 {#2972 date: 2024-11-22 10:28:26.0 Asia/Tokyo (+09:00) } -title: "象印マイコンスープジャーTH-CVシリーズ 期間限定の特別セールのお知らせ" -description: """ 象印 マイコンスープジャー TH-CV045・TH-CV080・TH-CV120・TH-CV160<br />\n お店の規模に合わせて選べます。<br />\n <a href="https://promarket.jp/products/detail/11317"><img src="https://promarket.jp/html/upload/save_image/th-cv045_1.jpg" alt="th-cv045_1.jpg" /></a>\n <a href="https://promarket.jp/products/detail/11318"><img src="https://promarket.jp/html/upload/save_image/th-cv080_1.jpg" alt="th-cv080_1.jpg" /></a>\n <a href="https://promarket.jp/products/detail/11319"><img src="https://promarket.jp/html/upload/save_image/th-cv120_1.jpg" alt="th-cv120_1.jpg" /></a>\n <a href="https://promarket.jp/products/detail/11320"><img src="https://promarket.jp/html/upload/save_image/th-cv160_1.jpg" alt="th-cv160_1.jpg" /></a> """ -url: "https://promarket.jp/products/list?category_id=&name=TH-CV" -link_method: false -create_date: DateTime @1732239046 {#2969 date: 2024-11-22 10:30:46.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1732240126 {#2971 date: 2024-11-22 10:48:46.0 Asia/Tokyo (+09:00) } -visible: true -Creator: Eccube\Entity\Member {#2541 …} } } "constraints" => null "groups" => null ]