You are here

function commerce_webform_line_item_add_form in Commerce Webform 8

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

Returns the elements necessary to add a product line item through a line item manager widget.

File

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

Code

function commerce_webform_line_item_add_form($element, &$form_state) {
  return commerce_product_line_item_add_form($element, $form_state);
}