You are here

public function FeaturesAssignmentMethodInterface::setConfigFactory in Features 8.4

Same name and namespace in other branches
  1. 8.3 src/FeaturesAssignmentMethodInterface.php \Drupal\features\FeaturesAssignmentMethodInterface::setConfigFactory()

Injects the configuration factory.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The configuration factory to be used to retrieve configuration values.

1 method overrides FeaturesAssignmentMethodInterface::setConfigFactory()
FeaturesAssignmentMethodBase::setConfigFactory in src/FeaturesAssignmentMethodBase.php
Injects the configuration factory.

File

src/FeaturesAssignmentMethodInterface.php, line 45

Class

FeaturesAssignmentMethodInterface
Interface for package assignment classes.

Namespace

Drupal\features

Code

public function setConfigFactory(ConfigFactoryInterface $config_factory);