- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 459
- 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" => "1020083" "pref" => Eccube\Entity\Master\Pref {#4477 #id: 13 #name: "東京都" #sort_no: 13 } "addr01" => "千代田区" "addr02" => "麹町6-6-2 番町麹町ビルディング5階" "phone_number" => "0344000553" "email" => "m.ohashi@i-rec.jp" "contents" => """ お世話になっております。\n アイレック株式会社の大橋瑞樹と申します。\n \n 私たちは「採用サイトのリフォーム屋さん」として、\n 開設から3年以上が経過した企業様を中心に、\n デザインや導線の見直しを通じて、採用成果の改善をお手伝いしています。\n \n 転職活動中の約98%の方が企業の採用サイトを確認しており、\n その印象が応募意欲に大きく影響すると言われています。\n \n この傾向から、採用サイトは“作って終わり”ではなく、\n 3年をひとつの見直しのタイミングとして考える企業が増えています。\n 実際に、リニューアルをきっかけに社員数が10名から20名へ増えた事例もあります。\n \n さらに、IT導入補助金を活用すれば費用は実質半額。\n 負担を抑えながら、無理のない形で採用効果を高めることが可能です。\n \n もし次のような状況に心当たりがあれば、一度お話しできれば幸いです。\n ・採用サイトを長く更新していない\n ・自社サイトからの応募がほとんどない\n ・求人媒体やエージェント費用が増えている\n \n 15分ほどお時間をいただけましたら、\n 具体的な改善事例や補助金活用の流れをご紹介いたします。\n \n ・【11月10日(月)10:30~18:00】\n ・【11月11日(火)11:00~17:30】\n ・【11月12日(水)12:00~18:00】\n ※日程調整ページでのご登録はこちら:\n https://timerex.net/s/iRec_appointment/982de661\n \n 今ある採用サイトを“もう一度成果が出る状態”に整える。\n その現実的な方法を、事例を交えながらお伝えできればと思います。\n ご検討のほどよろしくお願いいたします。 """ ] } "constraints" => null "groups" => null ]