Skip to content

Commit 2f8cab7

Browse files
committed
refactored DIC chapter
1 parent 2356ec0 commit 2f8cab7

File tree

7 files changed

+8
-17
lines changed

7 files changed

+8
-17
lines changed

guides/dependency_injection/index.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

guides/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Dive into Symfony2 with the topical guides:
1515
cache/index
1616
translation
1717
bundles/index
18-
dependency_injection/index
18+
service_container
1919
internals/index
2020
stable_api
2121

guides/internals/overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ Dependency Injection component and a powerful plugin system (bundles).
6262
.. seealso::
6363

6464
Read more about the :doc:`HttpKernel <kernel>` component. Read more about
65-
:doc:`Dependency Injection </guides/dependency_injection/index>` and
66-
:doc:`Bundles </guides/bundles/index>`.
65+
:doc:`Dependency Injection </guides/service_container>` and :doc:`Bundles
66+
</guides/bundles/index>`.
6767

6868
``FrameworkBundle`` Bundle
6969
--------------------------

guides/map.rst.inc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,7 @@
4646
* :doc:`Best Practices </guides/bundles/best_practices>` |
4747
* :doc:`Configuration </guides/bundles/configuration>`
4848

49-
* **Dependency Injection**:
50-
51-
* :doc:`The Service Container </guides/dependency_injection/overview>` |
52-
* :doc:`Extensions </guides/dependency_injection/extensions>`
49+
* :doc:`The Service Container </guides/service_container>`
5350

5451
* **Internals**:
5552

File renamed without changes.

guides/dependency_injection/extensions.rst renamed to reference/dic_tags.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Extensions
2-
==========
1+
The Dependency Injection Tags
2+
=============================
33

44
Tags:
55

reference/map.rst.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@
1212
* :doc:`/guides/forms/fields/index`
1313
* :doc:`/guides/validator/constraints/index`
1414

15+
* :doc:`/reference/di_tags`
16+
1517
* :doc:`/reference/YAML`

0 commit comments

Comments
 (0)