public function TestTokenParser::getTag

Gets the tag name associated with this token parser.

Return value

string The tag name

Overrides Twig_TokenParserInterface::getTag

File

drupal/core/vendor/twig/twig/test/Twig/Tests/ParserTest.php, line 156

Class

TestTokenParser

Code

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