From 1d6483a517866403dc35a0bc265e3ad086a2daf9 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Thu, 3 Apr 2014 10:22:26 +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 0bd5d8d6771..1db2fb2f217 100644 --- a/reference/forms/twig_reference.rst +++ b/reference/forms/twig_reference.rst @@ -266,7 +266,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 particular field has, find the source code for the form field (and its parent fields) and look at the above two functions.