function _webform_defaults_summary in Webform Bonus Pack 6.3
Same name and namespace in other branches
- 7.3 components/summary.inc \_webform_defaults_summary()
Create a default summary component.
File
- components/
summary.inc, line 11 - Webform module summary component.
Code
function _webform_defaults_summary() {
return array(
'name' => '',
'form_key' => NULL,
'pid' => 0,
'weight' => 0,
'value' => '',
'extra' => array(
'components' => '',
),
);
}