function ConfigImporter::getProcessedExtensions

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Config/ConfigImporter.php \Drupal\Core\Config\ConfigImporter::getProcessedExtensions()
  2. 8.9.x core/lib/Drupal/Core/Config/ConfigImporter.php \Drupal\Core\Config\ConfigImporter::getProcessedExtensions()
  3. 10 core/lib/Drupal/Core/Config/ConfigImporter.php \Drupal\Core\Config\ConfigImporter::getProcessedExtensions()

Gets list of processed extension changes.

Return value

array An array containing a list of processed extension changes.

File

core/lib/Drupal/Core/Config/ConfigImporter.php, line 358

Class

ConfigImporter
Defines a configuration importer.

Namespace

Drupal\Core\Config

Code

public function getProcessedExtensions() {
    return $this->processedExtensions;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.