Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tidying up some of the DI/DIC index entries #1450

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions book/service_container.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. index::
single: Service Container
single: Dependency Injection Container
single: Dependency Injection; Container

Service Container
=================
Expand Down Expand Up @@ -62,7 +62,7 @@ classes is a well-known and trusted object-oriented best-practice. These skills
are key to being a good developer in almost any language.

.. index::
single: Service Container; What is?
single: Service Container; What is a Service Container?

What is a Service Container?
----------------------------
Expand Down Expand Up @@ -330,7 +330,7 @@ second method, which is the flexible and preferred method for importing service
configuration from third-party bundles.

.. index::
single: Service Container; imports
single: Service Container; Imports

.. _service-container-imports-directive:

Expand Down
2 changes: 1 addition & 1 deletion cookbook/bundles/extension.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ The second method has several specific advantages:

.. index::
single: Bundles; Extension
single: Dependency Injection, Extension
single: Dependency Injection; Extension

Creating an Extension Class
---------------------------
Expand Down