You are here

function commerce_customer_profile_type_to_arg in Commerce Core 7

Returns a path argument from a customer profile type.

File

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

Code

function commerce_customer_profile_type_to_arg($type) {
  return $type;
}