public function TestTokenParser::getTag in Zircon Profile 8
Same name and namespace in other branches
- 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
Code
public function getTag() {
return 'test';
}