Skip to content

Commit 529d4ce

Browse files
committed
bug #3761 buildViewBottomUp has been renamed to finishView (Nyholm)
This PR was merged into the 2.3 branch. Discussion ---------- buildViewBottomUp has been renamed to finishView Same PR as #3751 Commits ------- d8f97e0 buildViewBottomUp has been renamed to finishView
2 parents d36bbd9 + d8f97e0 commit 529d4ce

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
@@ -266,7 +266,7 @@ to see what options you have available.
266266
.. tip::
267267

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

0 commit comments

Comments
 (0)