mirror of
https://github.com/symfony/symfony-docs.git
synced 2026-03-24 00:32:14 +01:00
Reword
This commit is contained in:
@@ -51,7 +51,9 @@ method to access to its associated profile::
|
||||
|
||||
.. note::
|
||||
|
||||
To declare the profiler service you can refer to :ref:`Enabling the Profiler Conditionally <enabling_the_profiler_conditionally_tag>`.
|
||||
The ``profiler`` service will be :doc:`autowired </service_container/autowiring>`
|
||||
automatically when type-hinting any service argument with the
|
||||
:class:`Symfony\\Component\\HttpKernel\\Profiler\\Profiler` class.
|
||||
|
||||
When the profiler stores data about a request, it also associates a token with it;
|
||||
this token is available in the ``X-Debug-Token`` HTTP header of the response.
|
||||
|
||||
Reference in New Issue
Block a user