1 installer.browser.inc installer_browser_install_queue_add($project)

Adds a project to the install queue.

File

core/modules/installer/installer.browser.inc, line 97
Various functions that are required by the Installer browse pages.

Code

function installer_browser_install_queue_add($project) {
  $_SESSION['installer_browser_install_list'][$project['name']] = $project;
}