function ConfigImporter::getProcessedConfiguration
Same name in other branches
- 9 core/lib/Drupal/Core/Config/ConfigImporter.php \Drupal\Core\Config\ConfigImporter::getProcessedConfiguration()
- 8.9.x core/lib/Drupal/Core/Config/ConfigImporter.php \Drupal\Core\Config\ConfigImporter::getProcessedConfiguration()
- 10 core/lib/Drupal/Core/Config/ConfigImporter.php \Drupal\Core\Config\ConfigImporter::getProcessedConfiguration()
Gets list of processed changes.
Parameters
string $collection: (optional) The configuration collection to get processed changes for. Defaults to the default collection.
Return value
array An array containing a list of processed changes.
File
-
core/
lib/ Drupal/ Core/ Config/ ConfigImporter.php, line 317
Class
- ConfigImporter
- Defines a configuration importer.
Namespace
Drupal\Core\ConfigCode
public function getProcessedConfiguration($collection = StorageInterface::DEFAULT_COLLECTION) {
return $this->processedConfiguration[$collection];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.