You are here

function _webform_theme_select in Webform 7.4

Same name and namespace in other branches
  1. 6.3 components/select.inc \_webform_theme_select()
  2. 6.2 components/select.inc \_webform_theme_select()
  3. 7.3 components/select.inc \_webform_theme_select()

Implements _webform_theme_component().

File

components/select.inc, line 41
Webform module multiple select component.

Code

function _webform_theme_select() {
  return array(
    'webform_display_select' => array(
      'render element' => 'element',
      'file' => 'components/select.inc',
    ),
  );
}