Skip to content

Removed old versionadded/deprecated directives #12058

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 30, 2019
Merged
Show file tree
Hide file tree
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
4 changes: 0 additions & 4 deletions cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -376,10 +376,6 @@ To get the best of both worlds you may use a chain of adapters. The idea is to
first look at the quick adapter and then move on to slower adapters. In the worst
case the value needs to be recalculated.

.. versionadded:: 4.4

Support for configuring a chain using ``framework.cache.pools`` was introduced in Symfony 4.4.

.. configuration-block::

.. code-block:: yaml
Expand Down
13 changes: 0 additions & 13 deletions components/http_kernel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -615,19 +615,6 @@ kernel.terminate ``KernelEvents::TERMINATE`` :class:`Sym
kernel.exception ``KernelEvents::EXCEPTION`` :class:`Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent`
=========================== ====================================== ========================================================================

.. deprecated:: 4.3

Since Symfony 4.3, most of the event classes were renamed.
The following old classes were deprecated:

* `GetResponseEvent` renamed to :class:`Symfony\\Component\\HttpKernel\\Event\\RequestEvent`
* `FilterControllerEvent` renamed to :class:`Symfony\\Component\\HttpKernel\\Event\\ControllerEvent`
* `FilterControllerArgumentsEvent` renamed to :class:`Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent`
* `GetResponseForControllerResultEvent` renamed to :class:`Symfony\\Component\\HttpKernel\\Event\\ViewEvent`
* `FilterResponseEvent` renamed to :class:`Symfony\\Component\\HttpKernel\\Event\\ResponseEvent`
* `PostResponseEvent` renamed to :class:`Symfony\\Component\\HttpKernel\\Event\\TerminateEvent`
* `GetResponseForExceptionEvent` renamed to :class:`Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent`

.. _http-kernel-working-example:

A full Working Example
Expand Down
5 changes: 0 additions & 5 deletions components/var_dumper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,6 @@ The ``VarDumperTestTrait`` also includes these other methods:
is called automatically after each case to reset the custom configuration
made in ``setUpVarDumper()``.

.. versionadded:: 4.4

The ``setUpVarDumper()`` and ``tearDownVarDumper()`` methods were introduced
in Symfony 4.4.

Example::

use PHPUnit\Framework\TestCase;
Expand Down
7 changes: 0 additions & 7 deletions translation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -347,13 +347,6 @@ For more options, see :ref:`component-translator-message-catalogs`.
:class:`Symfony\\Component\\Translation\\Loader\\LoaderInterface` interface.
See the :ref:`dic-tags-translation-loader` tag for more information.

.. versionadded:: 4.3

Starting from Symfony 4.3, when you create a new translation file (or
install a bundle that includes translation files), you don't have to clear
the cache with the command ``php bin/console cache:clear`` as you had to do
in previous Symfony versions.

Handling the User's Locale
--------------------------

Expand Down