public function SalesforceMappingInterface::getLastDeleteTime in Salesforce Suite 8.3
Same name and namespace in other branches
- 8.4 modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php \Drupal\salesforce_mapping\Entity\SalesforceMappingInterface::getLastDeleteTime()
- 5.0.x modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php \Drupal\salesforce_mapping\Entity\SalesforceMappingInterface::getLastDeleteTime()
Return the timestamp for the date of most recent delete processing.
Return value
int|null Integer timestamp of last delete, or NULL if delete has not been run.
1 method overrides SalesforceMappingInterface::getLastDeleteTime()
- SalesforceMapping::getLastDeleteTime in modules/
salesforce_mapping/ src/ Entity/ SalesforceMapping.php - Return the timestamp for the date of most recent delete processing.
File
- modules/
salesforce_mapping/ src/ Entity/ SalesforceMappingInterface.php, line 168
Class
- SalesforceMappingInterface
- Mapping between Drupal and Salesforce records.
Namespace
Drupal\salesforce_mapping\EntityCode
public function getLastDeleteTime();