You are here

public function Twig_TokenParser_Use::getTag in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/lib/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/twig/lib/Twig/TokenParser/Use.php, line 60

Class

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

Code

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