You are here

protected property DecoratingConfigInstaller::$decoratedService in Configuration selector 8

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

The config.installer service.

Type: \Drupal\Core\Config\ConfigInstallerInterface

File

src/DecoratingConfigInstaller.php, line 22

Class

DecoratingConfigInstaller
Decorates the config.installer service so install_install_profiles() works.

Namespace

Drupal\config_selector

Code

protected $decoratedService;