function _webform_theme_textfield in Webform 6.2
Same name and namespace in other branches
- 6.3 components/textfield.inc \_webform_theme_textfield()
- 7.4 components/textfield.inc \_webform_theme_textfield()
- 7.3 components/textfield.inc \_webform_theme_textfield()
Module specific instance of hook_theme().
File
- components/
textfield.inc, line 180 - Webform module textfield component.
Code
function _webform_theme_textfield() {
return array(
'webform_mail_textfield' => array(
'arguments' => array(
'data' => NULL,
'component' => NULL,
),
),
);
}