8000 Merge branch '2.5' into 2.6 · symfony/symfony-docs@3d846a3 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3d846a3

Browse files
committed
Merge branch '2.5' into 2.6
* 2.5: Fixing build errors
2 parents 149576e + 7799852 commit 3d846a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cookbook/bundles/override.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ is almost always the case), you can easily override controllers via bundle
3434
inheritance. For more information, see :doc:`/cookbook/bundles/inheritance`.
3535
If the controller is a service, see the next section on how to override it.
3636

37+
.. _override-services-configuration:
38+
3739
Services & Configuration
3840
------------------------
3941

@@ -107,7 +109,7 @@ Forms
107109

108110
In order to override a form type, it has to be registered as a service (meaning
109111
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
111113
work if the type is referred to by its alias rather than being instantiated,
112114
e.g.::
113115

0 commit comments

Comments
 (0)
0