Skip to content

Minor reword in the article about creating custom form types #8216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 1, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions form/create_custom_field_type.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ How to Create a Custom Form Field Type

Symfony comes with a bunch of core field types available for building forms.
However there are situations where you may want to create a custom form field
type for a specific purpose. This recipe assumes you need a field definition
type for a specific purpose. This article assumes you need a field definition
that holds a shipping option, based on the existing choice field. This section
explains how the field is defined, how you can customize its layout and finally,
how you can register it for use in your application.
explains how the field is defined and how you can customize its layout.

Defining the Field Type
-----------------------
Expand Down