function _webform_theme_mapping in Webform Bonus Pack 7.3
Same name and namespace in other branches
- 6.3 components/mapping.inc \_webform_theme_mapping()
Implementation of _webform_theme_component().
File
- components/
mapping.inc, line 28 - Webform module mapping component.
Code
function _webform_theme_mapping() {
return array(
'webform_display_mapping' => array(
'render element' => 'element',
),
);
}