You are here

Functions in Automated Logout 7.4

Primary tabs

Namesort descending Location Description Direct uses Strings
autologout_ahah_get_remaining_time ./autologout.module AJAX callback that returns the time remaining for this user is logged out. 1
autologout_ahah_logout ./autologout.module AJAX callback that performs the actual logout and redirects the user. 5
autologout_ahah_set_last ./autologout.module Ajax callback to reset the last access session variable. 5
autologout_autologout_prevent ./autologout.module Implements hook_autologout_prevent().
autologout_autologout_refresh_only ./autologout.module Implements hook_autologout_refresh_only(). 1
autologout_block_configure ./autologout.module Implements hook_block_configure().
autologout_block_info ./autologout.module Implements hook_block_info().
autologout_block_view ./autologout.module Implements hook_block_view().
autologout_create_block_form ./autologout.module Drupal reset timer form on timer block. 1
autologout_create_timer ./autologout.module Get the timer HTML markup. 3
autologout_form_user_profile_form_alter ./autologout.module Adds a field to user/edit to change that users logout.
autologout_get_current_path_as_destination ./autologout.module Builds a destination query parameter for the current page. 1
autologout_help ./autologout.module Implements hook_help().
autologout_init ./autologout.module Implements hook_init().
autologout_menu ./autologout.module Implements hook_menu().
autologout_page_build ./autologout.module Implements hook_page_build().
autologout_permission ./autologout.module Implements hook_permission().
autologout_settings ./autologout.admin.inc Settings form for menu callback 1
autologout_settings_validate ./autologout.admin.inc Settings validation.
autologout_theme ./autologout.module Implements hook_theme().
autologout_timeout_validate ./autologout.module Checks to see if timeout threshold is outside max/min values. Only done here to centrilize and stop repeated code. Hard coded min, configurable max. 1
autologout_uninstall ./autologout.install Implements hook_uninstall().
autologout_update_7400 ./autologout.install Upgrade autologout 2.x series to 4.x series.
autologout_update_7401 ./autologout.install Fix permission names in role_permission table
autologout_user_login ./autologout.module Implements hook_user_login().
autologout_user_profile_submit ./autologout.module Handle submission of timeout threshold in user/edit. 1
hook_autologout_prevent ./autologout.api.php Prevent autologout logging a user out.
hook_autologout_redirect_url_alter ./autologout.api.php Allow the redirect URL and query to be modified prior to auto-logout.
hook_autologout_refresh_only ./autologout.api.php Keep a login alive whilst the user is on a particular page.
hook_autologout_timeout_alter ./autologout.api.php Let other modules modify the timeout value.
hook_auto_logout_session_reset ./autologout.api.php Let others act when session is extended.
theme_autologout_block ./autologout.module Returns HTML for the autologout block.
theme_autologout_render_table ./autologout.module Custom themeing function, to display roles as a table with checkboxes and textfields for logout threshold.
_autologout_get_remaining_time ./autologout.module Get the time remaining before logout. 2
_autologout_get_role_timeout ./autologout.module Go through every role to get timeout value, default is the global timeout. 2
_autologout_get_user_timeout ./autologout.module Get a user's timeout in seconds. 10
_autologout_inactivity_message ./autologout.module Display the inactivity message if required. 1
_autologout_logout ./autologout.module Helper to perform the actual logout. 2
_autologout_logout_role ./autologout.module Helper to determine if a given user should be autologged out.
_autologout_prevent ./autologout.module Determine if autologout should be prevented. 3
_autologout_refresh_only ./autologout.module Determine if connection should be refreshed. 2
_autologout_user_uid_timeout_validate ./autologout.module Form validation. 1

Other projects