function default_profile_task_list in Drupal 6
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
- profiles/
default/ default.profile, line 37
Code
function default_profile_task_list() {
}