system.module
Version 1.204.2.7 (checked in on 2007/01/04 at 21:59:08 by killes)
Configuration system that lets administrators modify the workings of the site.
Functions
| Name | Description |
|---|---|
| system_admin_page | Menu callback; provides the main page of the administration section. |
| system_get_files_database | Retrieves the current status of an array of files in the system table. |
| system_help | Implementation of hook_help(). |
| system_listing | Returns an array of files objects of the given type from both the site-wide directory (i.e. modules/) and site-specific directory (i.e. sites/somesite/modules/). The returned array will be keyed using the key specified (name, basename, filename). ... |
| system_listing_save | |
| system_menu | Implementation of hook_menu(). |
| system_modules | Menu callback; displays a listing of all modules. |
| system_module_listing | Generate a list of all the available modules, as well as update the system list. |
| system_perm | Implementation of hook_perm(). |
| system_settings_form | |
| system_settings_save | |
| system_site_settings | Menu callback; displays a module's settings page. |
| system_test | Menu callback: dummy clean URL tester. |
| system_themes | Menu callback; displays a listing of all themes. |
| system_theme_data | Collect data about all currently available themes |
| system_theme_listing | Generate a list of all the available theme/style combinations. |
| system_theme_settings | Menu callback; display theme configuration for entire site and individual themes. |
| system_user | Implementation of hook_user(). |
| system_view_general | |
| _system_zonelist |
