function _webform_theme_mapping in Webform Bonus Pack 6.3
Same name and namespace in other branches
- 7.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(
'arguments' => array(
'element' => NULL,
),
),
);
}