You are here

public function ConfigProviderInterface::setConfigFactory in Configuration Provider 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/ConfigProviderInterface.php \Drupal\config_provider\Plugin\ConfigProviderInterface::setConfigFactory()

Injects the active configuration storage.

Parameters

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

1 method overrides ConfigProviderInterface::setConfigFactory()
ConfigProviderBase::setConfigFactory in src/Plugin/ConfigProviderBase.php
Injects the active configuration storage.

File

src/Plugin/ConfigProviderInterface.php, line 42

Class

ConfigProviderInterface
Defines an interface for Configuration provider plugins.

Namespace

Drupal\config_provider\Plugin

Code

public function setConfigFactory(ConfigFactoryInterface $config_factory);