You are here

public function Twig_ExtensionInterface::getName in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/Twig/ExtensionInterface.php \Twig_ExtensionInterface::getName()

Returns the name of the extension.

Return value

string The extension name

7 methods override Twig_ExtensionInterface::getName()
Twig_Extension_Core::getName in vendor/Twig/Extension/Core.php
Returns the name of the extension.
Twig_Extension_Debug::getName in vendor/Twig/Extension/Debug.php
Returns the name of the extension.
Twig_Extension_Escaper::getName in vendor/Twig/Extension/Escaper.php
Returns the name of the extension.
Twig_Extension_Optimizer::getName in vendor/Twig/Extension/Optimizer.php
Returns the name of the extension.
Twig_Extension_Sandbox::getName in vendor/Twig/Extension/Sandbox.php
Returns the name of the extension.

... See full list

File

vendor/Twig/ExtensionInterface.php, line 82

Class

Twig_ExtensionInterface
Interface implemented by extension classes.

Code

public function getName();