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 9bca4d1 commit 8944b33Copy full SHA for 8944b33
cookbook/form/dynamic_form_modification.rst
@@ -167,8 +167,8 @@ Adding an Event Subscriber to a Form Class
167
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
168
169
For better reusability or if there is some heavy logic in your event listener,
170
-you can also move the logic for creating the ``name`` field to an event
171
-subscriber::
+you can also move the logic for creating the ``name`` field to an
+:ref:`event subscriber <event_dispatcher-using-event-subscribers:ref:>`::
172
173
// src/Acme/DemoBundle/Form/Type/ProductType.php
174
namespace Acme\DemoBundle\Form\Type;
0 commit comments