public function Twig_Extension_Debug::getName

Returns the name of the extension.

Return value

string The extension name

File

drupal/core/vendor/twig/twig/lib/Twig/Extension/Debug.php, line 39

Class

Twig_Extension_Debug

Code

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