module.inc

Хочешь помочь с переводом? Это очень просто и быстро. Лишь зарегистрируйся, и можешь тут же начать переводить.

Версия 1.93.2.2 (checked in on 2007/07/21 at 00:54:18 by drumm)

API for loading and interacting with Drupal modules.

Функции

ИмяОписание
module_disableDisable a given set of modules.
module_enableВключает данный список модулей.
module_existsОпределяет, существует ли указанный модуль.
module_hookОпределяет, реализует ли модуль данный хук.
module_implementsОпределяет какие модули реализуют хук.
module_invokeВызывает хук в указанном модуле.
module_invoke_allВызывает хук во всех включённых модулях.
module_iterateCall a function repeatedly with each module in turn as an argument.
module_listГенерирует список всех загруженных модулей. В ходе инициализации (бутстрапа), возвращает только жизненно важные модули. Смотри bootstrap.inc
module_load_allLoad all the modules that have been enabled in the system table.
module_load_installЗагружает установочные хуки модуля.
module_rebuild_cacheОбновляет кеш файлов модулей.
_module_build_dependentsFind dependents; modules that are required by other modules. Adds an array of dependents to the $file->info array.
_module_parse_info_fileParse Drupal info file format. Uses ini parser provided by php's parse_ini_file().
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии

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