mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 20:36:33 +00:00
Fix doc notes
This commit is contained in:
+6
-3
@@ -796,9 +796,12 @@ 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()``.
|
||||
deprecated ``getOperators()`` method.
|
||||
|
||||
.. deprecated:: 3.21
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user