File tree 1 file changed +3
-1
lines changed
Filter options
1 file changed +3
-1
lines changed
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ is almost always the case), you can easily override controllers via bundle
34
34
inheritance. For more information, see :doc: `/cookbook/bundles/inheritance `.
35
35
If the controller is a service, see the next section on how to override it.
36
36
37
+ .. _override-services-configuration :
38
+
37
39
Services & Configuration
38
40
------------------------
39
41
@@ -107,7 +109,7 @@ Forms
107
109
108
110
In order to override a form type, it has to be registered as a service (meaning
109
111
it is tagged as ``form.type ``). You can then override it as you would override any
110
- service as explained in ` Services & Configuration `_ . This, of course, will only
112
+ service as explained in :ref: ` override-services-configuration ` . This, of course, will only
111
113
work if the type is referred to by its alias rather than being instantiated,
112
114
e.g.::
113
115
You can’t perform that action at this time.
0 commit comments