You are here

function hook_salesforce_mapping_fieldmap_type in Salesforce Suite 7.3

Same name and namespace in other branches
  1. 8.4 salesforce.api.php \hook_salesforce_mapping_fieldmap_type()
  2. 8.3 salesforce.api.php \hook_salesforce_mapping_fieldmap_type()
  3. 5.0.x salesforce.api.php \hook_salesforce_mapping_fieldmap_type()

Trigger action when first building the list of fieldmap types.

Related topics

1 function implements hook_salesforce_mapping_fieldmap_type()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

salesforce_mapping_salesforce_mapping_fieldmap_type in modules/salesforce_mapping/includes/salesforce_mapping.fieldmap_type.inc
Implements hook_salesforce_mapping_fieldmap_type().
1 invocation of hook_salesforce_mapping_fieldmap_type()
salesforce_mapping_get_fieldmap_types in modules/salesforce_mapping/salesforce_mapping.module
Get the Salesforce fieldmap types array.

File

./salesforce.api.php, line 19
These are the hooks that are invoked by the Salesforce core.

Code

function hook_salesforce_mapping_fieldmap_type() {
}