update_process_project_info

function update_process_project_info

update_process_project_info(&$projects)

Determines version and type information for currently installed projects.

Processes the list of projects on the system to figure out the currently installed versions, and other information that is required before we can compare against the available releases to produce the status report.

Parameters

$projects: Array of project information from \Drupal\Update\UpdateManager::getProjects().

File

core/modules/update/update.compare.inc, line 19
Code required only when comparing available updates to existing data.

Code

function update_process_project_info(&$projects) {
  foreach ($projects as $key => $project) {
    // Assume an offici