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