st

Functions that call st()

Namesort iconLocationDescription
drupal_rewrite_settingsincludes/install.incRead settings.php into a buffer line by line, changing values specified in $settings array, then over-writing the old settings.php file.
drupal_test_mysqlincludes/install.mysql.incCheck if we can connect to MySQL.
drupal_test_mysqliincludes/install.mysqli.incCheck if we can connect to MySQL.
drupal_test_pgsqlincludes/install.pgsql.incCheck if we can connect to PostgreSQL.
drupal_verify_profileincludes/install.incVerify a profile for installation.
install_already_done_errorinstall.phpShow an error page when Drupal has already been installed.
install_change_settingsinstall.phpConfigure and rewrite settings.php.
install_check_requirementsinstall.phpPage to check installation requirements and report any errors.
install_completeinstall.phpPage displayed when the installation is complete. Called from install.php.
install_maininstall.phpThe 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_missing_modules_errorinstall.phpShow an error page when Drupal is missing required modules.
install_no_profile_errorinstall.phpShow an error page when there are no profiles available.
install_select_localeinstall.phpFind all .po files for the current profile and allow admin to select which to use.
install_select_profileinstall.phpFind all .profile files and allow admin to select which to install.
install_settings_forminstall.phpForm API array definition for install_settings.
stincludes/install.incHardcoded function for doing the equivalent of theme('placeholder') when the theme system is not available.
_install_settings_form_validateinstall.phpHelper function for install_settings_validate.

Functions called by st()

Namesort iconLocationDescription
check_plainincludes/bootstrap.incEncode special characters in a plain-text string for display as HTML.
stincludes/install.incHardcoded function for doing the equivalent of theme('placeholder') when the theme system is not available.
_locale_import_one_stringincludes/locale.incImports a string into the database
_locale_import_read_poincludes/locale.incParses Gettext Portable Object file into an array
 
 

Drupal is a registered trademark of Dries Buytaert.