install_tasks_to_perform

function install_tasks_to_perform

install_tasks_to_perform($install_state)

Returns a list of tasks to perform during the current installation request.

Note that the list of tasks can change based on the installation state as the page request evolves (for example, if an installation profile hasn't been selected yet, we don't yet know which profile tasks need to be run).

Parameters

$install_state: An array of information about the current installation state.

Return value

A list of tasks to be performed, with associated metadata.

File

core/includes/install.core.inc, line 675
API functions for installing Drupal.

Code

function install_tasks_to_perform($install_state) {
  // Start with a list of all currently av