You are here

protected property ConfigSyncLister::$configTypes in Configuration Synchronizer 8

Same name and namespace in other branches
  1. 8.2 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 ConfigLister::listTypes() has been called.

Type: array

File

src/ConfigSyncLister.php, line 63

Class

ConfigSyncLister
Provides methods related to listing configuration changes.

Namespace

Drupal\config_sync

Code

protected $configTypes = [];