You are here

public function SalesforceMappingInterface::getPullFields in Salesforce Suite 8.4

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

Get all the field plugins which are configured to pull from Salesforce.

Return value

\Drupal\salesforce_mapping\SalesforceMappingFieldPluginInterface[] Array of objects.

1 method overrides SalesforceMappingInterface::getPullFields()
SalesforceMapping::getPullFields in modules/salesforce_mapping/src/Entity/SalesforceMapping.php
Get all the field plugins which are configured to pull from Salesforce.

File

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

Class

SalesforceMappingInterface
Mapping between Drupal and Salesforce records.

Namespace

Drupal\salesforce_mapping\Entity

Code

public function getPullFields();