You are here

function commerce_customer_profile_type_options_list in Commerce Core 7

Wraps commerce_customer_profile_type_get_name() for the Entity module.

1 call to commerce_customer_profile_type_options_list()
commerce_customer_profile_pane_settings_form in modules/customer/includes/commerce_customer.checkout_pane.inc
Checkout pane callback: returns the customer profile pane's settings form.
1 string reference to 'commerce_customer_profile_type_options_list'
commerce_customer_entity_property_info in modules/customer/commerce_customer.info.inc
Implements hook_entity_property_info().

File

modules/customer/commerce_customer.module, line 554
Defines the customer profile entity and API functions to manage customers and interact with them.

Code

function commerce_customer_profile_type_options_list() {
  return commerce_customer_profile_type_get_name();
}