public function Twig_TokenParserInterface::getTag in Translation template extractor 6.3
Same name and namespace in other branches
- 7.3 vendor/Twig/TokenParserInterface.php \Twig_TokenParserInterface::getTag()
Gets the tag name associated with this token parser.
Return value
string The tag name
16 methods override Twig_TokenParserInterface::getTag()
- Twig_TokenParser_AutoEscape::getTag in vendor/
Twig/ TokenParser/ AutoEscape.php - Gets the tag name associated with this token parser.
- Twig_TokenParser_Block::getTag in vendor/
Twig/ TokenParser/ Block.php - Gets the tag name associated with this token parser.
- Twig_TokenParser_Do::getTag in vendor/
Twig/ TokenParser/ Do.php - Gets the tag name associated with this token parser.
- Twig_TokenParser_Extends::getTag in vendor/
Twig/ TokenParser/ Extends.php - Gets the tag name associated with this token parser.
- Twig_TokenParser_Filter::getTag in vendor/
Twig/ TokenParser/ Filter.php - Gets the tag name associated with this token parser.
File
- vendor/
Twig/ TokenParserInterface.php, line 42
Class
- Twig_TokenParserInterface
- Interface implemented by token parsers.
Code
public function getTag();