You are here

Functions in Login Destination 7

Primary tabs

Namesort descending Location Description Direct uses Strings
login_destination_delete_form ./login_destination.admin.inc Form builder for deleting a login destination. 1
login_destination_delete_form_submit ./login_destination.admin.inc Submit handler for the confirm delete login destination form.
login_destination_drupal_goto_alter ./login_destination.module Implements hook_drupal_goto_alter().
login_destination_edit_form ./login_destination.admin.inc Category edit page. 1
login_destination_edit_form_submit ./login_destination.admin.inc Process the contact category edit page form submission.
login_destination_edit_form_validate ./login_destination.admin.inc Validate the contact category edit page form submission.
login_destination_form_alter ./login_destination.module Implements hook_form_alter().
login_destination_get_destination ./login_destination.module Process all destination rules and return destination path. 1
login_destination_help ./login_destination.module Implements hook_help().
login_destination_install ./login_destination.install Implements hook_install().
login_destination_load ./login_destination.module Load a login destination.
login_destination_menu ./login_destination.module Implements hook_menu().
login_destination_menu_link_alter ./login_destination.module Implements hook_menu_link_alter().
login_destination_overview_form ./login_destination.admin.inc Form for editing an entire login destination at once. 1
login_destination_overview_form_submit ./login_destination.admin.inc Submit handler for the login destination overview form.
login_destination_page_alter ./login_destination.module Implements hook_page_alter().
login_destination_perform_redirect ./login_destination.module Evaluate rules and perform redirect. 4
login_destination_permission ./login_destination.module Implements hook_permission().
login_destination_prepare_goto ./login_destination.module Pass destination to drupal_goto. 1
login_destination_schema ./login_destination.install Implements hook_schema().
login_destination_settings ./login_destination.admin.inc Settings page. 1
login_destination_submit ./login_destination.module Helper submit function. 1
login_destination_theme ./login_destination.module Implements hook_theme().
login_destination_toolbar_pre_render ./login_destination.module Helper function to change toolbar's links. 1
login_destination_translated_menu_link_alter ./login_destination.module Implements hook_translated_menu_link_alter().
login_destination_uninstall ./login_destination.install Implements hook_uninstall().
login_destination_update_7000 ./login_destination.install Update login_destination variables.
login_destination_update_7001 ./login_destination.install Add 'enabled'-field to 'login_destination' table.
login_destination_update_7002 ./login_destination.install Clear hooks cache.
login_destination_update_7003 ./login_destination.install Automatically give all roles with permission "Administer Users" the new dedicated permission "Administer Login Destination settings".
login_destination_user_insert ./login_destination.module Implements hook_user_insert().
login_destination_user_login ./login_destination.module Implements hook_user_login().
login_destination_user_logout ./login_destination.module Implements hook_user_logout().
login_destination_validate ./login_destination.module Helper submit function. 1
theme_login_destination_destination ./login_destination.admin.inc Render a destination of login destination rule.
theme_login_destination_overview_form ./login_destination.admin.inc Returns HTML for a login destination list.
theme_login_destination_pages ./login_destination.admin.inc Render a page type of login destination rule.
theme_login_destination_roles ./login_destination.admin.inc Render a roles of login destination rule.
theme_login_destination_triggers ./login_destination.admin.inc Render a trigger of login destination rule.
_login_destination_eval ./login_destination.module Evaluate the code with forms context. 2
_login_destination_evaluate_rule ./login_destination.module A helper function to evaluate destination path. 1
_login_destination_get_current ./login_destination.module Get the current path (before trigger was invoked). 3
_login_destination_match_rule ./login_destination.module A helper function to determine whether redirection should happen. 1
_login_destination_role_options ./login_destination.module A helper function to provide role options. 3
_login_destination_update_rules ./login_destination.admin.inc Save all our changed items to the database. 1

Other projects