Skip to content

Commit 7bc69a6

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: -
2 parents dc70186 + 4f35362 commit 7bc69a6

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)