constant ConfigEvents::COLLECTION_INFO in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Config/ConfigEvents.php \Drupal\Core\Config\ConfigEvents::COLLECTION_INFO
Name of event fired 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/ ConfigEvents.php, line 149 - Contains \Drupal\Core\Config\ConfigEvents.
Class
- ConfigEvents
- Defines events for the configuration system.
Namespace
Drupal\Core\ConfigCode
const COLLECTION_INFO = 'config.collection_info';