install.php
Версия 1.34.2.5 (checked in on 2008/07/09 at 21:48:41 by drumm)
Documentation for the installation and update system.
The update system is used by modules to provide database updates which are run with update.php.
Implementations of these hooks should be placed in a mymodule.install file in the same directory as mymodule.module.
Функции
Имя | Описание |
---|---|
install_already_done_error | Show an error page when Drupal has already been installed. |
install_change_settings | Configure and rewrite settings.php. |
install_check_requirements | Page to check installation requirements and report any errors. |
install_complete | Page displayed when the installation is complete. Called from install.php. |
install_main | 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_missing_modules_error | Show an error page when Drupal is missing required modules. |
install_no_profile_error | Show an error page when there are no profiles available. |
install_select_locale | Find all .po files for the current profile and allow admin to select which to use. |
install_select_locale_form | |
install_select_profile | Find all .profile files and allow admin to select which to install. |
install_select_profile_form | |
install_settings_form | Form API array definition for install_settings. |
install_settings_form_submit | Form API submit for install_settings form. |
install_settings_form_validate | Form API validate for install_settings form. |
install_verify_drupal | Verify if Drupal is installed. |
install_verify_settings | Verify existing settings.php |
_install_settings_form_validate | Helper function for install_settings_validate. |