You are here

public function TestTokenParser::getTag in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/test/Twig/Tests/ParserTest.php \TestTokenParser::getTag()

Gets the tag name associated with this token parser.

Return value

string The tag name

Overrides Twig_TokenParserInterface::getTag

File

vendor/twig/twig/test/Twig/Tests/ParserTest.php, line 176

Class

TestTokenParser

Code

public function getTag() {
  return 'test';
}