| 6 install.php | install_reserved_tasks() |
The list of reserved tasks to run in the installer.
1 call to install_reserved_tasks()
File
- ./
install.php, line 885
Code
function install_reserved_tasks() {
return array('configure', 'profile-install', 'profile-install-batch', 'locale-initial-import', 'locale-initial-batch', 'profile-finished', 'locale-remaining-batch', 'finished', 'done');
}
Login or register to post comments