Form Types Reference

A form is composed of fields, each of which are built with the help of a field type (e.g. TextType, ChoiceType, etc). Symfony comes standard with a large list of field types that can be used in your application.

フォームはフィールドで構成され、各フィールドはフィールド タイプ (TextType、ChoiceType など) を使用して構築されます。 symfony には、アプリケーションで使用できるフィールド タイプの大きなリストが標準で付属しています。

Supported Field Types

The following field types are natively available in Symfony:

次のフィールド タイプは、Symfony でネイティブに利用できます。

Text Fields

Choice Fields

Date and Time Fields

Other Fields

Symfony UX Fields

These types are part of the Symfony UX initiative:

これらの型は Symfony UX イニシアチブの一部です:

UID Fields

Field Groups

Hidden Fields

Buttons

Base Fields