public function TwigTestExtension::dynamic_path in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/test/Twig/Tests/IntegrationTest.php \TwigTestExtension::dynamic_path()
File
- vendor/
twig/ twig/ test/ Twig/ Tests/ IntegrationTest.php, line 195
Class
Code
public function dynamic_path($element, $item) {
return $element . '/' . $item;
}