8000 Merge branch '4.3' into 4.4 · symfony/symfony-docs@5bff359 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5bff359

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: removed old versionadded. refs #12684 minor. refs #12684
2 parents c880766 + 748a6ad commit 5bff359

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

reference/dic_tags.rst

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -185,20 +185,16 @@ For details on registering your own commands in the service container, read
185185
container.hot_path
186186
------------------
187187

188-
.. versionadded:: 3.4
189-
190-
The ``container.hot_path`` tag was introduced in Symfony 3.4.
191-
192188
**Purpose**: Add to list of always needed services
193189

194-
This tag identifies the services that are always needed. It is only applied to
195-
a very short list of bootstrapping services (like ``router``, ``event_dispatcher``,
196-
``http_kernel``, ``request_stack``, etc.). Then, it is propagated to all dependencies
197-
of these services, with a special case for event listeners, where only listed events
190+
This tag identifies the services that are always needed. It is only applied to
191+
a very short list of bootstrapping services (like ``router``, ``event_dispatcher``,
192+
``http_kernel``, ``request_stack``, etc.). Then, it is propagated to all dependencies
193+
of these services, with a special case for event listeners, where only listed events
198194
are propagated to their related listeners.
199195

200-
It will replace, in cache for generated service factories, the PHP autoload by
201-
plain inlined ``include_once``. The benefit is a complete bypass of the autoloader
196+
It will replace, in cache for generated service factories, the PHP autoload by
197+
plain inlined ``include_once``. The benefit is a complete bypass of the autoloader
202198
for services and their class hierarchy. The result is as significant performance improvement.
203199

204200
Use this tag with great caution, you have to be sure that the tagged service is always used.

0 commit comments

Comments
 (0)
0