Skip to content

Commit

Permalink
Add reference to documentation in FormEvents phpdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
ifdattic authored and fabpot committed Feb 5, 2015
1 parent efbf588 commit 2b33ba6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Symfony/Component/Form/FormEvents.php
Expand Up @@ -11,6 +11,12 @@
namespace Symfony\Component\Form;

/**
* To learn more about how form events work check the documentation
* entry at {@link http://symfony.com/doc/current/components/form/form_events.html}
*
* To learn how to dynamically modify forms using events check the cookbook
* entry at {@link http://symfony.com/doc/current/cookbook/form/dynamic_form_modification.html}
*
* @author Bernhard Schussek <bschussek@gmail.com>
*/
final class FormEvents
Expand Down

0 comments on commit 2b33ba6

Please sign in to comment.