install.inc
Версия 1.56.2.4 (checked in on 2009/02/16 at 10:25:02 by goba)
Константы
Функции
Имя | Описание |
---|---|
drupal_check_module | Check a module's requirements. |
drupal_check_profile | Check a profile's requirements. |
drupal_detect_baseurl | Auto detect the base_url with PHP predefined variables. |
drupal_detect_database_types | Определяет все типы баз данных, поддерживаемых Drupal и включенных в текущий инсталляционный профиль PHP. |
drupal_get_installed_schema_version | Returns the currently installed schema version for a module. |
drupal_get_install_files | Получает список всех ".install" файлов. |
drupal_get_schema_versions | Returns an array of available schema versions for a module. |
drupal_install_fix_file | Попытка исправить права доступа к файлу. |
drupal_install_mkdir | Создает директорию с указанными правами доступа. |
drupal_install_modules | Вызывает функцию установки и обновляет таблицу system для указанного списка модулей. |
drupal_install_profile_name | Loads the profile definition, extracting the profile's defined name. |
drupal_install_system | Callback to install the system module. |
drupal_load_updates | Initialize the update system by loading all installed module's .install files. |
drupal_requirements_severity | Extract highest severity from requirements array. |
drupal_rewrite_settings | Read settings.php into a buffer line by line, changing values specified in $settings array, then over-writing the old settings.php file. |
drupal_set_installed_schema_version | Update the installed version information for a module. |
drupal_uninstall_module | Calls the uninstall function and updates the system table for a given module. |
drupal_verify_install_file | Verify the state of the specified file. |
drupal_verify_profile | Verify a profile for installation. |
install_goto | Send the user to a different installer page. This issues an on-site HTTP redirect. Messages (and errors) are erased. |
st | Жёстко запрограммированная функция, являющаяся эквивалентом функции t() в ходе инсталляции, когда база данных, тема и система локализации возможно ещё не доступны. |
_drupal_install_module | Callback to install an individual profile module. |