From a51c0f915eb20bbb423fcc87e91d5a493a087ca6 Mon Sep 17 00:00:00 2001 From: Wouter J Date: Fri, 3 Apr 2015 13:59:47 +0200 Subject: [PATCH] Removed remaining setDefaultOptions usage --- cookbook/form/data_transformers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/form/data_transformers.rst b/cookbook/form/data_transformers.rst index bfa8b472895..d3a368f9ea7 100644 --- a/cookbook/form/data_transformers.rst +++ b/cookbook/form/data_transformers.rst @@ -130,7 +130,7 @@ by calling ``addModelTransformer`` (or ``addViewTransformer`` - see // the "em" is an option that you pass when creating your form. Check out // the 3rd argument to createForm in the next code block to see how this - // is passed to the form (also see setDefaultOptions). + // is passed to the form (see also configureOptions). $entityManager = $options['em']; $transformer = new IssueToNumberTransformer($entityManager);