You are here

function webform_webform_select_options_info in Webform 6.3

Same name and namespace in other branches
  1. 7.4 webform.module \webform_webform_select_options_info()
  2. 7.3 webform.module \webform_webform_select_options_info()

Implements hook_webform_select_options_info().

File

./webform.module, line 847

Code

function webform_webform_select_options_info() {
  module_load_include('inc', 'webform', 'includes/webform.options');
  return _webform_options_info();
}