Lines Matching refs:is

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
30 * As of Twig 1.27, ``\Twig\Parser::getFilename()`` is deprecated. From a token
33 * As of Twig 1.27, ``\Twig\Parser::getEnvironment()`` is deprecated.
38 * As of Twig 1.x, the ability to remove an extension is deprecated and the
41 * As of Twig 1.23, the ``\Twig\Extension\ExtensionInterface::initRuntime()`` method is
48 * As of Twig 1.23, the ``\Twig\Extension\ExtensionInterface::getGlobals()`` method is
52 * As of Twig 1.26, the ``\Twig\Extension\ExtensionInterface::getName()`` method is
53 deprecated and it is not used internally anymore.
74 * As of Twig 2.x, the ``\Twig\TwigFilter`` class is deprecated and will be
76 ``\Twig\TwigFilter`` is just an alias for ``Twig_Filter``.
91 * As of Twig 2.x, the ``\Twig\TwigFunction`` class is deprecated and will be
93 ``\Twig\TwigFunction`` is just an alias for ``Twig_Function``.
108 * As of Twig 2.x, the ``\Twig\TwigTest`` class is deprecated and will be
110 ``\Twig\TwigTest`` is just an alias for ``Twig_Test``.
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
128 instances, storing a ``null`` value is deprecated and won't be possible in
131 * As of Twig 1.27, the ``filename`` attribute on ``\Twig\Node\ModuleNode`` is
158 You should not use it anyway as its values is not reliable.
166 * As of Twig 1.x, ``Twig_Loader_String`` is deprecated and will be removed in
169 * As of Twig 1.27, ``\Twig\Loader\LoaderInterface::getSource()`` is deprecated.
184 or the extensions have been initialized is not possible anymore (but
185 changing the value of an already registered global is possible).
188 current ``\Twig\Template`` instance is deprecated; most usages only need the
209 * As of Twig 1.21, setting the environment option ``autoescape`` to ``true`` is
217 * As of Twig 1.27, ``\Twig\Template::getSource()`` is deprecated. Use