We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efbf588 commit 2b33ba6Copy full SHA for 2b33ba6
src/Symfony/Component/Form/FormEvents.php
@@ -11,6 +11,12 @@
11
namespace Symfony\Component\Form;
12
13
/**
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
20
* @author Bernhard Schussek <[email protected]>
21
*/
22
final class FormEvents
0 commit comments