public function Twig_ExtensionInterface::getName in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/lib/Twig/ExtensionInterface.php \Twig_ExtensionInterface::getName()
Returns the name of the extension.
Return value
string The extension name
File
- vendor/
twig/ twig/ lib/ Twig/ ExtensionInterface.php, line 86
Class
- Twig_ExtensionInterface
- Interface implemented by extension classes.
Code
public function getName();