public function SalesforceMappingInterface::setLastDeleteTime 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::setLastDeleteTime()
- 5.0.x modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php \Drupal\salesforce_mapping\Entity\SalesforceMappingInterface::setLastDeleteTime()
Set this mapping as having been last processed for deletes at $time.
Parameters
int $time: The delete time to set.
Return value
$this
1 method overrides SalesforceMappingInterface::setLastDeleteTime()
- SalesforceMapping::setLastDeleteTime in modules/
salesforce_mapping/ src/ Entity/ SalesforceMapping.php - Set this mapping as having been last processed for deletes at $time.
File
- modules/
salesforce_mapping/ src/ Entity/ SalesforceMappingInterface.php, line 179
Class
- SalesforceMappingInterface
- Mapping between Drupal and Salesforce records.
Namespace
Drupal\salesforce_mapping\EntityCode
public function setLastDeleteTime($time);