Функции

Хочешь помочь с переводом? Это очень просто и быстро. Лишь зарегистрируйся, и можешь тут же начать переводить.
ИмяОписание
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_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
Check if MySQL is available.
nodeapi_example_form_alter
developer/examples/nodeapi_example.module
Реализация hook_form_alter().
nodeapi_example_install
developer/examples/nodeapi_example.install
Реализация hook_install().
nodeapi_example_nodeapi
developer/examples/nodeapi_example.module
Реализация hook_nodeapi().
nodeapi_example_uninstall
developer/examples/nodeapi_example.install
Реализация hook_uninstall().
nodeapi_example_update_1
developer/examples/nodeapi_example.install
node_access
modules/node/node.module
Устанавливает может ли текущий пользователь выполнять заданные действия на определённом ноде.
node_access_acquire_grants
modules/node/node.module
This function will call module invoke to get a list of grants and then write them to the database. It is called at node save, and should be called by modules whenever something other than a node_save causes the permissions on a node to change.
node_access_example_disable
developer/examples/node_access_example.install
Implementation of hook_disable().
node_access_example_disabling
developer/examples/node_access_example.module
Простая функция для отключения.
node_access_example_enable
developer/examples/node_access_example.install
Implementation of hook_enable().
node_access_example_form_alter
developer/examples/node_access_example.module
Реализация hook_form_alter()
node_access_example_help
developer/examples/node_access_example.module
Реализация hook_help().
node_access_example_install
developer/examples/node_access_example.install
Реализация hook_install().
node_access_example_nodeapi
developer/examples/node_access_example.module
Реализация hook_nodeapi().
node_access_example_node_access_records
developer/examples/node_access_example.module
Реализация hook_node_access_records().
node_access_example_node_grants
developer/examples/node_access_example.module
Реализация hook_node_grants().
node_access_example_perm
developer/examples/node_access_example.module
Реализация hook_perm().
node_access_example_uninstall
developer/examples/node_access_example.install
Реализация hook_uninstall().
node_access_grants
modules/node/node.module
Fetch an array of permission IDs granted to the given user ID.
node_access_rebuild
modules/node/node.module
Rebuild the node access database. This is occasionally needed by modules that make system-wide changes to access levels.
node_access_view_all_nodes
modules/node/node.module
Determine whether the user has a global viewing grant for all nodes.
node_access_write_grants
modules/node/node.module
This function will write a list of grants to the database, deleting any pre-existing grants. If a realm is provided, it will only delete grants from that realm, but it will always delete a grant from the 'all' realm. Modules which utilize...

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