public function Twig_Extension_Sandbox::getName in Translation template extractor 6.3
Same name and namespace in other branches
- 7.3 vendor/Twig/Extension/Sandbox.php \Twig_Extension_Sandbox::getName()
Returns the name of the extension.
Return value
string The extension name
Overrides Twig_ExtensionInterface::getName
File
- vendor/
Twig/ Extension/ Sandbox.php, line 108
Class
Code
public function getName() {
return 'sandbox';
}