You are here

public static function FlagCountManager::create in Flag 8.4

File

src/FlagCountManager.php, line 72

Class

FlagCountManager
Class FlagCountManager.

Namespace

Drupal\flag

Code

public static function create(ContainerInterface $container) {
  return new self($container
    ->get('database'), $container
    ->get('datetime.time'));
}