public function Twig_TokenParserInterface::getTag

Gets the tag name associated with this token parser.

Return value

string The tag name

19 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.
TwigTestTokenParser_☃::getTag in drupal/core/vendor/twig/twig/test/Twig/Tests/IntegrationTest.php
Gets the tag name associated with this token parser.
Twig_Tests_EnvironmentTest_TokenParser::getTag in drupal/core/vendor/twig/twig/test/Twig/Tests/EnvironmentTest.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.

... See full list

File

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

Class

Twig_TokenParserInterface
Interface implemented by token parsers.

Code

public function getTag();