You are here

Functions in Favorites 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
favorites_add_favorite ./favorites.module Add a favorite. 2
favorites_add_favorite_form ./favorites.module Form callback for the "add favorite form" 1
favorites_add_favorite_form_submit ./favorites.module Submit callback for "add favorite" form. 1
favorites_add_favorite_js ./favorites.module AHAH callback for add favorites form. 1
favorites_block_info ./favorites.module Implements hook_block_info().
favorites_block_view ./favorites.module Implements hook_block_view().
favorites_init ./favorites.module Implements hook_init().
favorites_list ./favorites.module Generate the "My Favorites" list. 3
favorites_load_favorites ./favorites.module Load the favorites for a particular user. 1
favorites_menu ./favorites.module Implements hook_menu().
favorites_order_callback ./favorites.module Update favorites order weight. 1
favorites_permission ./favorites.module Implements hook_permission().
favorites_remove_favorite ./favorites.module Deletes a favorite. 1
favorites_schema ./favorites.install Implementats hook_schema().
favorites_theme ./favorites.module Implements hook_theme().
favorites_token ./favorites.module Generate a token for a particular favorite. 1
favorites_update_7001 ./favorites.install Add a weight property for each favorite.
favorite_load ./favorites.module Helper function to load a favorite.
get_item_weight ./favorites.module Get item weight.
theme_favorites ./favorites.module Theme callback.
_favorites_delete ./favorites.module Helper function: Delete a single favorite. 1
_favorites_delete_cookie ./favorites.module Helper function: Delete a single favorite from the user's cookies. 1
_favorites_delete_db ./favorites.module Helper function: Delete a single favorite from the DB. 1
_favorites_load_favorites_cookie ./favorites.module Helper function: Load favorites from the user's cookies. 1
_favorites_load_favorites_db ./favorites.module Helper function: Load an account's favorites from the DB. 1
_favorites_load_favorite_cookie ./favorites.module Helper function: Load a single favorite from the user's cookies. 1
_favorites_load_favorite_db ./favorites.module Helper function: Load a single favorite from the DB. 1
_favorites_parse_cookie ./favorites.module Helper function: Builds a favorite object from a user cookie. 2
_favorites_save_favorite ./favorites.module Helper function: Store favorites for registered users. 1
_favorites_save_favorite_cookie ./favorites.module Helper function: Store a favorite as a cookie. 1
_favorites_save_favorite_db ./favorites.module Helper function: Store a favorite to the DB. 1
_favorites_user_storage_db ./favorites.module Helper function: Determine the current account's storage model. 2

Other projects