You are here

function commerce_webform_productfield_expand in Commerce Webform 8

Same name and namespace in other branches
  1. 7.2 commerce_webform.module \commerce_webform_productfield_expand()

Form API #process function to expand a productfield element.

1 string reference to 'commerce_webform_productfield_expand'
commerce_webform_element_info in ./commerce_webform.module
Implements hook_element_info().

File

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

Code

function commerce_webform_productfield_expand($element) {
  module_load_include('inc', 'commerce_webform', 'productfield');
  return _commerce_webform_productfield_expand($element);
}