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