You are here

Functions in Commerce Addressbook 7

Primary tabs

Namesort descending Location Description Direct uses Strings
commerce_addressbook_address_form_refresh ./commerce_addressbook.module AJAX reload callback function. Decides which part of the form to refresh 1
commerce_addressbook_admin_settings ./commerce_addressbook.admin.inc @file Renders administrative pages for Commerce Addressbook module 1
commerce_addressbook_commerce_order_presave ./commerce_addressbook.module Implements hook_commerce_order_presave().
commerce_addressbook_configure_customer_profile_type ./commerce_addressbook.module Adds a saved addresses field on the specified customer profile bundle. 2
commerce_addressbook_enable ./commerce_addressbook.module Implements hook_enable().
commerce_addressbook_enabled_entities ./commerce_addressbook.module Get a simple list of enabled entities, based on the definitions provided by commerce_addressbook_enabled_entities_info() 2
commerce_addressbook_enabled_entities_info ./commerce_addressbook.module Get a list of entities for which the addressbook functionality could be enabled. For this to work, the entities would need to have: 1
commerce_addressbook_field_attach_form ./commerce_addressbook.module Implements hook_field_attach_form().
commerce_addressbook_field_formatter_info ./commerce_addressbook.module Implements hook_field_formatter_info().
commerce_addressbook_field_formatter_view ./commerce_addressbook.module Implements hook_field_formatter_view().
commerce_addressbook_field_info ./commerce_addressbook.module Implements hook_field_info().
commerce_addressbook_field_is_empty ./commerce_addressbook.module Implements hook_field_is_empty().
commerce_addressbook_field_schema ./commerce_addressbook.install Implements hook_field_schema().
commerce_addressbook_field_storage_pre_insert ./commerce_addressbook.module Implements hook_field_storage_pre_insert().
commerce_addressbook_field_validate ./commerce_addressbook.module Implements hook_field_validate().
commerce_addressbook_field_widget_form ./commerce_addressbook.module Implements hook_field_widget_form().
commerce_addressbook_field_widget_info ./commerce_addressbook.module Implements hook_field_widget_info().
commerce_addressbook_get_bundles_with_field ./commerce_addressbook.module Helper function to get a list of bundles (grouped by entity type) that contain a certain field type, and each of the fields that are attached to them 3
commerce_addressbook_get_saved_addresses ./commerce_addressbook.module Get field items from a user's saved entities that have an addressfield in their bundle. @TODO: do we really need to get all entities, or can be have hardcoded default to commerce_customer_profile? 2
commerce_addressbook_get_saved_addresses_options ./commerce_addressbook.module Get all available addressbook select list options, per customer profile entity bundle. 1
commerce_addressbook_menu ./commerce_addressbook.module Implementation of hook_menu().
commerce_addressbook_modules_enabled ./commerce_addressbook.module Implements hook_modules_enabled().
commerce_addressbook_saved_addresses_validate ./commerce_addressbook.module Element validate callback: processes input of the address select list. 1

Other projects