You are here

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

The Salesforce date field which determines whether to pull.

Return value

string SF field name.

1 method overrides SalesforceMappingInterface::getPullTriggerDate()
SalesforceMapping::getPullTriggerDate in modules/salesforce_mapping/src/Entity/SalesforceMapping.php
The Salesforce date field which determines whether to pull.

File

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

Class

SalesforceMappingInterface
Mapping between Drupal and Salesforce records.

Namespace

Drupal\salesforce_mapping\Entity

Code

public function getPullTriggerDate();