You are here

Functions in Ubercart Addresses 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_uc_addresses_address_delete ./uc_addresses.api.php This hook allows you to respond to address deletion.
hook_uc_addresses_address_field_alter ./uc_addresses.api.php This hook allows to you alter a uc_addresses_address field element.
hook_uc_addresses_address_insert ./uc_addresses.api.php This hook allows you to respond to creation of a new address.
hook_uc_addresses_address_load ./uc_addresses.api.php This hook allows you to act on addresses being loaded from the database.
hook_uc_addresses_address_presave ./uc_addresses.api.php This hook allows you alter the address just before it's saved.
hook_uc_addresses_address_update ./uc_addresses.api.php This hook allows you to respond to updates to an address.
hook_uc_addresses_fields ./uc_addresses.api.php This hook allows you to register extra fields to be used in all address edit forms.
hook_uc_addresses_fields_alter ./uc_addresses.api.php When all modules have registered their fields, you have a chance to alter the definitions with this hook.
hook_uc_addresses_field_handlers ./uc_addresses.api.php With this hook you can register new field handlers that can be used by fields in address edit forms.
hook_uc_addresses_format_address_alter ./uc_addresses.api.php This hook allows you to alter an address format before it's being processed.
hook_uc_addresses_may_delete ./uc_addresses.api.php This hook allows you to prevent a certain address from being deleted.
hook_uc_addresses_may_edit ./uc_addresses.api.php This hook allows you to prevent a certain address from being edited.
hook_uc_addresses_may_view ./uc_addresses.api.php This hook allows you to prevent a certain address from being viewed.
hook_uc_addresses_preprocess_address_alter ./uc_addresses.api.php This hook allows you to alter the address field listing before it's being displayed.
hook_uc_addresses_select_addresses ./uc_addresses.api.php With this hook you can deliver an array of addresses on which the user can select one at checkout or when editing the order, depending on the context $context.
hook_uc_addresses_select_addresses_alter ./uc_addresses.api.php This hook allows you to alter the addresses that the user can choose from at checkout or when editing the order, depending on the context $context.
template_preprocess_uc_addresses_address_book ./uc_addresses.pages.inc Prepares variables for address book.
template_preprocess_uc_addresses_form ./uc_addresses.pages.inc Prepares variables for an address form.
template_preprocess_uc_addresses_list_address ./uc_addresses.pages.inc Prepares variables for one address.
theme_uc_addresses_address ./uc_addresses.module Theme the address form element.
theme_uc_addresses_address_delete_confirm ./uc_addresses.pages.inc Themes the address deletion confirmation form.
theme_uc_addresses_default_address_checkbox ./uc_addresses.module Theme the default address checkbox in address forms.
theme_uc_addresses_get_address_form ./uc_addresses.pages.inc Themes the add or edit address form.
uc_addresses_access ./uc_addresses.module Checks address access.
uc_addresses_address_book ./uc_addresses.pages.inc Generates a list of all addresses owned by a single user. 3
uc_addresses_address_load ./uc_addresses.module Loads a single address by giving an user ID and an address ID.
uc_addresses_address_types ./uc_addresses.module Returns address types used in addresses from Ubercart Addresses. 4 1
uc_addresses_checkout_pane_address ./uc_addresses.ubercart.inc Callback for an address checkout pane. 2
uc_addresses_checkout_pane_alter ./uc_addresses.module Implementation of hook_checkout_pane_alter().
uc_addresses_checkout_pane_billing ./uc_addresses.ubercart.inc Gets the billing information. 1
uc_addresses_checkout_pane_shipping ./uc_addresses.ubercart.inc Gets the delivery information. 1
uc_addresses_check_access_by_ids ./uc_addresses.module Checks address access by ID's. 2 1
uc_addresses_country_formats_form ./uc_addresses.admin.inc Form for address format. 1
uc_addresses_country_formats_page ./uc_addresses.admin.inc Lists all enabled countries were address formats may be set for. 1
uc_addresses_ctools_plugin_api ./uc_addresses.module Implementation of hook_ctools_plugin_api().
uc_addresses_ctools_plugin_field_handlers ./uc_addresses.module Implementation of hook_ctools_plugin_TYPE() for field_handlers.
uc_addresses_date_api_fields ./uc_addresses.module Implementation of hook_date_api_fields().
uc_addresses_date_api_tables ./uc_addresses.module Implementation of hook_date_api_tables().
uc_addresses_delete_address_confirm ./uc_addresses.pages.inc Displays a confirmation page before deleting an address. 1
uc_addresses_delete_address_confirm_form ./uc_addresses.pages.inc Gets the submit buttons to confirm deletion of a user's address. 1
uc_addresses_delete_address_confirm_form_submit ./uc_addresses.pages.inc Deletes a user-confirmed address.
uc_addresses_elements ./uc_addresses.module Implementation of hook_elements().
uc_addresses_example_install uc_addresses_example/uc_addresses_example.install Implements hook_install().
uc_addresses_example_schema_alter uc_addresses_example/uc_addresses_example.install Implements hook_schema_alter().
uc_addresses_example_uc_addresses_fields uc_addresses_example/uc_addresses_example.module Implements hook_uc_addresses_fields().
uc_addresses_example_uc_addresses_field_handlers uc_addresses_example/uc_addresses_example.module Implements hook_uc_addresses_field_handlers().
uc_addresses_example_uninstall uc_addresses_example/uc_addresses_example.install Implements hook_uninstall().
uc_addresses_format_address ./uc_addresses.module Format an address by using tokens. 6
uc_addresses_form_uc_order_address_book_form_alter ./uc_addresses.module Implementation of hook_form_FORM_ID_alter() for form uc_order_address_book_form().
uc_addresses_get_address_fields ./uc_addresses.module Returns all fields registered by hook_uc_addresses_fields(). 8 1

Pages

Other projects