function 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.
Archivo
- drupal-6.x/
profiles/ default/ default.profile, line 37
Código
function default_profile_task_list() {
}