public function TestConfigFactoryOverrideBase::addCollections in Drupal 9
Same name and namespace in other branches
- 8 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
Namespace
Drupal\Tests\Core\ConfigCode
public function addCollections(ConfigCollectionInfo $collection_info) {
}