function _webform_theme_link in Webform Link 7
Same name and namespace in other branches
- 6 components/link.inc \_webform_theme_link()
Implements _webform_theme_component().
File
- components/
link.inc, line 45 - Webform Link component
Code
function _webform_theme_link() {
return array(
'webform_display_link' => array(
'render element' => 'element',
),
);
}