Sets the parser associated with this token parser
Parameters
$parser A Twig_Parser instance:
File
- drupal/core/vendor/twig/twig/lib/Twig/TokenParserInterface.php, line 24
Class
- Twig_TokenParserInterface
- Interface implemented by token parsers.
Code
public function setParser(Twig_Parser $parser);