You are here

public function Twig_Extension_Staging::getName in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/Twig/Extension/Staging.php \Twig_Extension_Staging::getName()

Returns the name of the extension.

Return value

string The extension name

Overrides Twig_ExtensionInterface::getName

File

vendor/Twig/Extension/Staging.php, line 109

Class

Twig_Extension_Staging
Internal class.

Code

public function getName() {
  return 'staging';
}