You are here

abstract public function Twig_Template::getTemplateName in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/Twig/Template.php \Twig_Template::getTemplateName()

Returns the template name.

Return value

string The template name

4 calls to Twig_Template::getTemplateName()
Twig_Template::displayParentBlock in vendor/Twig/Template.php
Displays a parent block.
Twig_Template::displayWithErrorHandling in vendor/Twig/Template.php
Twig_Template::getAttribute in vendor/Twig/Template.php
Returns the attribute value for a given array/object.
Twig_Template::getContext in vendor/Twig/Template.php
Returns a variable from the context.

File

vendor/Twig/Template.php, line 45

Class

Twig_Template
Default base class for compiled templates.

Code

public abstract function getTemplateName();