You are here

protected property ConfigSyncLister::$configTypes in Configuration Synchronizer 8.2

Same name and namespace in other branches
  1. 8 src/ConfigSyncLister.php \Drupal\config_sync\ConfigSyncLister::configTypes

List of current config entity type labels, keyed by entity type.

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

Type: array

File

src/ConfigSyncLister.php, line 75

Class

ConfigSyncLister
Provides methods related to listing configuration changes.

Namespace

Drupal\config_sync

Code

protected $configTypes = [];