You are here

public function SalesforceMappingInterface::getLastDeleteTime in Salesforce Suite 5.0.x

Same name and namespace in other branches
  1. 8.4 modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php \Drupal\salesforce_mapping\Entity\SalesforceMappingInterface::getLastDeleteTime()
  2. 8.3 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 169

Class

SalesforceMappingInterface
Mapping between Drupal and Salesforce records.

Namespace

Drupal\salesforce_mapping\Entity

Code

public function getLastDeleteTime();