You are here

function _webform_defaults_mapping in Webform Bonus Pack 6.3

Same name and namespace in other branches
  1. 7.3 components/mapping.inc \_webform_defaults_mapping()

Implementation of _webform_defaults_component().

File

components/mapping.inc, line 11
Webform module mapping component.

Code

function _webform_defaults_mapping() {
  return array(
    'name' => '',
    'form_key' => NULL,
    'pid' => 0,
    'weight' => 0,
    'value' => '',
    'extra' => array(
      'items' => '',
      'mapped_component' => '',
    ),
  );
}