You are here

public function SalesforceMappableEntityTypesInterface::getMappableEntityTypes in Salesforce Suite 5.0.x

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

Get an array of entity types that are mappable.

Return value

\Drupal\Core\Entity\EntityTypeInterface[] Objects which are exposed for mapping to Salesforce.

1 method overrides SalesforceMappableEntityTypesInterface::getMappableEntityTypes()
SalesforceMappableEntityTypes::getMappableEntityTypes in modules/salesforce_mapping/src/SalesforceMappableEntityTypes.php
Get an array of entity types that are mappable.

File

modules/salesforce_mapping/src/SalesforceMappableEntityTypesInterface.php, line 18

Class

SalesforceMappableEntityTypesInterface
Mappable entity types interface.

Namespace

Drupal\salesforce_mapping

Code

public function getMappableEntityTypes();