Lines Matching refs:in

4 This document lists all deprecated features in Twig. Deprecated features are
5 kept for backward compatibility and removed in the next major release (a
6 feature that was deprecated in Twig 1.x is removed in Twig 2.0).
17 As of Twig 2.0, macros imported in a file are not available in child templates
19 explicitly in each file where you are using them.
25 following class and interface will be removed in 2.0:
39 ``\Twig\Environment::removeExtension()`` method will be removed in 2.0.
58 PEAR support has been discontinued in Twig 1.15.1, and no PEAR packages are
65 classes and interfaces will be removed in 2.0:
75 removed in Twig 3.x (use ``Twig_Filter`` instead). In Twig 2.x,
82 classes and interfaces will be removed in 2.0:
92 removed in Twig 3.x (use ``Twig_Function`` instead). In Twig 2.x,
99 and interfaces will be removed in 2.0:
109 removed in Twig 3.x (use ``Twig_Test`` instead). In Twig 2.x,
112 * The ``sameas`` and ``divisibleby`` tests are deprecated in favor of ``same
124 * As of Twig 1.x, ``Node::toXml()`` is deprecated and will be removed in Twig
128 instances, storing a ``null`` value is deprecated and won't be possible in
142 be removed in Twig 3.0):
166 * As of Twig 1.x, ``Twig_Loader_String`` is deprecated and will be removed in
176 * Because of the removal of ``Twig_NodeInterface`` in 2.0, you need to extend
189 current template name, which will continue to work in Twig 2.0. In Twig 2.0,
203 ``\Twig\Environment::getCompiler()`` are deprecated and will be removed in 2.0.
207 removed in 2.0.
210 deprecated and will be removed in 2.0. Use ``"html"`` instead.
221 ``\Twig\Parser::addNodeVisitor()`` are deprecated and will be removed in 2.0.
224 annotation. Those classes will be marked as final in 2.0.