You are here

function _webform_theme_select in Webform 6.2

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

Module specific instance of hook_theme().

File

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

Code

function _webform_theme_select() {
  return array(
    'webform_mail_select' => array(
      'arguments' => array(
        'data' => NULL,
        'component' => NULL,
      ),
    ),
  );
}