I found three of deprecated interfaces in twig system and change the places of call these interfaces.
This patch changes the Twig_CompilerInterface, Twig_LexerInterface and Twig_ParserInterface with recommended Twig_Compiler, Twig_Lexer and Twig_Parser classes in all of core files.

CommentFileSizeAuthor
#1 replace_twig_interfaces-2228743-0.patch3.78 KBtatarbj
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tatarbj’s picture

star-szr’s picture

Status: Needs review » Closed (won't fix)

Thanks @tatarbj but this is looks more like a patch that could be filed upstream against https://github.com/fabpot/Twig. We don't want to start patching vendor libraries.