public function Twig_TokenParser_Extends::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/Extends.php, line 50

Class

Twig_TokenParser_Extends
Extends a template by another one.

Code

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