public function MappedObjectInterface::getSalesforceRecord in Salesforce Suite 5.0.x
Same name and namespace in other branches
- 8.4 modules/salesforce_mapping/src/Entity/MappedObjectInterface.php \Drupal\salesforce_mapping\Entity\MappedObjectInterface::getSalesforceRecord()
- 8.3 modules/salesforce_mapping/src/Entity/MappedObjectInterface.php \Drupal\salesforce_mapping\Entity\MappedObjectInterface::getSalesforceRecord()
Get the mapped Salesforce record, only available during pull.
Return value
\Drupal\salesforce\SObject The SObject data, available only during pull.
1 method overrides MappedObjectInterface::getSalesforceRecord()
- MappedObject::getSalesforceRecord in modules/
salesforce_mapping/ src/ Entity/ MappedObject.php - Get the mapped Salesforce record, only available during pull.
File
- modules/
salesforce_mapping/ src/ Entity/ MappedObjectInterface.php, line 102
Class
- MappedObjectInterface
- Mapped Object interface.
Namespace
Drupal\salesforce_mapping\EntityCode
public function getSalesforceRecord();