You are here

protected property ConfigSelector::$configFactory in Configuration selector 8.2

Same name and namespace in other branches
  1. 8 src/ConfigSelector.php \Drupal\config_selector\ConfigSelector::configFactory

The config factory.

Type: \Drupal\Core\Config\ConfigFactoryInterface

File

src/ConfigSelector.php, line 37

Class

ConfigSelector
Selects configuration to enable after a module install or uninstall.

Namespace

Drupal\config_selector

Code

protected $configFactory;