ConfigCollectionInfo::$collections

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Config/ConfigCollectionInfo.php \Drupal\Core\Config\ConfigCollectionInfo::collections
  2. 8.9.x core/lib/Drupal/Core/Config/ConfigCollectionInfo.php \Drupal\Core\Config\ConfigCollectionInfo::collections
  3. 10 core/lib/Drupal/Core/Config/ConfigCollectionInfo.php \Drupal\Core\Config\ConfigCollectionInfo::collections

Configuration collection information keyed by collection name.

The value is either the configuration factory override that is responsible for the collection or null if there is not one.

Type: array

File

core/lib/Drupal/Core/Config/ConfigCollectionInfo.php, line 20

Class

ConfigCollectionInfo
Gets information on all the possible configuration collections.

Namespace

Drupal\Core\Config

Code

protected $collections = [];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.