Skip to content

Commit c5b50f2

Browse files
committed
minor symfony#12626 Add reference to documentation in FormEvents phpdocs (ifdattic)
This PR was squashed before being merged into the 2.3 branch (closes symfony#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 | symfony#12512 | License | MIT | Doc PR | Commits ------- 2b33ba6 Add reference to documentation in FormEvents phpdocs
2 parents bc75c36 + 2b33ba6 commit c5b50f2

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)