@@ -25,8 +25,8 @@ on top of the previous one.
25
25
Composer's autoloader (``vendor/autoload.php ``), which is included in
26
26
the ``app/autoload.php `` file.
27
27
28
- `` HttpFoundation `` Component
29
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28
+ HttpFoundation Component
29
+ ~~~~~~~~~~~~~~~~~~~~~~~~
30
30
31
31
The deepest level is the :namespace: `Symfony\\ Component\\ HttpFoundation `
32
32
component. HttpFoundation provides the main objects needed to deal with HTTP.
@@ -46,10 +46,10 @@ variables:
46
46
47
47
.. note ::
48
48
49
- Read more about the :doc: `HttpFoundation Component </components/http_foundation/introduction >`.
49
+ Read more about the :doc: `HttpFoundation component </components/http_foundation/introduction >`.
50
50
51
- `` HttpKernel `` Component
52
- ~~~~~~~~~~~~~~~~~~~~~~~~
51
+ HttpKernel Component
52
+ ~~~~~~~~~~~~~~~~~~~~
53
53
54
54
On top of HttpFoundation is the :namespace: `Symfony\\ Component\\ HttpKernel `
55
55
component. HttpKernel handles the dynamic part of HTTP; it is a thin wrapper
@@ -58,11 +58,11 @@ handled. It also provides extension points and tools that makes it the ideal
58
58
starting point to create a Web framework without too much overhead.
59
59
60
60
It also optionally adds configurability and extensibility, thanks to the
61
- Dependency Injection component and a powerful plugin system (bundles).
61
+ DependencyInjection component and a powerful plugin system (bundles).
62
62
63
63
.. seealso ::
64
64
65
- Read more about the :doc: `HttpKernel Component </components/http_kernel/introduction >`,
65
+ Read more about the :doc: `HttpKernel component </components/http_kernel/introduction >`,
66
66
:doc: `Dependency Injection </book/service_container >` and
67
67
:doc: `Bundles </cookbook/bundles/best_practices >`.
68
68
@@ -235,8 +235,8 @@ add the following code at the beginning of your listener method::
235
235
236
236
.. tip ::
237
237
238
- If you are not yet familiar with the Symfony2 Event Dispatcher , read the
239
- :doc: `Event Dispatcher Component Documentation </components/event_dispatcher/introduction >`
238
+ If you are not yet familiar with the Symfony2 EventDispatcher , read the
239
+ :doc: `EventDispatcher component documentation </components/event_dispatcher/introduction >`
240
240
section first.
241
241
242
242
.. index ::
@@ -429,14 +429,14 @@ and set a new ``Exception`` object, or do nothing::
429
429
Read more on the :ref: `kernel.exception event <component-http-kernel-kernel-exception >`.
430
430
431
431
.. index ::
432
- single: Event Dispatcher
432
+ single: EventDispatcher
433
433
434
- The Event Dispatcher
435
- --------------------
434
+ The EventDispatcher
435
+ -------------------
436
436
437
- The event dispatcher is a standalone component that is responsible for much
437
+ The EventDispatcher is a standalone component that is responsible for much
438
438
of the underlying logic and flow behind a Symfony request. For more information,
439
- see the :doc: `Event Dispatcher Component Documentation </components/event_dispatcher/introduction >`.
439
+ see the :doc: `EventDispatcher component documentation </components/event_dispatcher/introduction >`.
440
440
441
441
.. index ::
442
442
single: Profiler
@@ -657,4 +657,4 @@ Learn more from the Cookbook
657
657
* :doc: `/cookbook/event_dispatcher/class_extension `
658
658
* :doc: `/cookbook/event_dispatcher/method_behavior `
659
659
660
- .. _`Symfony2 Dependency Injection component` : https://github.com/symfony/DependencyInjection
660
+ .. _`Symfony2 DependencyInjection component` : https://github.com/symfony/DependencyInjection
0 commit comments