You are here

protected property StorageComparer::$targetNames in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Config/StorageComparer.php \Drupal\Core\Config\StorageComparer::targetNames

Sorted list of all the configuration object names in the target storage.

The list is keyed by storage collection name.

Type: array

File

core/lib/Drupal/Core/Config/StorageComparer.php, line 68

Class

StorageComparer
Defines a config storage comparer.

Namespace

Drupal\Core\Config

Code

protected $targetNames = [];