function _webform_defaults_link in Webform Link 7
Same name and namespace in other branches
- 6 components/link.inc \_webform_defaults_link()
Implements _webform_defaults_component().
File
- components/
link.inc, line 11 - Webform Link component
Code
function _webform_defaults_link() {
return array(
'name' => '',
'form_key' => NULL,
'pid' => 0,
'weight' => 0,
'value' => '',
'required' => 0,
'extra' => array(
'private' => FALSE,
'description' => '',
),
);
}