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/integrationTest.php, line 226

Class

TestTokenParser_☃

Code

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