function hook_salesforce_push_entity_allowed in Salesforce Suite 5.0.x
Same name and namespace in other branches
- 8.4 salesforce.api.php \hook_salesforce_push_entity_allowed()
- 8.3 salesforce.api.php \hook_salesforce_push_entity_allowed()
- 7.3 salesforce.api.php \hook_salesforce_push_entity_allowed()
Implement an EventSubscriber on SalesforceEvents::PUSH_ALLOWED.
Throw an exception to indicate that push is not allowed.
File
- ./
salesforce.api.php, line 78 - Legacy documentation, mapping of old hook system to new Events system.
Code
function hook_salesforce_push_entity_allowed() {
}