Функции

Хочешь помочь с переводом? Это очень просто и быстро. Лишь зарегистрируйся, и можешь тут же начать переводить.
ИмяОписание
menu_set_active_trail
includes/menu.inc
Задает (или получает) активный след текущей страницы - путь к корню в дереве меню.
menu_set_item
includes/menu.inc
Заменяет статически кэшированный элемент заданного пути.
menu_tab_root_path
includes/menu.inc
Returns the router path, or the path of the parent tab of a default local task.
menu_tail_to_arg
includes/menu.inc
menu_theme
modules/menu/menu.module
Реализация hook_theme().
menu_tree
includes/menu.inc
Рендерит дерево меню, учитывая текущий путь.
menu_tree_all_data
includes/menu.inc
Получить данные структуры, представляющие название дерева меню.
menu_tree_check_access
includes/menu.inc
Проверяет доступ и выполняет другие динамические операции для каждой ссылки в дереве меню.
menu_tree_collect_node_links
includes/menu.inc
Вспомогательная рекурсивная функция. Собирает ссылки на ноды.
menu_tree_data
includes/menu.inc
Строит данные, представляющие дерево меню.
menu_tree_output
includes/menu.inc
Возвращает сформированное для вывода дерево меню.
menu_tree_page_data
includes/menu.inc
Get the data structure representing a named menu tree, based on the current page.
menu_uninstall
modules/menu/menu.install
Реализация hook_uninstall().
menu_unserialize
includes/menu.inc
The menu system uses serialized arrays stored in the database for arguments. However, often these need to change according to the current path. This function unserializes such an array and does the necessary change.
menu_valid_path
includes/menu.inc
Проверяет путь ссылки создаваемого или редактируемого пункта меню.
mime_header_decode
includes/unicode.inc
Complement to mime_header_encode
mime_header_encode
includes/unicode.inc
Encodes MIME/HTTP header values that contain non-ASCII, UTF-8 encoded characters.
module_disable
includes/module.inc
Отключает заданный набор модулей.
module_enable
includes/module.inc
Включает данный список модулей.
module_exists
includes/module.inc
Определяет, установлен ли указанный модуль.
module_hook
includes/module.inc
Определяет, реализует ли модуль данный хук.
module_implements
includes/module.inc
Определяет, какие модули реализуют хук.
module_invoke
includes/module.inc
Вызывает хук в указанном модуле.
module_invoke_all
includes/module.inc
Вызывает хук во всех включённых модулях.
module_iterate
includes/module.inc
Call a function repeatedly with each module in turn as an argument.
module_list
includes/module.inc
Генерирует список всех загруженных модулей. В ходе инициализации (бутстрапа), возвращает только жизненно важные модули. Смотри bootstrap.inc
module_load_all
includes/module.inc
Load all the modules that have been enabled in the system table.
module_load_all_includes
includes/module.inc
Load an include file for each of the modules that have been enabled in the system table.
module_load_include
includes/module.inc
Загружает подключаемый файл модуля.
module_load_install
includes/module.inc
Загружает установочные хуки модуля.
module_rebuild_cache
includes/module.inc
Обновляет кеш файлов модулей.
multipage_form_example_access
developer/examples/multipage_form_example.module
Реализация метода hook_access()
multipage_form_example_custom_submit
developer/examples/multipage_form_example.module
multipage_form_example_custom_validate
developer/examples/multipage_form_example.module
Validate our form.
multipage_form_example_delete
developer/examples/multipage_form_example.module
Реализация hook_delete().
multipage_form_example_elements
developer/examples/multipage_form_example.module
Playing around here with a new form element to enable storing hidden values in an array fashion. Seems to work fine. Check out $form['test_hidden_array'] above for how to structure the form element
multipage_form_example_form
developer/examples/multipage_form_example.module
Implementation of hook_form() for multipage_form_example. We don't set ANY #required attributes here - we leave that up to multipage_form_example_pre_render().
multipage_form_example_form_alter
developer/examples/multipage_form_example.module
Implementation of hook_form_alter(). Here, we set up the 'page' field, which keeps track of what stage the form is in.
multipage_form_example_help
developer/examples/multipage_form_example.module
Реализация hook_help().
multipage_form_example_load
developer/examples/multipage_form_example.module
Implementation of hook_load().
multipage_form_example_menu
developer/examples/multipage_form_example.module
Реализация hook_menu().
multipage_form_example_node_info
developer/examples/multipage_form_example.module
Реализация hook_node_info().
multipage_form_example_pre_render
developer/examples/multipage_form_example.module
The #pre_render of a form allows us to make changes AFTER validation (unlike hook_form_alter()), but BEFORE the form has actually been displayed. We use it to control which form elements are shown, which are hidden, and which values to set based on...
multipage_form_example_view
developer/examples/multipage_form_example.module
Реализация hook_view().
multipage_form_restore_attributes
developer/examples/multipage_form_example.module
Restore any form attributes which have been set using multipage_form_set_attribute().
multipage_form_set_attribute
developer/examples/multipage_form_example.module
Set an attribute on an element array with storing the previous value which may be reverted to using multipage_form_restore_attributes().
multipage_form_set_element_visibility
developer/examples/multipage_form_example.module
Set an element's visibility. Elements are gnerally changed to hidden elements. Visibility may be set and reset any number of times.
mysqli_is_available
includes/install.mysqli.inc
Проверяет, доступность MySQLi.
mysql_is_available
includes/install.mysql.inc
Проверяет, доступна ли MySQL.
nodeapi_example_form_alter
developer/examples/nodeapi_example.module
Реализация hook_form_alter().

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