install_reserved_tasks

Versions
6
install_reserved_tasks()

The list of reserved tasks to run in the installer.

Code

./install.php, line 873

<?php
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
 
 

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.