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