You are here

public function WebformTwigExtension::getName in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Twig/WebformTwigExtension.php \Drupal\webform\Twig\WebformTwigExtension::getName()

File

src/Twig/WebformTwigExtension.php, line 39

Class

WebformTwigExtension
Twig extension with some useful functions and filters.

Namespace

Drupal\webform\Twig

Code

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