We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc70186 + 4f35362 commit 7bc69a6Copy full SHA for 7bc69a6
form/events.rst
@@ -62,6 +62,7 @@ A) The ``FormEvents::PRE_SET_DATA`` Event
62
The ``FormEvents::PRE_SET_DATA`` event is dispatched at the beginning of the
63
``Form::setData()`` method. It is used to modify the data given during
64
pre-population with
65
+:method:`FormEvent::setData() <Symfony\\Component\\Form\\FormEvent::setData>`.
66
The method :method:`Form::setData() <Symfony\\Component\\Form\\Form::setData>`
67
is locked since the event is dispatched from it and will throw an exception
68
if called from a listener.
0 commit comments