You are here

Functions in Ubercart Addresses 6

Primary tabs

Namesort descending Location Description Direct uses Strings
theme_uc_addresses_address_delete_confirm ./uc_addresses.module Theme the address deletion confirmation form.
theme_uc_addresses_get_address_form ./uc_addresses.module Theme the add or edit address form.
theme_uc_addresses_list_address ./uc_addresses.module Theme the address list view.
theme_uc_addresses_pane ./uc_addresses_address_pane.inc Theme the address forms in tables.
uc_addresses_address ./uc_addresses.module Format an address the same as the rest of the Ubercart store. 1
uc_addresses_address_load ./uc_addresses.module Given a wildcard of %uc_addresses_address in path, replace it with the corresponding address object. 1
uc_addresses_address_pane ./uc_addresses.module Implementation of hook_address_pane(). 1
uc_addresses_blank_address ./uc_addresses_address_pane.inc Create a blank address. This is the address we use when first displaying a form used to add an address. 1
uc_addresses_can_add_edit_address ./uc_addresses.module Checks if the current user has may edit addresses of user $address_user. 1
uc_addresses_can_view_addresses ./uc_addresses.module Checks if the current user may view addresses of user $address_user. 1
uc_addresses_delete_address_confirm ./uc_addresses.module Display a confirmation page before deleting an address. 1
uc_addresses_delete_address_confirm_form ./uc_addresses.module Get the submit buttons to confirm deletion of a user's address. 1
uc_addresses_delete_address_confirm_form_submit ./uc_addresses.module Delete a user-confirmed address.
uc_addresses_form_uc_cart_checkout_form_alter ./uc_addresses.module Implementation of hook_form_alter().
uc_addresses_get_address_form ./uc_addresses.module Create a form used to add a new address or edit an existing address. 1
uc_addresses_get_address_form_submit ./uc_addresses.module Handle the form submit for adding a new address or editing an existing address.
uc_addresses_init ./uc_addresses.module Implementation of hook_init().
uc_addresses_install ./uc_addresses.install Implementation of hook_install().
uc_addresses_list_addresses ./uc_addresses.module Generate a list of one or all addresses defined by one user and then theme the list for display. 1
uc_addresses_menu ./uc_addresses.module Implementation of hook_menu().
uc_addresses_pane_address ./uc_addresses_address_pane.inc Create, edit, process or view the Address pane. 1 1
uc_addresses_perm ./uc_addresses.module Implementation of hook_perm().
uc_addresses_schema ./uc_addresses.install Implementation of hook_schema().
uc_addresses_settings_form ./uc_addresses.admin.inc The settings form of Ubercart Addresses. 1
uc_addresses_settings_overview ./uc_addresses.admin.inc Display the addresses settings overview. 1
uc_addresses_theme ./uc_addresses.module Implementation of hook_theme().
uc_addresses_token_list ./uc_addresses.module Implementation of hook_token_list().
uc_addresses_token_values ./uc_addresses.module Implementation of hook_token_values().
uc_addresses_uc_checkout_complete ./uc_addresses.module Use hook_uc_checkout_complete to catch any new addresses.
uc_addresses_uninstall ./uc_addresses.install Implementation of hook_uninstall().
uc_addresses_update_1 ./uc_addresses.install First update: remove the old incorrect sequence number name and add the correct new one. Copy over the sequence number.
uc_addresses_update_2 ./uc_addresses.install Second update: add nickname field.
uc_addresses_update_6000 ./uc_addresses.install First Drupal 6 update: standardize database definitions as per uc_orders
uc_addresses_update_6001 ./uc_addresses.install Second Drupal 6 update: undo the first Drupal 6 update. Not sure why I did it. Addresses can be used for delivery OR billing. Also, people who do not uc_addresses already installed will get a different database than those who update.
uc_addresses_user ./uc_addresses.module Implementation of hook_user().
_address_pane_data ./uc_addresses_address_pane.inc Return data from an address pane by pane ID and the array key. 2
_address_pane_list ./uc_addresses_address_pane.inc Build a list of address panes defined in the enabled modules. 4
_uc_addresses_address_fields_empty ./uc_addresses.module 1
_uc_addresses_db_add_address ./uc_addresses.module Add a new address to the database table. If the address is already in the database (for this user), it is not added. 3
_uc_addresses_db_check_address ./uc_addresses.module Before adding or updating an address, check it for errors. 2
_uc_addresses_db_check_if_default ./uc_addresses.module Check to see if an address is the default address. 1
_uc_addresses_db_delete_address ./uc_addresses.module Delete an address from the database. 1
_uc_addresses_db_get_address ./uc_addresses.module Get an address or list of addresses from the database. 3
_uc_addresses_db_have_saved_addresses ./uc_addresses.module Check to see if we saved any addresses for an anonymous user.
_uc_addresses_db_normalize_address ./uc_addresses.module SQL gets a little weird when comparing nulls. "value = NULL" is always FALSE, even if the value is NULL! You have to write "value IS NULL" to get the "right" answer. Rather than changing the comparisons all over the… 2
_uc_addresses_db_update_address ./uc_addresses.module Update an address in the database table. 1
_uc_addresses_get_default_address_id ./uc_addresses.module Get a user's default address id. Because the addresses module can be added to an existing system, it's possible that some people will not have a default address (or any addresses). 3
_uc_addresses_list_one_address ./uc_addresses.module List one address. 1

Other projects