Функции

Хочешь помочь с переводом? Это очень просто и быстро. Лишь зарегистрируйся, и можешь тут же начать переводить.
ИмяОписание
install_configure_form_submit
./install.php
Form API submit for the site configuration form.
install_configure_form_validate
./install.php
Form API validate for the site configuration form.
install_find_locales
./install.php
Find all .po files for the current profile.
install_find_profiles
./install.php
Find all .profile files.
install_goto
includes/install.inc
Send the user to a different installer page. This issues an on-site HTTP redirect. Messages (and errors) are erased.
install_main
./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
./install.php
Show an error page when there are no profiles available.
install_reserved_tasks
./install.php
The list of reserved tasks to run in the installer.
install_select_locale
./install.php
Allow admin to select which locale to use for the current profile.
install_select_locale_form
./install.php
Form API array definition for language selection.
install_select_profile
./install.php
Allow admin to select which profile to install.
install_select_profile_form
./install.php
Form API array definition for the profile selection form.
install_settings_form
./install.php
Form API array definition for install_settings.
install_settings_form_submit
./install.php
Form API submit for install_settings form.
install_settings_form_validate
./install.php
Form API validate for install_settings form.
install_tasks
./install.php
Tasks performed after the database is initialized.
install_task_list
./install.php
Add the installation task list to the current page.
install_verify_drupal
./install.php
Verify if Drupal is installed.
install_verify_settings
./install.php
Verify existing settings.php
int2vancode
modules/comment/comment.module
Generate vancode.
ip_address
includes/bootstrap.inc
Если друпал расположен за инвертированным прокси-сервером, мы используем заголовок X-Forwarded-For вместо $_SERVER['REMOTE_ADDR'], который может быть адресом прокси-сервера, а не клиента.
l
includes/common.inc
Оформляет ссылки.
language_default
includes/bootstrap.inc
Возвращает язык, используемый на сайте по умолчанию.
language_from_browser
includes/language.inc
Identify language from the Accept-language HTTP header we got.
language_initialize
includes/language.inc
Определяет язык для текущей страницы, в зависимости от языковых настроек сайта.
language_list
includes/bootstrap.inc
Формирует список установленных языков, индексированных по указанному ключу
language_url_rewrite
includes/language.inc
Переопределяет URL с учетом языкового префикса. Параметры такие же как для функции url().
list_themes
includes/theme.inc
Возвращает список доступных для использования на данный момент тем.
язык
modules/locale/locale.module
Provides interface translation services.
locale_add_language
includes/locale.inc
API добавления языка.
locale_batch_by_component
includes/locale.inc
Подготовка пакетной обработки при инсталяции модулей или включении темы. Она импортирует переводы для недавно добавленных компонентов на всех языках, уже настроенных на сайте.
locale_batch_by_language
includes/locale.inc
Подготовка к пакетному импорту переводов для всех включенных модулей данного языка
locale_block
modules/locale/locale.module
Реализация hook_block(). Отображает переключатель языков. Ссылки могут быть предоставлены другими модулями.
locale_form_alter
modules/locale/locale.module
Implementation of hook_form_alter(). Adds language fields to forms.
locale_get_plural
modules/locale/locale.module
Returns plural form index for a specific number.
locale_help
modules/locale/locale.module
Реализация hook_help().
locale_inc_callback
modules/locale/locale.module
Wrapper function to be able to set callbacks in locale.inc
locale_install
modules/locale/locale.install
Реализация hook_install().
locale_languages_add_screen
includes/locale.inc
Пользовательский интерфейс языковых дополнений.
locale_languages_configure_form
includes/locale.inc
Setting for language negotiation options
locale_languages_configure_form_submit
includes/locale.inc
Submit function for language negotiation settings.
locale_languages_custom_form
includes/locale.inc
Custom language addition form.
locale_languages_delete_form
includes/locale.inc
User interface for the language deletion confirmation screen.
locale_languages_delete_form_submit
includes/locale.inc
Process language deletion submissions.
locale_languages_edit_form
includes/locale.inc
Editing screen for a particular language.
locale_languages_edit_form_submit
includes/locale.inc
Process the language editing form submission.
locale_languages_edit_form_validate
includes/locale.inc
Validate the language editing form. Reused for custom language addition too.
locale_languages_overview_form
includes/locale.inc
User interface for the language overview screen.
locale_languages_overview_form_submit
includes/locale.inc
Process language overview form submissions, updating existing languages.
locale_languages_predefined_form
includes/locale.inc
Predefined language setup form.

Вход в систему