public function Twig_SimpleTest::getName

File

drupal/core/vendor/twig/twig/lib/Twig/SimpleTest.php, line 32

Class

Twig_SimpleTest
Represents a template test.

Code

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