Skip to content

Commit 00af1dd

Browse files
committed
Include some updates after clarification
1 parent 4ad0caf commit 00af1dd

22 files changed

+26
-26
lines changed

book/service_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. index::
22
single: Service Container
3-
single: Dependency Injection; Container
3+
single: DependencyInjection; Container
44

55
Service Container
66
=================

components/class_loader/cache_class_loader.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. index::
22
single: APC; ApcClassLoader
3-
single: Class Loader; ApcClassLoader
4-
single: Class Loader; Cache
5-
single: Class Loader; XcacheClassLoader
3+
single: ClassLoader; ApcClassLoader
4+
single: ClassLoader; Cache
5+
single: ClassLoader; XcacheClassLoader
66
single: XCache; XcacheClassLoader
77

88
Cache a Class Loader

components/class_loader/class_loader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Class Loader; PSR-0 Class Loader
2+
single: ClassLoader; PSR-0 Class Loader
33

44
The PSR-0 Class Loader
55
======================

components/class_loader/debug_class_loader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Class Loader; DebugClassLoader
2+
single: ClassLoader; DebugClassLoader
33

44
Debugging a Class Loader
55
========================

components/class_loader/map_class_loader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Class Loader; MapClassLoader
2+
single: ClassLoader; MapClassLoader
33

44
MapClassLoader
55
==============

components/css_selector.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: CSS Selector
2+
single: CssSelector
33
single: Components; CssSelector
44

55
The CssSelector Component

components/dependency_injection/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Dependency Injection; Advanced configuration
2+
single: DependencyInjection; Advanced configuration
33

44
Advanced Container Configuration
55
================================

components/dependency_injection/compilation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Dependency Injection; Compilation
2+
single: DependencyInjection; Compilation
33

44
Compiling the Container
55
=======================

components/dependency_injection/configurators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Dependency Injection; Service configurators
2+
single: DependencyInjection; Service configurators
33

44
Configuring Services with a Service Configurator
55
================================================

components/dependency_injection/definitions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Dependency Injection; Service definitions
2+
single: DependencyInjection; Service definitions
33

44
Working with Container Service Definitions
55
==========================================

components/dependency_injection/factories.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Dependency Injection; Factories
2+
single: DependencyInjection; Factories
33

44
Using a Factory to Create Services
55
==================================

components/dependency_injection/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Dependency Injection
2+
single: DependencyInjection
33
single: Components; DependencyInjection
44

55
The DependencyInjection Component

components/dependency_injection/parameters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Dependency Injection; Parameters
2+
single: DependencyInjection; Parameters
33

44
Introduction to Parameters
55
==========================

components/dependency_injection/parentservices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Dependency Injection; Parent services
2+
single: DependencyInjection; Parent services
33

44
Managing Common Dependencies with Parent Services
55
=================================================

components/dependency_injection/tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Dependency Injection; Tags
2+
single: DependencyInjection; Tags
33

44
Working with Tagged Services
55
============================

components/dependency_injection/types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Dependency Injection; Injection types
2+
single: DependencyInjection; Injection types
33

44
Types of Injection
55
==================

components/dependency_injection/workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Dependency Injection; Workflow
2+
single: DependencyInjection; Workflow
33

44
Container Building Workflow
55
===========================

components/http_kernel/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
HTTPKernel
1+
HttpKernel
22
==========
33

44
.. toctree::

components/map.rst.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* :doc:`/components/console/single_command_tool`
2323
* :doc:`/components/console/helpers/index`
2424

25-
* **CSS Selector**
25+
* **CssSelector**
2626

2727
* :doc:`/components/css_selector`
2828

@@ -40,7 +40,7 @@
4040
* :doc:`/components/dependency_injection/advanced`
4141
* :doc:`/components/dependency_injection/workflow`
4242

43-
* **DOM Crawler**
43+
* **DomCrawler**
4444

4545
* :doc:`/components/dom_crawler`
4646

@@ -79,7 +79,7 @@
7979

8080
* :doc:`/components/locale`
8181

82-
* **Options Resolver**
82+
* **OptionsResolver**
8383

8484
* :doc:`/components/options_resolver`
8585

cookbook/bundles/extension.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The second method has several specific advantages:
9191

9292
.. index::
9393
single: Bundle; Extension
94-
single: Dependency Injection; Extension
94+
single: DependencyInjection; Extension
9595

9696
Creating an Extension Class
9797
---------------------------

cookbook/service_container/compiler_passes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Dependency Injection; Compiler passes
2+
single: DependencyInjection; Compiler passes
33
single: Service Container; Compiler passes
44

55
How to work with Compiler Passes in Bundles

cookbook/service_container/scopes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. index::
2-
single: Dependency Injection; Scopes
2+
single: DependencyInjection; Scopes
33

44
How to work with Scopes
55
=======================

0 commit comments

Comments
 (0)