function DefaultNegotiator::__construct

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Theme/DefaultNegotiator.php \Drupal\Core\Theme\DefaultNegotiator::__construct()
  2. 10 core/lib/Drupal/Core/Theme/DefaultNegotiator.php \Drupal\Core\Theme\DefaultNegotiator::__construct()
  3. 11.x 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;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.