- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 451
- Events
- Routing
- Cache
- Translation 32
- Security
- Twig
- Doctrine
- Migrations 12
- 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 {#3930 name: "contact" type_class: "Eccube\Form\Type\Front\ContactType" data: [ "name01" => "大川" "name02" => "創太郎" "kana01" => "オオカワ" "kana02" => "ソウタロウ" "postal_code" => "2200072" "pref" => Eccube\Entity\Master\Pref {#4477 #id: 14 #name: "神奈川県" #sort_no: 14 } "addr01" => "西区" "addr02" => "浅間町1丁目4番3号 ウィザードビル402" "phone_number" => "09038829222" "email" => "s.okawa@globuddy-inc.com" "contents" => """ 月5万円・1ヶ月・縛りなし。営業支援の効果を試しませんか?\n 突然のご連絡、失礼いたします。\n 株式会社グロバディの大川と申します。\n 弊社はアポ獲得保証型の営業支援サービス「アポフエル」を運営しております。\n \n 貴社の事業内容を拝見し、新規開拓のお力になれるのではと思いご連絡しました。\n \n 「営業支援に興味はあるが、いきなり高額な契約は不安」\n そんな声にお応えして、1ヶ月5万円のトライアルをご用意しています。\n \n ・月5万円のみ、追加費用なし\n ・1ヶ月限定、契約期間の縛りなし\n ・合わなければそのまま終了、違約金ゼロ\n \n 本契約後は月4件以上のアポ保証付き。\n 未達時は達成するまで追加稼働で補填します。\n \n 詳細は下記より資料をご覧ください。\n \n ▼ 無料で資料をダウンロード\n https://t.aporo.ai/s/jaow7xeq\n \n ご多忙のところ恐れ入りますが、ご検討いただけますと幸いです。 """ ] } "constraints" => null "groups" => null ]