You are here

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

Set this mapping as having been last pulled at $time.

Parameters

int $time: The pull time to set.

Return value

$this

1 method overrides SalesforceMappingInterface::setLastPullTime()
SalesforceMapping::setLastPullTime in modules/salesforce_mapping/src/Entity/SalesforceMapping.php
Set this mapping as having been last pulled at $time.

File

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

Class

SalesforceMappingInterface
Mapping between Drupal and Salesforce records.

Namespace

Drupal\salesforce_mapping\Entity

Code

public function setLastPullTime($time);