You are here

protected property ConfigListerWithProviders::$extensionsWithConfig in Configuration Update Manager 8

List of extensions that provide configuration, keyed by type.

This is not set up until ConfigListerWithProviders::listProviders() has been called.

Type: array

File

src/ConfigListerWithProviders.php, line 38

Class

ConfigListerWithProviders
Provides methods related to config listing, including provider calculation.

Namespace

Drupal\config_update

Code

protected $extensionsWithConfig = [];