function _webform_theme_link in Webform Link 6
Same name and namespace in other branches
- 7 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(
'arguments' => array(
'element' => NULL,
),
'file' => 'components/link.inc',
),
);
}