public function SalesforceMappingInterface::getKeyField in Salesforce Suite 5.0.x
Same name and namespace in other branches
- 8.4 modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php \Drupal\salesforce_mapping\Entity\SalesforceMappingInterface::getKeyField()
- 8.3 modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php \Drupal\salesforce_mapping\Entity\SalesforceMappingInterface::getKeyField()
Return name of the Salesforce field which is the upsert key.
Return value
string The upsert key Salesforce field name.
1 method overrides SalesforceMappingInterface::getKeyField()
- SalesforceMapping::getKeyField in modules/
salesforce_mapping/ src/ Entity/ SalesforceMapping.php - Return name of the Salesforce field which is the upsert key.
File
- modules/
salesforce_mapping/ src/ Entity/ SalesforceMappingInterface.php, line 153
Class
- SalesforceMappingInterface
- Mapping between Drupal and Salesforce records.
Namespace
Drupal\salesforce_mapping\EntityCode
public function getKeyField();