public function SalesforceMappingInterface::getPullFields in Salesforce Suite 5.0.x
Same name and namespace in other branches
- 8.4 modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php \Drupal\salesforce_mapping\Entity\SalesforceMappingInterface::getPullFields()
- 8.3 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\EntityCode
public function getPullFields();