public function SalesforceMappingInterface::getDrupalBundle in Salesforce Suite 8.4
Same name and namespace in other branches
- 8.3 modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php \Drupal\salesforce_mapping\Entity\SalesforceMappingInterface::getDrupalBundle()
- 5.0.x modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php \Drupal\salesforce_mapping\Entity\SalesforceMappingInterface::getDrupalBundle()
Get the Drupal bundle name for this mapping, e.g. "article".
Return value
string The bundle.
1 method overrides SalesforceMappingInterface::getDrupalBundle()
- SalesforceMapping::getDrupalBundle in modules/
salesforce_mapping/ src/ Entity/ SalesforceMapping.php - Get the Drupal bundle name for this mapping, e.g. "article".
File
- modules/
salesforce_mapping/ src/ Entity/ SalesforceMappingInterface.php, line 66
Class
- SalesforceMappingInterface
- Mapping between Drupal and Salesforce records.
Namespace
Drupal\salesforce_mapping\EntityCode
public function getDrupalBundle();