You are here

public function UltimateCron::setConfigFactory in Ultimate Cron 8.2

Sets the config factory for ultimate cron service.

Parameters

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

File

src/UltimateCron.php, line 32

Class

UltimateCron
The Ultimate Cron service.

Namespace

Drupal\ultimate_cron

Code

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