You are here

function commerce_webform_line_item_title in Commerce Webform 8

Same name and namespace in other branches
  1. 7.2 commerce_webform.module \commerce_webform_line_item_title()
  2. 7 commerce_webform.module \commerce_webform_line_item_title()

Returns an appropriate title for this line item.

File

./commerce_webform.module, line 144
Commerce Webform module file

Code

function commerce_webform_line_item_title($line_item) {
  return commerce_product_line_item_title($line_item);
}