- 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" => "1050011" "pref" => Eccube\Entity\Master\Pref {#4477 #id: 13 #name: "東京都" #sort_no: 13 } "addr01" => "港区芝公園" "addr02" => "3丁目6−23 光輪会館" "phone_number" => "09050969802" "email" => "shimaki.kohei_butaiura@toiware.co.jp" "contents" => """ 突然のご連絡失礼いたします。\n トイウェア株式会社の島木と申します。\n \n 販促施策で活用頂けるコミュニティサービスを構築する「ブタイウラ」を紹介したくご連絡いたしました。 \n \n 顧客育成においてこんなお悩みありませんか?\n ・顧客のリピート率が低い\n ・クーポンや割引目的の顧客がばかりで顧客が育たない\n ・メルマガやLINEのプッシュ施策しかできていていない\n \n 弊社では、上記のような課題に対してコミュニティで解決できる手段を持っています。\n もしご興味をお持ちいただけましたら、私のメールアドレス宛に「興味あり」とだけご返信頂くか、以下より日程調整をお願いできればと思います。\n (サービス資料のお問い合わせも可能です。)\n \n 【MTG日程調整】\n https://bit.ly/4goYMcU\n \n 【サービス資料の送付】\n https://abm-form.link/toiware-b3c7e563\n *10秒程で記入できる簡単なフォームです\n \n ご検討のほど、何卒よろしくお願いいたします。 """ ] } "constraints" => null "groups" => null ]