You are here

protected property ConfigSelector::$configFactory in Configuration selector 8

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

The config factory.

Type: \Drupal\Core\Config\ConfigFactoryInterface

File

src/ConfigSelector.php, line 36

Class

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

Namespace

Drupal\config_selector

Code

protected $configFactory;