- 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" => null "kana02" => null "postal_code" => null "pref" => null "addr01" => null "addr02" => null "phone_number" => "09088090088" "email" => "jhirawatari@j-styles.co.jp" "contents" => """ お忙しい中恐れ入ります。\n \n 株式会社Jスタイルズの平渡と申します。\n 御社のHPを拝見して連絡させていただきました。\n \n 弊社は「ワーホリキャリア ,com」というサービス名でワーキングホリデー・留学・海外経験者に特化した採用支援事業(人材紹介・求人広告)を行っております。\n \n 現在登録している求職者は約15000人、海外経験がある年齢20~30代の若手が約7割となっており毎月約500人の新たな方からご登録いただいております。\n \n \n ※企業様向けご案内\n https://worholicareer.com/lp/for-company/\n \n ※公式Instagram(フォロワー約1万2千人)\n https://www.instagram.com/worholicareer.com.member/\n \n 求職者の特徴としては行動力とホスピタリティ力があり、外国人との英語によるコミュニケーションを得意としている若い人材達のため、\n インバウンドや海外・外国人をターゲットにした企業様に多くの人材を採用頂いております。\n \n \n 少しでもご興味持っていただけましたら詳細のご案内をさせて頂きたく、、こちらのメールに「興味あり」とご返信いただけますと幸いです。\n \n 宜しくお願いいたします。\n \n \n *********************************************************\n 株式会社Jスタイルズ 代表取締役\n \n 平渡 淳一 Junichi Hirawatari\n \n 株式会社Jスタイルズ\n https://j-styles.co.jp/\n *********************************************************** """ ] } "constraints" => null "groups" => null ]