You are here

public function TestConfigFactoryOverrideBase::addCollections in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php \Drupal\Tests\Core\Config\TestConfigFactoryOverrideBase::addCollections()

Reacts to the ConfigEvents::COLLECTION_INFO event.

Parameters

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

Overrides ConfigFactoryOverrideBase::addCollections

File

core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php, line 90

Class

TestConfigFactoryOverrideBase

Namespace

Drupal\Tests\Core\Config

Code

public function addCollections(ConfigCollectionInfo $collection_info) {
}