Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 94287b3

Browse filesBrowse files
committed
Merge branch '2.2' into 2.3
2 parents 92c66a5 + 5acc483 commit 94287b3
Copy full SHA for 94287b3

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎cookbook/form/data_transformers.rst

Copy file name to clipboardExpand all lines: cookbook/form/data_transformers.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ a field for issue numbers
239239
2) You need to worry about passing in the ``em`` option whenever you're creating
240240
a form that uses the transformer.
241241

242-
Because of these, you may choose to create a :doc:`create a custom field type</cookbook/form/create_custom_field_type>`.
242+
Because of these, you may choose to :doc:`create a custom field type</cookbook/form/create_custom_field_type>`.
243243
First, create the custom field type class::
244244

245245
// src/Acme/TaskBundle/Form/Type/IssueSelectorType.php

‎cookbook/form/dynamic_form_modification.rst

Copy file name to clipboardExpand all lines: cookbook/form/dynamic_form_modification.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ When you're building this form to display to the user for the first time,
437437
then this example works perfectly.
438438

439439
However, things get more difficult when you handle the form submission. This
440-
is be cause the ``PRE_SET_DATA`` event tells us the data that you're starting
440+
is because the ``PRE_SET_DATA`` event tells us the data that you're starting
441441
with (e.g. an empty ``SportMeetup`` object), *not* the submitted data.
442442

443443
On a form, we can usually listen to the following events:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.