You are here

public function Twig_TokenParserInterface::getTag in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/lib/Twig/TokenParserInterface.php \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 vendor/twig/twig/test/Twig/Tests/ParserTest.php
Gets the tag name associated with this token parser.
TwigTestTokenParser_§::getTag in vendor/twig/twig/test/Twig/Tests/IntegrationTest.php
Gets the tag name associated with this token parser.
Twig_Tests_EnvironmentTest_TokenParser::getTag in vendor/twig/twig/test/Twig/Tests/EnvironmentTest.php
Gets the tag name associated with this token parser.
Twig_TokenParser_AutoEscape::getTag in vendor/twig/twig/lib/Twig/TokenParser/AutoEscape.php
Gets the tag name associated with this token parser.
Twig_TokenParser_Block::getTag in vendor/twig/twig/lib/Twig/TokenParser/Block.php
Gets the tag name associated with this token parser.

... See full list

File

vendor/twig/twig/lib/Twig/TokenParserInterface.php, line 42

Class

Twig_TokenParserInterface
Interface implemented by token parsers.

Code

public function getTag();