You are here

public function SalesforceMappableEntityTypesInterface::isMappable 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::isMappable()
  2. 8.3 modules/salesforce_mapping/src/SalesforceMappableEntityTypesInterface.php \Drupal\salesforce_mapping\SalesforceMappableEntityTypesInterface::isMappable()

Given an entity type, return true or false to indicate if it's mappable.

Return value

bool TRUE or FALSE to indicate if the given entity type is mappable.

1 method overrides SalesforceMappableEntityTypesInterface::isMappable()
SalesforceMappableEntityTypes::isMappable in modules/salesforce_mapping/src/SalesforceMappableEntityTypes.php
Given an entity type, return true or false to indicate if it's mappable.

File

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

Class

SalesforceMappableEntityTypesInterface
Mappable entity types interface.

Namespace

Drupal\salesforce_mapping

Code

public function isMappable(EntityTypeInterface $entity_type);