function Twig_TokenParserInterface::getTag

Gets the tag name associated with this token parser.

Return value

string The tag name

18 methods override Twig_TokenParserInterface::getTag()
TestTokenParser::getTag in drupal/core/vendor/twig/twig/test/Twig/Tests/ParserTest.php
Gets the tag name associated with this token parser.
TestTokenParser_☃::getTag in drupal/core/vendor/twig/twig/test/Twig/Tests/integrationTest.php
Gets the tag name associated with this token parser.
Twig_TokenParser_AutoEscape::getTag in drupal/core/vendor/twig/twig/lib/Twig/TokenParser/AutoEscape.php
Gets the tag name associated with this token parser.
Twig_TokenParser_Block::getTag in drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Block.php
Gets the tag name associated with this token parser.
Twig_TokenParser_Do::getTag in drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Do.php
Gets the tag name associated with this token parser.

... See full list

File

drupal/core/vendor/twig/twig/lib/Twig/TokenParserInterface.php, line 41

Class

Twig_TokenParserInterface
Interface implemented by token parsers.

Code

function getTag();