You are here

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

Get all the mapped field plugins for this mapping.

Return value

\Drupal\salesforce_mapping\SalesforceMappingFieldPluginInterface[] The fields.

1 method overrides SalesforceMappingInterface::getFieldMappings()
SalesforceMapping::getFieldMappings in modules/salesforce_mapping/src/Entity/SalesforceMapping.php
Get all the mapped field plugins for this mapping.

File

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

Class

SalesforceMappingInterface
Mapping between Drupal and Salesforce records.

Namespace

Drupal\salesforce_mapping\Entity

Code

public function getFieldMappings();