We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11138a9 + a51c0f9 commit ab01d08Copy full SHA for ab01d08
cookbook/form/data_transformers.rst
@@ -130,7 +130,7 @@ by calling ``addModelTransformer`` (or ``addViewTransformer`` - see
130
131
// the "em" is an option that you pass when creating your form. Check out
132
// the 3rd argument to createForm in the next code block to see how this
133
- // is passed to the form (also see setDefaultOptions).
+ // is passed to the form (see also configureOptions).
134
$entityManager = $options['em'];
135
$transformer = new IssueToNumberTransformer($entityManager);
136
0 commit comments