You are here

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

Get the Salesforce Object type name for this mapping, e.g. "Contact".

Return value

string The object name.

1 method overrides SalesforceMappingInterface::getSalesforceObjectType()
SalesforceMapping::getSalesforceObjectType in modules/salesforce_mapping/src/Entity/SalesforceMapping.php
Get the Salesforce Object type name for this mapping, e.g. "Contact".

File

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

Class

SalesforceMappingInterface
Mapping between Drupal and Salesforce records.

Namespace

Drupal\salesforce_mapping\Entity

Code

public function getSalesforceObjectType();