public function Twig_Extension_Core::getName

Returns the name of the extension.

Return value

string The extension name

File

drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php, line 287

Class

Twig_Extension_Core

Code

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