You are here

public function Twig_TokenParser_Use::getTag in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/Twig/TokenParser/Use.php \Twig_TokenParser_Use::getTag()

Gets the tag name associated with this token parser.

Return value

string The tag name

Overrides Twig_TokenParserInterface::getTag

File

vendor/Twig/TokenParser/Use.php, line 72

Class

Twig_TokenParser_Use
Imports blocks defined in another template into the current template.

Code

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