public function SalesforceMappingInterface::getLastPushTime in Salesforce Suite 5.0.x
Same name and namespace in other branches
- 8.4 modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php \Drupal\salesforce_mapping\Entity\SalesforceMappingInterface::getLastPushTime()
- 8.3 modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php \Drupal\salesforce_mapping\Entity\SalesforceMappingInterface::getLastPushTime()
Returns a timstamp when the push queue was last processed for this mapping.
Return value
int|null The last push time, or NULL.
1 method overrides SalesforceMappingInterface::getLastPushTime()
- SalesforceMapping::getLastPushTime in modules/
salesforce_mapping/ src/ Entity/ SalesforceMapping.php - Returns a timstamp when the push queue was last processed for this mapping.
File
- modules/
salesforce_mapping/ src/ Entity/ SalesforceMappingInterface.php, line 230
Class
- SalesforceMappingInterface
- Mapping between Drupal and Salesforce records.
Namespace
Drupal\salesforce_mapping\EntityCode
public function getLastPushTime();