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
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.