You are here

Functions in Persistent Login 7

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 Implements 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 Implements 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_field_extra_fields ./persistent_login.module Implements hook_field_extra_fields().
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 Implements hook_form_alter().
persistent_login_help ./persistent_login.module Implements hook_help().
persistent_login_init ./persistent_login.module Implements hook_init(). Before the menu system takes control, perform a Persistent Login if appropriate.
persistent_login_menu ./persistent_login.module Implements hook_menu().
persistent_login_menu_alter ./persistent_login.module Implements hook_menu_alter().
persistent_login_permission ./persistent_login.module Implements hook_permission().
persistent_login_requirements ./persistent_login.install Implementation of hook_requirements().
persistent_login_schema ./persistent_login.install Implements hook_schema().
persistent_login_uninstall ./persistent_login.install Implements hook_uninstall().
persistent_login_update_7001 ./persistent_login.install Change length of series and token fields to accomodate longer d7 hashes.
persistent_login_update_7002 ./persistent_login.install Update secure pages variable with new path to PL settings.
persistent_login_user_cancel ./persistent_login.module Implements hook_user_cancel().
persistent_login_user_login ./persistent_login.module Implements hook_user_login().
persistent_login_user_logout ./persistent_login.module Implements hook_user_logout(). 1
persistent_login_user_presave ./persistent_login.module Implements hook_user_presave().
persistent_login_user_register_access ./persistent_login.module Disable 'Create Account' link if a user is logged in via PL and trying to access a PL restricted page. 1
persistent_login_user_view ./persistent_login.module Implements hook_user_view().
_persistent_login_check ./persistent_login.module 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 7
_persistent_login_match ./persistent_login.module Check the page passsed and see if it should be secure or insecure. 1
_persistent_login_setcookie ./persistent_login.module Set a cookie with the same options as the session cookie. 2

Other projects