function ConfigManagerInterface::getConfigCollectionInfo

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Config/ConfigManagerInterface.php \Drupal\Core\Config\ConfigManagerInterface::getConfigCollectionInfo()
  2. 8.9.x core/lib/Drupal/Core/Config/ConfigManagerInterface.php \Drupal\Core\Config\ConfigManagerInterface::getConfigCollectionInfo()
  3. 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.

File

core/lib/Drupal/Core/Config/ConfigManagerInterface.php, line 165

Class

ConfigManagerInterface
Provides an interface for configuration manager.

Namespace

Drupal\Core\Config

Code

public function getConfigCollectionInfo();

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