You are here

public function FlagCount::getName in Flag 8.4

Gets a unique identifier for this Twig extension.

File

src/TwigExtension/FlagCount.php, line 49

Class

FlagCount
Provides a Twig extension to get the flag count given a flag and flaggable.

Namespace

Drupal\flag\TwigExtension

Code

public function getName() {
  return 'flag.twig.count';
}