- 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" => "1530043" "pref" => Eccube\Entity\Master\Pref {#4477 #id: 13 #name: "東京都" #sort_no: 13 } "addr01" => "目黒区東山" "addr02" => null "phone_number" => "08090701160" "email" => "akase.misaki@mattrz.co.jp" "contents" => """ Mattrz株式会社 SaaS事業部責任者の北原です。\n \n \n \n 自社ECサイトやCTAがあるWebサイトへ導入することで、\n \n 99%の離脱率を改善し、売上アップに繋げる\n \n CVR改善機能が全部入りの業界最安値ツール「MATTRZ CX」をご提供させていただけないでしょうか。\n \n \n \n 昨今トレンドでもあるポップアップ機能やチャットボットなど、\n \n 離脱率改善に必要な全ての機能がついています。\n \n \n \n 機能ごとのツール契約や費用の発生、正直ご面倒ではありませんか?\n \n 当社は一つのツールで全部入り、そして業界最安値、\n \n 効果のあった機能だけを切り出した格安版でのご提供も可能です。\n \n \n \n よろしければ下記日程にて、デモもお見せしますので\n \n お打ち合わせの機会をいただけないでしょうか?\n \n \n \n ・3月28日(金) 10:00~18:00\n \n ・3月31日(月) 11:00~17:00\n \n ・4月1日(火) 14:00~20:00\n \n ※オンラインMTG 15分程度で概略・事例をまずご紹介します。\n \n \n \n 【使える機能】\t\n \n ・ポップアップ機能 ※CVR2.74%に改善\n \n ・差し込み表示 ※CTR20%増\n \n ・離脱防止 ※離脱率106%改善\n \n ・チャットボット ※問い合わせ工数25%削減\n \n ・ヒートマップ\n \n ・ブラウザプッシュ通知\n \n ・レポート\n \n ・運用サポート ※貴社専属サポーター1名無料\n \n \n \n KaiU・Flipdske・Sprocket・KARTEなどの離脱防止ツールを検討されている場合は、\n \n 価格・費用面でぜひ比較いただければと思いますが、\n \n 当社クライアント実績・第三者からのご評価は下記の通りです。\n \n \n \n ・導入実績1,000社以上\t\n \n ・契約継続率 99%以上\t\n \n ・外部メディア「BOXIL SaaS」の口コミ総合得点4.47点\n \n \n \n 現在のサイトは構築して終わりではなく、\n \n 99%の離脱ユーザーへの対策が必須となっています。\n \n 私共の圧倒的なデジタルツールの力と、専属サポーターのヒューマンパワーを使えば、\n \n 必ず貴社の事業拡大に貢献できると確信しております。\n \n \n \n 有意義なお時間にいたしますので、ぜひお時間いただけますと幸いです。\n \n ご返信をお待ちしております。 """ ] } "constraints" => null "groups" => null ]