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