You are here

function hook_salesforce_push_entity_allowed in Salesforce Suite 8.3

Same name and namespace in other branches
  1. 8.4 salesforce.api.php \hook_salesforce_push_entity_allowed()
  2. 7.3 salesforce.api.php \hook_salesforce_push_entity_allowed()
  3. 5.0.x 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() {
}