You are here

public function ThemePreprocess::__construct in Image Lazyloader 8

Creates a new ThemePreprocess instance.

Parameters

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

File

src/ThemePreprocess.php, line 25

Class

ThemePreprocess
Class ThemePreprocess.

Namespace

Drupal\lazyloader

Code

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