- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 451
- Events
- Routing
- Cache
- Translation 25
- 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" => "1820022" "pref" => Eccube\Entity\Master\Pref {#4477 #id: 13 #name: "東京都" #sort_no: 13 } "addr01" => "調布市" "addr02" => "国領町4-33-2-114" "phone_number" => "05088850756" "email" => "ishimura@citrusapp.jp" "contents" => """ アプリ開発特化 Citrus Appの石村です。\n \n 「社内アプリを作りたい」「新規サービスを早く形にしたい」\n そんなお悩みに、最短1ヶ月・従来比1/3コストで実現できる開発サービスをご紹介いたします。\n \n 弊社ではノーコード/ローコードを活用し、\n スピードと柔軟性を両立したアプリ開発を実現しています。\n \n 【主な特徴】\n ・低コスト:プログラミング工数を削減し、コストを最大75%削減\n ・短納期:既存テンプレート×熟練エンジニアによる高速開発\n ・柔軟対応:MVPから業務DXアプリまで幅広く対応可能\n \n 【開発事例】\n 歯科検診/飲食検索/QR読込/アルバイトのマッチング/シフト管理/社内業務改善アプリなど多数。\n \n 短納期・低コストで確実に成果を出す開発体制をご紹介しますので\n よろしければ下記日程にて、15分ほどお打ち合わせの機会をいただけないでしょうか?\n \n ・【11月13日(木)10:00~18:00】\n ・【11月14日(金)11:00~17:00】\n ・【11月17日(月)14:00~20:00】\n 下記へ直接ご希望日程をご登録いただく形でも調整いたします。\n https://timerex.net/s/wataru.ishimura_f191/5b4663ed\n \n スピード・コスト・品質の三拍子を揃えた開発で、\n 貴社の事業を加速させるお手伝いをいたします。\n ご返信をお待ちしております。 """ ] } "constraints" => null "groups" => null ]