public function SalesforceMappingInterface::doesPull 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::doesPull()
- 5.0.x modules/salesforce_mapping/src/Entity/SalesforceMappingInterface.php \Drupal\salesforce_mapping\Entity\SalesforceMappingInterface::doesPull()
Checks mappings for any pull operation.
Return value
bool TRUE if this mapping is configured to pull.
1 method overrides SalesforceMappingInterface::doesPull()
- SalesforceMapping::doesPull in modules/
salesforce_mapping/ src/ Entity/ SalesforceMapping.php - Checks mappings for any pull operation.
File
- modules/
salesforce_mapping/ src/ Entity/ SalesforceMappingInterface.php, line 123
Class
- SalesforceMappingInterface
- Mapping between Drupal and Salesforce records.
Namespace
Drupal\salesforce_mapping\EntityCode
public function doesPull();