You are here

public function Twig_SimpleTest::getName in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/Twig/SimpleTest.php \Twig_SimpleTest::getName()

File

vendor/Twig/SimpleTest.php, line 32

Class

Twig_SimpleTest
Represents a template test.

Code

public function getName() {
  return $this->name;
}