Functions

Primary tabs

Name Locationsort ascending Description Direct uses Strings
theme_user_admin_permissions drupal/core/modules/user/user.admin.inc Returns HTML for the administer permissions page.
theme_user_permission_description drupal/core/modules/user/user.admin.inc Returns HTML for an individual permission description.
user_admin_roles drupal/core/modules/user/user.admin.inc Form to re-order roles or add a new one. 1
user_admin_roles_order_submit drupal/core/modules/user/user.admin.inc Form submit function. Update the role weights. 1
theme_user_admin_roles drupal/core/modules/user/user.admin.inc Returns HTML for the role order and new role form.
user_admin_role drupal/core/modules/user/user.admin.inc Form to configure a single role. 1 2
user_admin_role_submit drupal/core/modules/user/user.admin.inc Form submit handler for the user_admin_role() form. 1
user_admin_role_delete_submit drupal/core/modules/user/user.admin.inc Form submit handler for the user_admin_role() form. 1
user_admin_role_delete_confirm drupal/core/modules/user/user.admin.inc Form to confirm role delete operation. 1
user_admin_role_delete_confirm_submit drupal/core/modules/user/user.admin.inc Form submit handler for user_admin_role_delete_confirm().
user_form_test_menu drupal/core/modules/user/tests/user_form_test.module Implements hook_menu().
user_form_test_current_password drupal/core/modules/user/tests/user_form_test.module A test form for user_validate_current_pass(). 1
user_form_test_current_password_submit drupal/core/modules/user/tests/user_form_test.module Submit function for the test form for user_validate_current_pass().
update_settings drupal/core/modules/update/update.settings.inc Form constructor for the update settings form. 1
update_settings_validate drupal/core/modules/update/update.settings.inc Form validation handler for update_settings().
update_settings_submit drupal/core/modules/update/update.settings.inc Form submission handler for update_settings().
update_status drupal/core/modules/update/update.report.inc Page callback: Generates a page about the update status of projects. 2
theme_update_report drupal/core/modules/update/update.report.inc Returns HTML for the project status report.
theme_update_status_label drupal/core/modules/update/update.report.inc Returns HTML for a label to display for a project's update status.
theme_update_version drupal/core/modules/update/update.report.inc Returns HTML for the version display of a project.
update_help drupal/core/modules/update/update.module Implements hook_help().
update_init drupal/core/modules/update/update.module Implements hook_init().
update_menu drupal/core/modules/update/update.module Implements hook_menu().
update_manager_access drupal/core/modules/update/update.module Access callback: Resolves if the current user can access updater menu items. 5 1
update_theme drupal/core/modules/update/update.module Implements hook_theme().
update_cron drupal/core/modules/update/update.module Implements hook_cron().
update_themes_enabled drupal/core/modules/update/update.module Implements hook_themes_enabled().
update_themes_disabled drupal/core/modules/update/update.module Implements hook_themes_disabled().
update_form_system_modules_alter drupal/core/modules/update/update.module Implements hook_form_FORM_ID_alter() for system_modules().
update_cache_clear_submit drupal/core/modules/update/update.module Form submission handler for system_modules(). 1
_update_no_data drupal/core/modules/update/update.module Returns a warning message when there is no data about available updates. 2
update_get_available drupal/core/modules/update/update.module Tries to get update information from cache and refreshes it when necessary. 5
update_create_fetch_task drupal/core/modules/update/update.module Creates a new fetch task after loading the necessary include file. 3
update_refresh drupal/core/modules/update/update.module Refreshes the release data after loading the necessary include file. 1
update_fetch_data drupal/core/modules/update/update.module Attempts to fetch update data after loading the necessary include file. 2
_update_get_cached_available_releases drupal/core/modules/update/update.module Returns all currently cached data about available releases for all projects. 1
update_mail drupal/core/modules/update/update.module Implements hook_mail().
_update_message_text drupal/core/modules/update/update.module Returns the appropriate message text when site is out of date or not secure. 2
_update_project_status_sort drupal/core/modules/update/update.module Orders projects based on their status. 1
theme_update_last_check drupal/core/modules/update/update.module Returns HTML for the last time we checked for update data.
update_verify_update_archive drupal/core/modules/update/update.module Implements hook_verify_update_archive().
_update_cache_set drupal/core/modules/update/update.module Stores data in the private update status cache table. 3
_update_cache_get drupal/core/modules/update/update.module Retrieves data from the private update status cache table. 2
_update_get_cache_multiple drupal/core/modules/update/update.module Returns an array of cache items with a given cache ID prefix. 2
_update_cache_clear drupal/core/modules/update/update.module Invalidates cached data relating to update status. 10
update_cache_flush drupal/core/modules/update/update.module Implements hook_cache_flush().
_update_manager_unique_identifier drupal/core/modules/update/update.module Returns a short unique identifier for this Drupal installation. 2
_update_manager_extract_directory drupal/core/modules/update/update.module Returns the directory where update archive files should be extracted. 4
_update_manager_cache_directory drupal/core/modules/update/update.module Returns the directory where update archive files should be cached. 2
update_clear_update_disk_cache drupal/core/modules/update/update.module Clears the temporary files and directories based on file age from disk. 1

Pages

Other projects