You are here

function hook_salesforce_pull_entity_insert in Salesforce Suite 8.4

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

Use hook_entity_update or hook_mapped_object_insert.

File

./salesforce.api.php, line 64
Legacy documentation, mapping of old hook system to new Events system.

Code

function hook_salesforce_pull_entity_insert() {
}