public function SalesforceMappingInterface::getNextPullTime in Salesforce Suite 8.4
Same name and namespace in other branches
- 8.3 modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php \Drupal\salesforce_mapping\Entity\SalesforceMappingInterface::getNextPullTime()
- 5.0.x modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php \Drupal\salesforce_mapping\Entity\SalesforceMappingInterface::getNextPullTime()
Get the timestamp when the next pull should be processed for this mapping.
Return value
int The next pull time.
1 method overrides SalesforceMappingInterface::getNextPullTime()
- SalesforceMapping::getNextPullTime in modules/
salesforce_mapping/ src/ Entity/ SalesforceMapping.php - Get the timestamp when the next pull should be processed for this mapping.
File
- modules/
salesforce_mapping/ src/ Entity/ SalesforceMappingInterface.php, line 205
Class
- SalesforceMappingInterface
- Mapping between Drupal and Salesforce records.
Namespace
Drupal\salesforce_mapping\EntityCode
public function getNextPullTime();