You are here

public function ThemeNegotiator::__construct in Gin Login 8

File

src/Theme/ThemeNegotiator.php, line 18

Class

ThemeNegotiator
Contains \Drupal\gin_login\Theme\ThemeNegotiator Credit to jimconte https://jimconte.com/blog/web/dynamic-theme-switching-in-drupal-8.

Namespace

Drupal\gin_login\Theme

Code

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