You are here

function commerce_webform_webform_conditional_operator_info in Commerce Webform 8

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

Implements hook_webform_conditional_operator_info().

File

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

Code

function commerce_webform_webform_conditional_operator_info() {
  module_load_include('inc', 'commerce_webform', 'productfield');
  return _commerce_webform_conditional_operator_info();
}