You are here

public function Twig_Extension_Profiler::getName in Translation template extractor 7.3

Returns the name of the extension.

Return value

string The extension name

Overrides Twig_ExtensionInterface::getName

1 call to Twig_Extension_Profiler::getName()
Twig_Extension_Profiler::getNodeVisitors in vendor/Twig/Extension/Profiler.php
Returns the node visitor instances to add to the existing list.

File

vendor/Twig/Extension/Profiler.php, line 42

Class

Twig_Extension_Profiler

Code

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