public function Twig_TokenParser_Flush::getTag

Gets the tag name associated with this token parser.

Return value

string The tag name

Overrides Twig_TokenParserInterface::getTag

1 call to Twig_TokenParser_Flush::getTag()
Twig_TokenParser_Flush::parse in drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Flush.php
Parses a token and returns a node.

File

drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Flush.php, line 38

Class

Twig_TokenParser_Flush
Flushes the output to the client.

Code

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