You are here

public function FlagsManager::__construct in Flags 8

Constructor.

Parameters

\Drupal\Core\Extension\ModuleHandlerInterface $module_handler:

File

src/Flags/FlagsManager.php, line 29

Class

FlagsManager
Provides list of countries.

Namespace

Drupal\flags\Flags

Code

public function __construct(ModuleHandlerInterface $module_handler) {
  $this->moduleHandler = $module_handler;
}