You are here

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

List of providers of config, keyed by config item name.

The array elements are each arrays, with the type of extension providing the config object as the first element (module, theme, profile), and the name of the provider as the second element.

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

Type: array

File

src/ConfigListerWithProviders.php, line 28

Class

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

Namespace

Drupal\config_update

Code

protected $providers = [];