You are here

public function DefaultNegotiator::__construct in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Theme/DefaultNegotiator.php \Drupal\Core\Theme\DefaultNegotiator::__construct()

Constructs a DefaultNegotiator object.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The config factory.

File

core/lib/Drupal/Core/Theme/DefaultNegotiator.php, line 26

Class

DefaultNegotiator
Determines the default theme of the site.

Namespace

Drupal\Core\Theme

Code

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