Skip to content

Commit

Permalink
bug #3761 buildViewBottomUp has been renamed to finishView (Nyholm)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Apr 12, 2014
2 parents d36bbd9 + d8f97e0 commit 529d4ce
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 @@ -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.
Expand Down

0 comments on commit 529d4ce

Please sign in to comment.