Lines Matching refs:x

6 feature that was deprecated in Twig 1.x is removed in Twig 2.0).
24 * As of Twig 1.x, the token parser broker sub-system is deprecated. The
38 * As of Twig 1.x, the ability to remove an extension is deprecated and the
64 * As of Twig 1.x, use ``\Twig\TwigFilter`` to add a filter. The following
74 * As of Twig 2.x, the ``\Twig\TwigFilter`` class is deprecated and will be
75 removed in Twig 3.x (use ``Twig_Filter`` instead). In Twig 2.x,
81 * As of Twig 1.x, use ``\Twig\TwigFunction`` to add a function. The following
91 * As of Twig 2.x, the ``\Twig\TwigFunction`` class is deprecated and will be
92 removed in Twig 3.x (use ``Twig_Function`` instead). In Twig 2.x,
98 * As of Twig 1.x, use ``\Twig\TwigTest`` to add a test. The following classes
108 * As of Twig 2.x, the ``\Twig\TwigTest`` class is deprecated and will be
109 removed in Twig 3.x (use ``Twig_Test`` instead). In Twig 2.x,
118 * As of Twig 1.x, the ``raw`` tag is deprecated. You should use ``verbatim``
124 * As of Twig 1.x, ``Node::toXml()`` is deprecated and will be removed in Twig
129 Twig 2.x.
141 * As of Twig 2.x, the following interfaces are deprecated and empty (they will
166 * As of Twig 1.x, ``Twig_Loader_String`` is deprecated and will be removed in
178 directly to make your node visitors compatible with both Twig 1.x and 2.x.
183 * As of Twig 2.x, the ability to register a global variable after the runtime
187 * As of Twig 1.x, using the ``_self`` global variable to get access to the
197 * As of Twig 1.x, ``\Twig\Environment::clearTemplateCache()``,
205 * As of Twig 1.x, ``\Twig\Template::getEnvironment()`` and