function _webform_theme_textfield in Webform 6.3
Same name and namespace in other branches
- 6.2 components/textfield.inc \_webform_theme_textfield()
- 7.4 components/textfield.inc \_webform_theme_textfield()
- 7.3 components/textfield.inc \_webform_theme_textfield()
Implements _webform_theme_component().
File
- components/
textfield.inc, line 37 - Webform module textfield component.
Code
function _webform_theme_textfield() {
return array(
'webform_display_textfield' => array(
'arguments' => array(
'element' => NULL,
),
'file' => 'components/textfield.inc',
),
);
}