public function Twig_TokenParser_Use::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/lib/Twig/TokenParser/Use.php, line 81

Class

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

Code

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