You are here

public function TypeStyleExtension::getName in Type Style 8

Gets a unique identifier for this Twig extension.

Return value

string A unique identifier for this Twig extension.

File

src/TwigExtension/TypeStyleExtension.php, line 37

Class

TypeStyleExtension
A Twig extension to render type styles.

Namespace

Drupal\type_style\TwigExtension

Code

public function getName() {
  return 'type_style.type_style_extension';
}