You are here

public function Manifest::__construct in Progressive Web App 8

Same name and namespace in other branches
  1. 2.x src/Manifest.php \Drupal\pwa\Manifest::__construct()

Constructor.

File

src/Manifest.php, line 32

Class

Manifest
Manifest JSON building service.

Namespace

Drupal\pwa

Code

public function __construct(ConfigFactoryInterface $config_factory, LanguageManagerInterface $language_manager) {
  $this->configFactory = $config_factory;
  $this->languageManager = $language_manager;
}