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