You are here

Functions in Automated Logout 6.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 ./autologout.module Implements hook_block_info().
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_cron ./autologout.module Implements hook_cron().
autologout_footer ./autologout.module Implements hook_footer().
autologout_form_user_profile_form_alter ./autologout.module Adds a field to user/edit to change that users logout.
autologout_help ./autologout.module Implements hook_help().
autologout_init ./autologout.module Implements hook_init().
autologout_menu ./autologout.module Implements hook_menu().
autologout_perm ./autologout.module Implements hook_perm().
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_6400 ./autologout.install Upgrade autologout 2.x series to 4.x series.
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_refresh_only ./autologout.api.php Keep a login alive whilst the user is on a particular page.
theme_autologout_block ./autologout.module Returns HTML for the autologout block.
theme_autologout_render_table ./autologout.module Themeing function for admin roles table.
_autologout_block_configure ./autologout.module Block configuration.
_autologout_block_list ./autologout.module Block lists.
_autologout_block_view ./autologout.module Block view.
_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. 6
_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. 1
_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