diff --git a/reference/forms/twig_reference.rst b/reference/forms/twig_reference.rst index e33b6b5f1c0..f41d1003d28 100644 --- a/reference/forms/twig_reference.rst +++ b/reference/forms/twig_reference.rst @@ -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.