mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-04 14:36:52 +00:00
Remove versionadded from docs
This commit is contained in:
@@ -767,13 +767,6 @@ responsible for parsing the tag and compiling it to PHP.
|
||||
Operators
|
||||
~~~~~~~~~
|
||||
|
||||
.. versionadded:: 3.21
|
||||
|
||||
The ``getExpressionParsers()`` method was added in Twig 3.21 to replace the
|
||||
deprecated ``getOperators()`` method. See the :doc:`deprecated
|
||||
<deprecated>` page for details on how to upgrade from ``getOperators()`` to
|
||||
``getExpressionParsers()``.
|
||||
|
||||
The ``getExpressionParsers()`` method lets you add new operators. To implement
|
||||
a new one, have a look at the default operators provided by
|
||||
``Twig\Extension\CoreExtension``.
|
||||
|
||||
Reference in New Issue
Block a user