protected function Twig_Tests_Node_TestCase::getAttributeGetter

1 call to Twig_Tests_Node_TestCase::getAttributeGetter()
Twig_Tests_Node_Expression_GetAttrTest::getTests in drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/GetAttrTest.php

File

drupal/core/vendor/twig/twig/test/Twig/Tests/Node/TestCase.php, line 50

Class

Twig_Tests_Node_TestCase

Code

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