You are here

public function SalesforceMappingInterface::getLastPullTime in Salesforce Suite 8.3

Same name and namespace in other branches
  1. 8.4 modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php \Drupal\salesforce_mapping\Entity\SalesforceMappingInterface::getLastPullTime()
  2. 5.0.x modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php \Drupal\salesforce_mapping\Entity\SalesforceMappingInterface::getLastPullTime()

Return the timestamp for the date of most recent pull processing.

Return value

mixed Integer timestamp of last pull, or NULL if pull has not been run.

1 method overrides SalesforceMappingInterface::getLastPullTime()
SalesforceMapping::getLastPullTime in modules/salesforce_mapping/src/Entity/SalesforceMapping.php
Return the timestamp for the date of most recent pull processing.

File

modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php, line 186

Class

SalesforceMappingInterface
Mapping between Drupal and Salesforce records.

Namespace

Drupal\salesforce_mapping\Entity

Code

public function getLastPullTime();