You are here

public function Dates::getName in Bamboo Twig 8

Unique identifier for this Twig extension.

File

src/TwigExtension/Dates.php, line 39

Class

Dates
Provides a 'Dates' Twig Extensions.

Namespace

Drupal\bamboo_twig\TwigExtension

Code

public function getName() {
  return 'bamboo_twig.twig.dates';
}