protected property SalesforceMapping::$async in Salesforce Suite 5.0.x
Same name and namespace in other branches
- 8.4 modules/salesforce_mapping/src/Entity/SalesforceMapping.php \Drupal\salesforce_mapping\Entity\SalesforceMapping::async
- 8.3 modules/salesforce_mapping/src/Entity/SalesforceMapping.php \Drupal\salesforce_mapping\Entity\SalesforceMapping::async
Whether to push asychronous.
- If true, disable real-time push.
- If false (default), attempt real-time push and enqueue failures for async push.
Note this is different behavior compared to D7.
Type: bool
File
- modules/
salesforce_mapping/ src/ Entity/ SalesforceMapping.php, line 113
Class
- SalesforceMapping
- Defines a Salesforce Mapping configuration entity class.
Namespace
Drupal\salesforce_mapping\EntityCode
protected $async = FALSE;