function ConfigManagerInterface::getConfigCollectionInfo
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Config/ConfigManagerInterface.php \Drupal\Core\Config\ConfigManagerInterface::getConfigCollectionInfo()
- 10 core/lib/Drupal/Core/Config/ConfigManagerInterface.php \Drupal\Core\Config\ConfigManagerInterface::getConfigCollectionInfo()
- 11.x core/lib/Drupal/Core/Config/ConfigManagerInterface.php \Drupal\Core\Config\ConfigManagerInterface::getConfigCollectionInfo()
Gets available collection information using the event system.
Return value
\Drupal\Core\Config\ConfigCollectionInfo The object which contains information about the available collections.
1 method overrides ConfigManagerInterface::getConfigCollectionInfo()
- ConfigManager::getConfigCollectionInfo in core/
lib/ Drupal/ Core/ Config/ ConfigManager.php - Gets available collection information using the event system.
File
-
core/
lib/ Drupal/ Core/ Config/ ConfigManagerInterface.php, line 207
Class
- ConfigManagerInterface
- Provides an interface for configuration manager.
Namespace
Drupal\Core\ConfigCode
public function getConfigCollectionInfo();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.