function ConfigImporter::getProcessedConfiguration

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Config/ConfigImporter.php \Drupal\Core\Config\ConfigImporter::getProcessedConfiguration()
  2. 8.9.x core/lib/Drupal/Core/Config/ConfigImporter.php \Drupal\Core\Config\ConfigImporter::getProcessedConfiguration()
  3. 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\Config

Code

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.