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