You are here

public function Path::getName in Bamboo Twig 8.3

Same name and namespace in other branches
  1. 8.5 bamboo_twig_path/src/TwigExtension/Path.php \Drupal\bamboo_twig_path\TwigExtension\Path::getName()
  2. 8.2 bamboo_twig_path/src/TwigExtension/Path.php \Drupal\bamboo_twig_path\TwigExtension\Path::getName()
  3. 8.4 bamboo_twig_path/src/TwigExtension/Path.php \Drupal\bamboo_twig_path\TwigExtension\Path::getName()

Unique identifier for this Twig extension.

File

bamboo_twig_path/src/TwigExtension/Path.php, line 22

Class

Path
Provides a 'Path' Twig Extensions.

Namespace

Drupal\bamboo_twig_path\TwigExtension

Code

public function getName() {
  return 'bamboo_twig_path.twig.path';
}