[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/modules/system/ -> system.admin.inc (summary)

(no description)

File Size: 2238 lines (85 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 2 files
 includes/install.inc
 includes/batch.inc

Defines 50 functions

  system_main_admin_page()
  system_admin_menu_block_page()
  system_admin_compact_page()
  system_admin_by_module()
  system_settings_overview()
  system_admin_theme_settings()
  system_themes_form()
  system_themes_form_submit()
  system_theme_settings()
  system_theme_settings_submit()
  _system_is_incompatible()
  system_modules()
  system_sort_modules_by_info_name()
  system_modules_disable()
  system_modules_confirm_form()
  system_modules_submit()
  system_module_build_dependencies()
  system_modules_uninstall()
  system_modules_uninstall_confirm_form()
  system_modules_uninstall_validate()
  system_modules_uninstall_submit()
  system_site_information_settings()
  system_site_information_settings_validate()
  system_error_reporting_settings()
  system_logging_overview()
  system_performance_settings()
  system_clear_cache_submit()
  system_file_system_settings()
  system_image_toolkit_settings()
  system_rss_feeds_settings()
  system_date_time_settings()
  system_date_time_settings_submit()
  system_date_time_lookup()
  system_site_maintenance_settings()
  system_clean_url_settings()
  system_status()
  system_run_cron()
  system_php()
  _system_sql()
  system_sql()
  system_batch_page()
  theme_admin_block()
  theme_admin_block_content()
  theme_admin_page()
  theme_system_admin_by_module()
  theme_status_report()
  theme_system_modules()
  theme_system_modules_uninstall()
  theme_system_theme_select_form()
  theme_system_themes_form()

Functions
Functions that are not part of a class:

system_main_admin_page($arg = NULL)   X-Ref
Menu callback; Provide the administration overview page.


system_admin_menu_block_page()   X-Ref
Provide a single block from the administration menu as a page.

This function is often a destination for these blocks.
For example, 'admin/content/types' needs to have a destination to be valid
in the Drupal menu system, but too much information there might be
hidden, so we supply the contents of the block.

return:

system_admin_compact_page($mode = 'off')   X-Ref
Menu callback; Sets whether the admin menu is in compact mode or not.

param: $mode

system_admin_by_module()   X-Ref
Menu callback; prints a listing of admin tasks for each installed module.


system_settings_overview()   X-Ref
Menu callback; displays a module's settings page.


system_admin_theme_settings()   X-Ref
Form builder; This function allows selection of the theme to show in administration sections.


system_themes_form()   X-Ref
Menu callback; displays a listing of all themes.


system_themes_form_submit($form, &$form_state)   X-Ref
Process system_themes_form form submissions.


system_theme_settings(&$form_state, $key = '')   X-Ref
Form builder; display theme configuration for entire site and individual themes.

param: $key
return:

system_theme_settings_submit($form, &$form_state)   X-Ref
Process system_theme_settings form submissions.


_system_is_incompatible(&$incompatible, $files, $file)   X-Ref
Recursively check compatibility.

param: $incompatible
param: $files
param: $file
return:

system_modules($form_state = array()   X-Ref
Menu callback; provides module enable/disable interface.

Modules can be enabled or disabled and set for throttling if the throttle module is enabled.
The list of modules gets populated by module.info files, which contain each module's name,
description and dependencies.
param: $form_state
return:

system_sort_modules_by_info_name($a, $b)   X-Ref
Array sorting callback; sorts modules or themes by their name.


system_modules_disable($form, $edit)   X-Ref
Form process callback function to disable check boxes.

param: $form
param: $edit
return:

system_modules_confirm_form($modules, $storage)   X-Ref
Display confirmation form for dependencies.

param: $modules
param: $storage

system_modules_submit($form, &$form_state)   X-Ref
Submit callback; handles modules form submission.


system_module_build_dependencies($modules, $form_values)   X-Ref
Generate a list of dependencies for modules that are going to be switched on.

param: $modules
param: $form_values
return:

system_modules_uninstall($form_state = NULL)   X-Ref
Builds a form of currently disabled modules.

param: $form_state['values']
return:

system_modules_uninstall_confirm_form($storage)   X-Ref
Confirm uninstall of selected modules.

param: $storage
return:

system_modules_uninstall_validate($form, &$form_state)   X-Ref
Validates the submitted uninstall form.


system_modules_uninstall_submit($form, &$form_state)   X-Ref
Processes the submitted uninstall form.


system_site_information_settings()   X-Ref
Form builder; The general site information form.


system_site_information_settings_validate($form, &$form_state)   X-Ref
Validate the submitted site-information form.


system_error_reporting_settings()   X-Ref
Form builder; Configure error reporting settings.


system_logging_overview()   X-Ref
Menu callback; Menu page for the various logging options.


system_performance_settings()   X-Ref
Form builder; Configure site performance settings.


system_clear_cache_submit($form, &$form_state)   X-Ref
Submit callback; clear system caches.


system_file_system_settings()   X-Ref
Form builder; Configure the site file handling.


system_image_toolkit_settings()   X-Ref
Form builder; Configure site image toolkit usage.


system_rss_feeds_settings()   X-Ref
Form builder; Configure how the site handles RSS feeds.


system_date_time_settings()   X-Ref
Form builder; Configure the site date and time settings.


system_date_time_settings_submit($form, &$form_state)   X-Ref
Process system_date_time_settings form submissions.


system_date_time_lookup()   X-Ref
Return the date for a given format string via Ajax.


system_site_maintenance_settings()   X-Ref
Form builder; Configure the site's maintenance status.


system_clean_url_settings()   X-Ref
Form builder; Configure Clean URL settings.


system_status($check = FALSE)   X-Ref
Menu callback: displays the site status report. Can also be used as a pure check.

param: $check

system_run_cron()   X-Ref
Menu callback: run cron manually.


system_php()   X-Ref
Menu callback: return information about PHP.


_system_sql($data, $keys)   X-Ref
Theme a SQL result table.

param: $data
param: $keys
return:

system_sql()   X-Ref
Menu callback: return information about the database.


system_batch_page()   X-Ref
Default page callback for batches.


theme_admin_block($block)   X-Ref
This function formats an administrative block for display.

param: $block

theme_admin_block_content($content)   X-Ref
This function formats the content of an administrative block.

param: $content

theme_admin_page($blocks)   X-Ref
This function formats an administrative page for viewing.

param: $blocks

theme_system_admin_by_module($menu_items)   X-Ref
Theme output of the dashboard page.

param: $menu_items

theme_status_report($requirements)   X-Ref
Theme requirements status report.

param: $requirements

theme_system_modules($form)   X-Ref
Theme callback for the modules form.

param: $form

theme_system_modules_uninstall($form)   X-Ref
Themes a table of currently disabled modules.

param: $form
return:

theme_system_theme_select_form($form)   X-Ref
Theme the theme select form.

param: $form

theme_system_themes_form($form)   X-Ref
Theme function for the system themes form.

param: $form



Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7