Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ConfigManager.php

function ConfigManager::getConfigCollectionInfo

Overrides ConfigManagerInterface::getConfigCollectionInfo

File

core/lib/Drupal/Core/Config/ConfigManager.php, line 401

Class

ConfigManager
The ConfigManager provides helper functions for the configuration system.

Namespace

Drupal\Core\Config

Code

public function getConfigCollectionInfo() {
    if (!isset($this->configCollectionInfo)) {
        $this->configCollectionInfo = new ConfigCollectionInfo();
        $this->eventDispatcher
            ->dispatch($this->configCollectionInfo, ConfigCollectionEvents::COLLECTION_INFO);
    }
    return $this->configCollectionInfo;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal