system.module
Version 1.320.2.33 (checked in on 2008/01/10 at 23:51:27 by killes)
Configuration system that lets administrators modify the workings of the site.
Constants
| Name | Description |
|---|---|
| VERSION |
Functions
| Name | Description |
|---|---|
| confirm_form | |
| system_check_directory | Checks the existence of the directory specified in $form_element. This function is called from the system_view_general form to check both the file_directory_path and file_directory_temp directories. If validation fails, the form element is flagged... |
| system_cron_settings | Return the cron status and errors for admin/settings. |
| system_default_region | Get the name of the default region for a given theme. |
| system_elements | Implementation of hook_elements(). |
| system_get_files_database | Retrieves the current status of an array of files in the system table. |
| system_help | Implementation of hook_help(). |
| system_initialize_theme_blocks | Assign an initial, default set of blocks for a theme. |
| 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_menu | Implementation of hook_menu(). |
| system_modules | Menu callback; displays a listing of all modules. |
| system_modules_submit | |
| system_perm | Implementation of hook_perm(). |
| system_region_list | Get a list of available regions from a specified theme. |
| system_settings_form | |
| system_settings_form_submit | Execute the system_settings_form. |
| system_site_settings | Menu callback; displays a module's settings page. |
| system_themes | Menu callback; displays a listing of all themes. |
| system_themes_submit | |
| system_theme_data | Collect data about all currently available themes |
| system_theme_select_form | Returns a fieldset containing the theme select form. |
| system_theme_settings | Menu callback; display theme configuration for entire site and individual themes. |
| system_theme_settings_submit | |
| system_user | Implementation of hook_user(). |
| system_view_general | |
| theme_system_modules | |
| theme_system_themes | |
| theme_system_theme_select_form | |
| _system_zonelist |
