You are here

public function Twig_SimpleTest::getName in Zircon Profile 8

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

File

vendor/twig/twig/lib/Twig/SimpleTest.php, line 35

Class

Twig_SimpleTest
Represents a template test.

Code

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