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