You are here

public function SalesforceMappingInterface::getDrupalEntityType in Salesforce Suite 5.0.x

Same name and namespace in other branches
  1. 8.4 modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php \Drupal\salesforce_mapping\Entity\SalesforceMappingInterface::getDrupalEntityType()
  2. 8.3 modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php \Drupal\salesforce_mapping\Entity\SalesforceMappingInterface::getDrupalEntityType()

Get the Drupal entity type name for this mapping, e.g. "node".

Return value

string The entity type id.

1 method overrides SalesforceMappingInterface::getDrupalEntityType()
SalesforceMapping::getDrupalEntityType in modules/salesforce_mapping/src/Entity/SalesforceMapping.php
Get the Drupal entity type name for this mapping, e.g. "node".

File

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

Class

SalesforceMappingInterface
Mapping between Drupal and Salesforce records.

Namespace

Drupal\salesforce_mapping\Entity

Code

public function getDrupalEntityType();