public function Twig_Test_Node::getClass

File

drupal/core/vendor/twig/twig/lib/Twig/Test/Node.php, line 27

Class

Twig_Test_Node
Represents a template test as a Node.

Code

public function getClass() {
  return $this->class;
}