You are here

public function SalesforceMappingInterface::setLastPushTime 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::setLastPushTime()
  2. 5.0.x modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php \Drupal\salesforce_mapping\Entity\SalesforceMappingInterface::setLastPushTime()

Set the timestamp when the push queue was last process for this mapping.

Parameters

string $time: The push time to set.

Return value

$this

1 method overrides SalesforceMappingInterface::setLastPushTime()
SalesforceMapping::setLastPushTime in modules/salesforce_mapping/src/Entity/SalesforceMapping.php
Set the timestamp when the push queue was last process for this mapping.

File

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

Class

SalesforceMappingInterface
Mapping between Drupal and Salesforce records.

Namespace

Drupal\salesforce_mapping\Entity

Code

public function setLastPushTime($time);