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_order_load |
./uc_addresses.api.php |
This hook allows you to act on addresses being attached on an order. |
|
|
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_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. |
|
1 |
uc_addresses_address_book |
./uc_addresses.pages.inc |
Generates a list of all addresses owned by a single user. |
|
3 |
uc_addresses_address_field_weights |
./uc_addresses.module |
Returns the weights of address fields. |
3 |
|
uc_addresses_address_load |
./uc_addresses.module |
Loads a single address by giving an user ID and an address ID. |
|
1 |
uc_addresses_address_render |
./uc_addresses.module |
Ajax callback to re-render the full address element. |
|
1 |
uc_addresses_address_types |
./uc_addresses.module |
Returns address types used in addresses from Ubercart Addresses. |
6 |
1 |
uc_addresses_checkout_pane_address |
./uc_addresses.ubercart.inc |
Generic address pane handler. |
2 |
|
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. |
1 |
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 |
Implements hook_ctools_plugin_api(). |
|
|
uc_addresses_ctools_plugin_type |
./uc_addresses.module |
Implements hook_ctools_plugin_type(). |
|
|
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_element_info |
./uc_addresses.module |
Implements hook_element_info(). |
|
|
uc_addresses_entity_access |
./uc_addresses.module |
Access callback for address entity. |
3 |
1 |
uc_addresses_entity_info |
./uc_addresses.module |
Implements hook_entity_info(). |
|
|
uc_addresses_entity_property_info_alter |
./uc_addresses.module |
Implements hook_entity_property_info_alter(). |
|
|
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_feeds_after_import |
./uc_addresses.feeds.inc |
Implements hook_feeds_after_import(). |
|
|