Skip to content

Commit 2b33ba6

Browse files
ifdatticfabpot
authored andcommitted
Add reference to documentation in FormEvents phpdocs
1 parent efbf588 commit 2b33ba6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Symfony/Component/Form/FormEvents.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
namespace Symfony\Component\Form;
1212

1313
/**
14+
* To learn more about how form events work check the documentation
15+
* entry at {@link http://symfony.com/doc/current/components/form/form_events.html}
16+
*
17+
* To learn how to dynamically modify forms using events check the cookbook
18+
* entry at {@link http://symfony.com/doc/current/cookbook/form/dynamic_form_modification.html}
19+
*
1420
* @author Bernhard Schussek <[email protected]>
1521
*/
1622
final class FormEvents

0 commit comments

Comments
 (0)