public function Twig_TokenParser_Import::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_Import::getTag()
Twig_TokenParser_Import::parse in drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Import.php
Parses a token and returns a node.

File

drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Import.php, line 43

Class

Twig_TokenParser_Import
Imports macros.

Code

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