From d8f97e038f6cb46d3134dc58b8efa85cc1b83434 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Fri, 4 Apr 2014 16:19:40 +0200 Subject: [PATCH] buildViewBottomUp has been renamed to finishView --- reference/forms/twig_reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/forms/twig_reference.rst b/reference/forms/twig_reference.rst index e33b6b5f1c0..f41d1003d28 100644 --- a/reference/forms/twig_reference.rst +++ b/reference/forms/twig_reference.rst @@ -248,7 +248,7 @@ to see what options you have available. .. tip:: Behind the scenes, these variables are made available to the ``FormView`` - object of your form when the Form component calls ``buildView`` and ``buildViewBottomUp`` + object of your form when the Form component calls ``buildView`` and ``finishView`` on each "node" of your form tree. To see what "view" variables a particularly field has, find the source code for the form field (and its parent fields) and look at the above two functions.