Skip to content

Commit 4f35362

Browse files
committed
-
1 parent b7f3c6f commit 4f35362

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

form/events.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ A) The ``FormEvents::PRE_SET_DATA`` Event
6262
The ``FormEvents::PRE_SET_DATA`` event is dispatched at the beginning of the
6363
``Form::setData()`` method. It is used to modify the data given during
6464
pre-population with
65+
:method:`FormEvent::setData() <Symfony\\Component\\Form\\FormEvent::setData>`.
6566
The method :method:`Form::setData() <Symfony\\Component\\Form\\Form::setData>`
6667
is locked since the event is dispatched from it and will throw an exception
6768
if called from a listener.

0 commit comments

Comments
 (0)