Skip to content

Commit d8f97e0

Browse files
committed
buildViewBottomUp has been renamed to finishView
1 parent b4938a8 commit d8f97e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/twig_reference.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ to see what options you have available.
248248
.. tip::
249249

250250
Behind the scenes, these variables are made available to the ``FormView``
251-
object of your form when the Form component calls ``buildView`` and ``buildViewBottomUp``
251+
object of your form when the Form component calls ``buildView`` and ``finishView``
252252
on each "node" of your form tree. To see what "view" variables a particularly
253253
field has, find the source code for the form field (and its parent fields)
254254
and look at the above two functions.

0 commit comments

Comments
 (0)