You are here

abstract public function ConfigFactoryOverrideBase::addCollections in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php \Drupal\Core\Config\ConfigFactoryOverrideBase::addCollections()

Reacts to the ConfigEvents::COLLECTION_INFO event.

Parameters

\Drupal\Core\Config\ConfigCollectionInfo $collection_info: The configuration collection names event.

1 method overrides ConfigFactoryOverrideBase::addCollections()
LanguageConfigFactoryOverride::addCollections in core/modules/language/src/Config/LanguageConfigFactoryOverride.php
Reacts to the ConfigEvents::COLLECTION_INFO event.

File

core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php, line 23
Contains \Drupal\Core\Config\ConfigFactoryOverrideBase.

Class

ConfigFactoryOverrideBase
Defines a base event listener implementation configuration overrides.

Namespace

Drupal\Core\Config

Code

public abstract function addCollections(ConfigCollectionInfo $collection_info);