You are here

Functions in Persistent Login 6

Primary tabs

Namesort descending Location Description Direct uses Strings
persistent_login_admin_settings ./persistent_login.pages.inc Module settings form. 1
persistent_login_admin_settings_validate ./persistent_login.pages.inc Validate the module settings form. 1
persistent_login_boot ./persistent_login.module Implementation of hook_boot(). Before a cached page is served, perform a Persistent Login if appropriate. Persistent Login must operate during boot because if page caching is enabled, other hooks are never invoked unless the user is already logged in.
persistent_login_cron ./persistent_login.module Implementation of hook_cron().
persistent_login_erase ./persistent_login.pages.inc Menu callback to erase a user's Persistent Login records. The menu entry guarantees that the user is logged in. 1
persistent_login_erase_access ./persistent_login.module Access callback to check permission to erase user's Persistent Login records. 1
persistent_login_form_after_build ./persistent_login.pages.inc After_build callback for login forms. 1
persistent_login_form_after_build_proxy ./persistent_login.module Proxy function to call persistent_login_form_after_build(), because it might not be included yet when the form is processed and invokes the callback. 1
persistent_login_form_alter ./persistent_login.module Implementation of hook_form_alter().
persistent_login_help ./persistent_login.module Implementation of hook_help().
persistent_login_init ./persistent_login.module Implementation of hook_init(). Before the menu system takes control, perform a Persistent Login if appropriate.
persistent_login_install ./persistent_login.install Implementation of hook_install().
persistent_login_menu ./persistent_login.module Implementation of hook_menu().
persistent_login_menu_alter ./persistent_login.module Implementation of hook_menu_alter().
persistent_login_perm ./persistent_login.module Implementation of hook_perm().
persistent_login_requirements ./persistent_login.install Implementation of hook_requirements().
persistent_login_schema ./persistent_login.install Implementation of hook_schema().
persistent_login_uninstall ./persistent_login.install Implementation of hook_uninstall().
persistent_login_update_6000 ./persistent_login.install Update Persistent Login to Drupal 6.x. Previous versions of PL always re-created its tables from scratch at every update so we do not really know what state we are in. Luckily, PL data can be wiped safely; users will just have to log in again. So,…
persistent_login_update_6001 ./persistent_login.install Add new index by uid, expires to Persistent Login table.
persistent_login_user ./persistent_login.module Implementation of hook_user(). 1
persistent_login_user_password_access ./persistent_login.module Disable 'Request New Password' page if a user is logged in via PL and trying to access a PL restricted page. 1
persistent_login_user_register_access ./persistent_login.module Disable 'Create Account' page if a user is logged in via PL and trying to access a PL restricted page. 1
_persistent_login_check ./persistent_login.module _persistent_login_check(). Do the real work. Note that we may be in BOOTSTRAP_PAGE_CACHE mode with few modules loaded. 1
_persistent_login_create_cookie ./persistent_login.module Create a Persistent Login cookie. 1
_persistent_login_get_config_warning_msg ./persistent_login.module Return the warning message to be displayed via hook_requirements() or on the Persistent Login settings page as a message. 2
_persistent_login_get_cookie_name ./persistent_login.module Get the name of the Persistent Login cookie. 3
_persistent_login_invalidate ./persistent_login.module 5
_persistent_login_match ./persistent_login.module _persistent_login_match() 1
_persistent_login_setcookie ./persistent_login.module Set a cookie with the same options as the session cookie. 2

Other projects