Reference Documents ¶
Configuration Options
構成オプションEver wondered what configuration options you have available to you in
config/packages/*.yaml
files? In this section, all the available configuration is broken down by the key (e.g.framework
) that defines each possible section of your Symfony configuration.config/packages/*.yaml ファイルで利用できる構成オプションについて考えたことはありますか?このセクションでは、利用可能なすべての設定が、Symfony 設定の可能な各セクションを定義するキー (フレームワークなど) によって分類されます。- Configuring the Kernelカーネルの構成
Forms and Validation
フォームと検証- Form Field Type Referenceフォーム フィールド タイプ リファレンス
- Validation Constraints Reference検証制約のリファレンス
- Twig Template Function and Variable ReferenceTwig テンプレートの関数と変数のリファレンス
- Form Field Type Reference
- Twig Extensions (forms, filters, tags, etc) ReferenceTwig 拡張機能 (フォーム、フィルター、タグなど) リファレンス
Other Areas
他の場所- Built-in Symfony Service Tags組み込みの Symfony サービスタグ
- Built-in Symfony Events組み込みの symfony イベント
- Built-in Symfony Service Tags