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