You are here

public function TwigTestExtension::dynamic_path in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/twig/twig/test/Twig/Tests/IntegrationTest.php \TwigTestExtension::dynamic_path()

File

vendor/twig/twig/test/Twig/Tests/IntegrationTest.php, line 195

Class

TwigTestExtension

Code

public function dynamic_path($element, $item) {
  return $element . '/' . $item;
}