22 calls to st() in Drupal 6
- default_profile_tasks in profiles/
default/ default.profile - Perform any final installation tasks for this profile.
- drupal_rewrite_settings in includes/
install.inc - Read settings.php into a buffer line by line, changing values specified in $settings array, then over-writing the old settings.php file.
- drupal_test_mysql in includes/
install.mysql.inc - Check if we can connect to MySQL.
- drupal_test_mysqli in includes/
install.mysqli.inc - Check if we can connect to MySQL.
- drupal_test_pgsql in includes/
install.pgsql.inc - Check if we can connect to PostgreSQL.
- drupal_verify_profile in includes/
install.inc - Verify a profile for installation.
- install_already_done_error in ./
install.php - Show an error page when Drupal has already been installed.
- install_change_settings in ./
install.php - Configure and rewrite settings.php.
- install_check_requirements in ./
install.php - Check installation requirements and report any errors.
- install_configure_form in ./
install.php - Form API array definition for site configuration.
- install_main in ./
install.php - The Drupal installation happens in a series of steps. We begin by verifying that the current environment meets our minimum requirements. We then go on to verify that settings.php is properly configured. From there we connect to the configured database…
- install_no_profile_error in ./
install.php - Show an error page when there are no profiles available.
- install_select_locale in ./
install.php - Allow admin to select which locale to use for the current profile.
- install_select_locale_form in ./
install.php - Form API array definition for language selection.
- install_select_profile in ./
install.php - Allow admin to select which profile to install.
- install_select_profile_form in ./
install.php - Form API array definition for the profile selection form.
- install_settings_form in ./
install.php - Form API array definition for install_settings.
- install_tasks in ./
install.php - Tasks performed after the database is initialized.
- install_task_list in ./
install.php - Add the installation task list to the current page.
- theme_install_page in includes/
theme.maintenance.inc - Generate a themed installation page.
- _install_module_batch in ./
install.php - Batch callback for batch installation of modules.
- _install_settings_form_validate in ./
install.php - Helper function for install_settings_validate.