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

Skip to content

Commit d834b44

Browse files
committed
Merge pull request #2064 from symfony/http-kernel
[HttpKernel] Bootstrapping the HttpKernel Component Documentation
2 parents 7cd2ac3 + 76a5b56 commit d834b44

17 files changed

+652
-2
lines changed

components/event_dispatcher/introduction.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Symfony2 Event Dispatcher component implements the `Observer`_ pattern in
2424
a simple and effective way to make all these things possible and to make your
2525
projects truly extensible.
2626

27-
Take a simple example from the `Symfony2 HttpKernel component`_. Once a
27+
Take a simple example from the :doc:`/components/http_kernel/introduction`. Once a
2828
``Response`` object has been created, it may be useful to allow other elements
2929
in the system to modify it (e.g. add some cache headers) before it's actually
3030
used. To make this possible, the Symfony2 kernel throws an event -
@@ -487,7 +487,6 @@ Now, any listeners to ``store.order`` that have not yet been called will *not*
487487
be called.
488488

489489
.. _Observer: http://en.wikipedia.org/wiki/Observer_pattern
490-
.. _`Symfony2 HttpKernel component`: https://github.com/symfony/HttpKernel
491490
.. _Closures: http://php.net/manual/en/functions.anonymous.php
492491
.. _PHP callable: http://www.php.net/manual/en/language.pseudo-types.php#language.types.callback
493492
.. _Packagist: https://packagist.org/packages/symfony/event-dispatcher

components/http_kernel/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
HTTP Kernel
2+
===========
3+
4+
.. toctree::
5+
:maxdepth: 2
6+
7+
introduction

components/http_kernel/introduction.rst

Lines changed: 639 additions & 0 deletions
Large diffs are not rendered by default.

components/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The Components
1414
event_dispatcher/index
1515
finder
1616
http_foundation/index
17+
http_kernel/index
1718
locale
1819
process
1920
routing/index

components/map.rst.inc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@
5050

5151
* :doc:`/components/http_foundation/introduction`
5252

53+
* :doc:`/components/http_kernel/index`
54+
55+
* :doc:`/components/http_kernel/introduction`
56+
5357
* **Locale**
5458

5559
* :doc:`/components/locale`
185 KB
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
188 KB
Loading

0 commit comments

Comments
 (0)