Skip to content

Commit 033d5b8

Browse files
committed
minor #12626 Add reference to documentation in FormEvents phpdocs (ifdattic)
This PR was squashed before being merged into the 2.3 branch (closes #12626). Discussion ---------- Add reference to documentation in FormEvents phpdocs | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | no | Fixed tickets | #12512 | License | MIT | Doc PR | Commits ------- 2b33ba6 Add reference to documentation in FormEvents phpdocs
2 parents 6bc6173 + c03f1d7 commit 033d5b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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)