default_profile_task_list
- Versions
- 6
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.
Code
profiles/default/default.profile, line 37
<?php
function default_profile_task_list() {
}
?>Login or register to post comments 