You are here

protected property ConfigSelector::$configManager in Configuration selector 8

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

The config manager.

Type: \Drupal\Core\Config\ConfigManagerInterface

File

src/ConfigSelector.php, line 43

Class

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

Namespace

Drupal\config_selector

Code

protected $configManager;