You are here

function _webform_theme_select in Webform 6.3

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

Implements _webform_theme_component().

File

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

Code

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