Skip to content

Commit f88301a

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: -
2 parents bdd7fe6 + 7bc69a6 commit f88301a

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)