You are here

service flag.count in Flag 8.4

Class

Drupal\flag\FlagCountManager

Tags

  • event_subscriber
2 string references to flag.count
FlagCount::__construct in src/TwigExtension/FlagCount.php
Constructs \Drupal\flag\TwigExtension\FlagCount.
FlagCountsTest::setUp in tests/src/Kernel/FlagCountsTest.php

File

./flag.services.yml
flag.services.yml

View source
  1. class: Drupal\flag\FlagCountManager
  2. arguments:
  3. - '@database'
  4. - '@datetime.time'
  5. tags:
  6. - { name: event_subscriber }