Skip to content

Commit

Permalink
buildViewBottomUp has been renamed to finishView
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Apr 4, 2014
1 parent b4938a8 commit d8f97e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/forms/twig_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d8f97e0

Please sign in to comment.