public function Path::getName in Bamboo Twig 8.4
Same name and namespace in other branches
- 8.5 bamboo_twig_path/src/TwigExtension/Path.php \Drupal\bamboo_twig_path\TwigExtension\Path::getName()
- 8.2 bamboo_twig_path/src/TwigExtension/Path.php \Drupal\bamboo_twig_path\TwigExtension\Path::getName()
- 8.3 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\TwigExtensionCode
public function getName() {
return 'bamboo_twig_path.twig.path';
}