function ExtensionInstallStorage::createCollection
Overrides FileStorage::createCollection
File
-
core/
lib/ Drupal/ Core/ Config/ ExtensionInstallStorage.php, line 64
Class
- ExtensionInstallStorage
- Storage to access configuration and schema in enabled extensions.
Namespace
Drupal\Core\ConfigCode
public function createCollection($collection) {
return new static($this->configStorage, $this->directory, $collection, $this->includeProfile, $this->installProfile);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.