You are here

public function SalesforceMappingInterface::getLastPushTime in Salesforce Suite 8.4

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

Code

public function getLastPushTime();