File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ when all items are successfully deleted)::
163
163
164
164
If the cache component is used inside a Symfony application, you can remove
165
165
items from cache pools using the following commands (which reside within
166
- the :ref : `framework bundle <framework-bundle- configuration >`):
166
+ the :doc : `framework bundle </reference/ configuration/framework >`):
167
167
168
168
To remove *one specific item * from the *given pool *:
169
169
@@ -242,7 +242,7 @@ silently ignored)::
242
242
243
243
If the cache component is used inside a Symfony application, you can prune
244
244
*all items * from *all pools * using the following command (which resides within
245
- the :ref : `framework bundle <framework-bundle- configuration >`):
245
+ the :doc : `framework bundle </reference/ configuration/framework >`):
246
246
247
247
.. code-block :: terminal
248
248
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ the default entity manager (i.e. ``default``) is returned::
222
222
}
223
223
224
224
Entity managers also benefit from :ref: `autowiring aliases <service-autowiring-alias >`
225
- when the :ref : `framework bundle <framework-bundle- configuration >` is used. For
225
+ when the :doc : `framework bundle </reference/ configuration/framework >` is used. For
226
226
example, to inject the ``customer `` entity manager, type-hint your method with
227
227
``EntityManagerInterface $customerEntityManager ``.
228
228
Original file line number Diff line number Diff line change @@ -1396,7 +1396,7 @@ The component is interoperable with four different abstractions for HTTP
1396
1396
clients: `Symfony Contracts `_, `PSR-18 `_, `HTTPlug `_ v1/v2 and native PHP streams.
1397
1397
If your application uses libraries that need any of them, the component is compatible
1398
1398
with all of them. They also benefit from :ref: `autowiring aliases <service-autowiring-alias >`
1399
- when the :ref : `framework bundle <framework-bundle- configuration >` is used.
1399
+ when the :doc : `framework bundle </reference/ configuration/framework >` is used.
1400
1400
1401
1401
If you are writing or maintaining a library that makes HTTP requests, you can
1402
1402
decouple it from any specific HTTP client implementations by coding against
Original file line number Diff line number Diff line change 1
- .. _framework-bundle-configuration :
2
-
3
1
Framework Configuration Reference (FrameworkBundle)
4
2
===================================================
5
3
You can’t perform that action at this time.
0 commit comments