You are here

public function Twig_TokenParser_Extends::getTag in Zircon Profile 8

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

Class

Twig_TokenParser_Extends
Extends a template by another one.

Code

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