Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
update_themes_disabled drupal/modules/update/update.module Implements hook_themes_disabled().
update_form_system_modules_alter drupal/modules/update/update.module Implements hook_form_FORM_ID_alter() for system_modules().
update_cache_clear_submit drupal/modules/update/update.module Form submission handler for system_modules(). 1
_update_no_data drupal/modules/update/update.module Returns a warning message when there is no data about available updates. 2
update_get_available drupal/modules/update/update.module Tries to get update information from cache and refreshes it when necessary. 4
update_create_fetch_task drupal/modules/update/update.module Creates a new fetch task after loading the necessary include file. 3
update_refresh drupal/modules/update/update.module Refreshes the release data after loading the necessary include file. 1
update_fetch_data drupal/modules/update/update.module Attempts to fetch update data after loading the necessary include file. 2
_update_get_cached_available_releases drupal/modules/update/update.module Returns all currently cached data about available releases for all projects. 1
update_mail drupal/modules/update/update.module Implements hook_mail().
_update_message_text drupal/modules/update/update.module Returns the appropriate message text when site is out of date or not secure. 2
_update_project_status_sort drupal/modules/update/update.module Orders projects based on their status. 1
theme_update_last_check drupal/modules/update/update.module Returns HTML for the last time we checked for update data.
update_verify_update_archive drupal/modules/update/update.module Implements hook_verify_update_archive().
_update_cache_set drupal/modules/update/update.module Stores data in the private update status cache table. 3
_update_cache_get drupal/modules/update/update.module Retrieves data from the private update status cache table. 2
_update_get_cache_multiple drupal/modules/update/update.module Returns an array of cache items with a given cache ID prefix. 2
_update_cache_clear drupal/modules/update/update.module Invalidates cached data relating to update status. 10
update_flush_caches drupal/modules/update/update.module Implements hook_flush_caches().
_update_manager_unique_identifier drupal/modules/update/update.module Returns a short unique identifier for this Drupal installation. 2
_update_manager_extract_directory drupal/modules/update/update.module Returns the directory where update archive files should be extracted. 4
_update_manager_cache_directory drupal/modules/update/update.module Returns the directory where update archive files should be cached. 2
update_clear_update_disk_cache drupal/modules/update/update.module Clears the temporary files and directories based on file age from disk. 1
update_delete_file_if_stale drupal/modules/update/update.module Deletes stale files and directories from the update manager disk cache. 1 1
update_status drupal/modules/update/update.report.inc Page callback: Generates a page about the update status of projects. 1
theme_update_report drupal/modules/update/update.report.inc Returns HTML for the project status report.
theme_update_status_label drupal/modules/update/update.report.inc Returns HTML for a label to display for a project's update status.
theme_update_version drupal/modules/update/update.report.inc Returns HTML for the version display of a project.
update_settings drupal/modules/update/update.settings.inc Form constructor for the update settings form. 1
update_settings_validate drupal/modules/update/update.settings.inc Form validation handler for update_settings(). 1
update_settings_submit drupal/modules/update/update.settings.inc Form submission handler for update_settings().
user_form_test_form_user_profile_form_alter drupal/modules/user/tests/user_form_test.module Implements hook_form_FORM_ID_alter().
user_form_test_user_account_submit drupal/modules/user/tests/user_form_test.module Submit function for user_profile_form(). 1
user_form_test_menu drupal/modules/user/tests/user_form_test.module Implements hook_menu().
user_form_test_current_password drupal/modules/user/tests/user_form_test.module A test form for user_validate_current_pass(). 1
user_form_test_current_password_submit drupal/modules/user/tests/user_form_test.module Submit function for the test form for user_validate_current_pass().
user_admin drupal/modules/user/user.admin.inc Page callback: Generates the appropriate user administration form. 1
user_filter_form drupal/modules/user/user.admin.inc Form builder; Return form for user administration filters. 1
user_filter_form_submit drupal/modules/user/user.admin.inc Process result from user administration filter form.
user_admin_account drupal/modules/user/user.admin.inc Form builder; User administration page. 1
user_admin_account_submit drupal/modules/user/user.admin.inc Submit the user administration update form.
user_admin_account_validate drupal/modules/user/user.admin.inc
user_admin_settings drupal/modules/user/user.admin.inc Form builder; Configure user settings for this site. 1
user_admin_permissions drupal/modules/user/user.admin.inc Menu callback: administer permissions. 1
user_admin_permissions_submit drupal/modules/user/user.admin.inc Save permissions selected on the administer permissions page.
theme_user_admin_permissions drupal/modules/user/user.admin.inc Returns HTML for the administer permissions page.
theme_user_permission_description drupal/modules/user/user.admin.inc Returns HTML for an individual permission description.
user_admin_roles drupal/modules/user/user.admin.inc Form to re-order roles or add a new one. 1
user_admin_roles_order_submit drupal/modules/user/user.admin.inc Form submit function. Update the role weights. 1
theme_user_admin_roles drupal/modules/user/user.admin.inc Returns HTML for the role order and new role form.

Pages

Other projects