protected function Twig_Test_NodeTestCase::getAttributeGetter

1 call to Twig_Test_NodeTestCase::getAttributeGetter()

File

drupal/core/vendor/twig/twig/lib/Twig/Test/NodeTestCase.php, line 50

Class

Twig_Test_NodeTestCase

Code

protected function getAttributeGetter() {
  if (function_exists('twig_template_get_attributes')) {
    return 'twig_template_get_attributes($this, ';
  }
  return '$this->getAttribute(';
}