You are here

public function Twig_TokenParser_Extends::getTag in Translation template extractor 6.3

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

Gets the tag name associated with this token parser.

Return value

string The tag name

Overrides Twig_TokenParserInterface::getTag

File

vendor/Twig/TokenParser/Extends.php, line 48

Class

Twig_TokenParser_Extends
Extends a template by another one.

Code

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