ConfigCollectionEvents::COLLECTION_INFO
Same name in other branches
- 11.x core/lib/Drupal/Core/Config/ConfigCollectionEvents.php \Drupal\Core\Config\ConfigCollectionEvents::COLLECTION_INFO
Event dispatched to collect information on all config collections.
This event allows modules to add to the list of configuration collections retrieved by \Drupal\Core\Config\ConfigManager::getConfigCollectionInfo(). The event listener method receives a \Drupal\Core\Config\ConfigCollectionInfo instance.
See also
\Drupal\Core\Config\ConfigCollectionInfo
\Drupal\Core\Config\ConfigManager::getConfigCollectionInfo()
\Drupal\Core\Config\ConfigFactoryOverrideBase
Related topics
File
-
core/
lib/ Drupal/ Core/ Config/ ConfigCollectionEvents.php, line 103
Class
- ConfigCollectionEvents
- Defines events for working with configuration collections.
Namespace
Drupal\Core\ConfigCode
const COLLECTION_INFO = 'config.collection_info';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.