function default_profile_task_list

6.x default.profile default_profile_task_list()

Return a list of tasks that this profile supports.

Return value

A keyed array of tasks the profile will perform during the final stage. The keys of the array will be used internally, while the values will be displayed to the user in the installer task list.

File

drupal-6.x/profiles/default/default.profile, line 37

Code

function default_profile_task_list() {
}