- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 460
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine
- Migrations 12
- Debug
- E-mails 1
- 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 {#3930 name: "contact" type_class: "Eccube\Form\Type\Front\ContactType" data: [ "name01" => "羽田野" "name02" => "朔" "kana01" => "ハタノ" "kana02" => "サク" "postal_code" => "1500022" "pref" => Eccube\Entity\Master\Pref {#4477 #id: 13 #name: "東京都" #sort_no: 13 } "addr01" => "渋谷区" "addr02" => "恵比寿南1-20-6 プレファス恵比寿南4F" "phone_number" => "0343614634" "email" => "saku.hatano@portament-bpo.jp" "contents" => """ お世話になります。株式会社PORTAMENTの羽田野です。\n \n オンライン庶務代行を破壊的価格で実施でき、その後業務を内製・DX化(無料)することで、\n 貴社事業において、最もコストパフォーマンスの良い運営の仕組み化に貢献できると思い、\n ご連絡させていただきました。\n \n 【特長】\n ・破格の安さ(3,000円/時間)\n ・完全精算制、最低利用時間なし、専任担当制\n ・業務開始まで3営業日・最短翌日で対応可\n ・弊社独自ツールで業務を最適化しているため、ミス撲滅かつ高品質をお約束\n \n 価格を抑えながらも、精算制、最低利用時間なしで利用でき、\n 更に実際に行った業務をDX・自動化も合わせて行いますので、\n 半永久的な業務の自動化を実現できます。\n \n 15分程度で、貴社事業における活用イメージ・事例も併せてご紹介します。\n 一度ご紹介の機会をいただけないでしょうか?\n \n ・5月23日(金) 10:00~18:00\n ・5月26日(月) 11:00~17:00\n ・5月27日(火) 14:00~20:00\n \n ご返信を心よりお待ちしております。 """ ] } "constraints" => null "groups" => null ]