You are here

public function ConfigStorage::__construct in Checklist API 8

Constructs a class instance.

Parameters

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

File

src/Storage/ConfigStorage.php, line 37

Class

ConfigStorage
Provides config-based checklist progress storage.

Namespace

Drupal\checklistapi\Storage

Code

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