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

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions components/http_kernel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,13 @@ on the request's information.
is passed to it. This step is also specific to the :class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\ControllerResolver`
sub-class used by the Symfony Framework.

.. deprecated:: 6.4

:class:`Symfony\\Component\\DependencyInjection\\ContainerAwareInterface` and
:class:`Symfony\\Component\\DependencyInjection\\ContainerAwareTrait` are
deprecated since Symfony 6.4. Dependency injection should be used instead to
access the service container.

.. _component-http-kernel-kernel-controller:

3) The ``kernel.controller`` Event
Expand Down