On this page
function update_selection_page
update_selection_page()
Renders a form with a list of available database updates.
File
- ./update.php, line 33
- Administrative page for handling updates from one Drupal version to another.
Code
function update_selection_page() {
drupal_set_title('Drupal database update');
$elements = drupal_get_form('update_script_selection_form');
$output = drupal_render($elements);
update_task_list('select');
return $output;
}
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/update.php/function/update_selection_page/7.x