You are here

public function TwigExtension::getName in Twig Tweak 8

Same name and namespace in other branches
  1. 8.2 src/TwigExtension.php \Drupal\twig_tweak\TwigExtension::getName()

File

src/TwigExtension.php, line 67

Class

TwigExtension
Twig extension with some useful functions and filters.

Namespace

Drupal\twig_tweak

Code

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