public function SalesforceMappingInterface::getPullFieldsArray in Salesforce Suite 8.3
Same name and namespace in other branches
- 8.4 modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php \Drupal\salesforce_mapping\Entity\SalesforceMappingInterface::getPullFieldsArray()
- 5.0.x modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php \Drupal\salesforce_mapping\Entity\SalesforceMappingInterface::getPullFieldsArray()
Get a flat array of the field plugins which are configured to pull.
Return value
array Keys and values are Salesforce field names.
1 method overrides SalesforceMappingInterface::getPullFieldsArray()
- SalesforceMapping::getPullFieldsArray in modules/
salesforce_mapping/ src/ Entity/ SalesforceMapping.php - Get a flat array of the field plugins which are configured to pull.
File
- modules/
salesforce_mapping/ src/ Entity/ SalesforceMappingInterface.php, line 81
Class
- SalesforceMappingInterface
- Mapping between Drupal and Salesforce records.
Namespace
Drupal\salesforce_mapping\EntityCode
public function getPullFieldsArray();