public function SalesforcePullEntityValueEvent::getMappedObject in Salesforce Suite 5.0.x
Same name and namespace in other branches
- 8.4 modules/salesforce_mapping/src/Event/SalesforcePullEntityValueEvent.php \Drupal\salesforce_mapping\Event\SalesforcePullEntityValueEvent::getMappedObject()
- 8.3 modules/salesforce_mapping/src/Event/SalesforcePullEntityValueEvent.php \Drupal\salesforce_mapping\Event\SalesforcePullEntityValueEvent::getMappedObject()
Getter.
Return value
\Drupal\salesforce_mapping\Entity\MappedObjectInterface The mapped object.
File
- modules/
salesforce_mapping/ src/ Event/ SalesforcePullEntityValueEvent.php, line 113
Class
- SalesforcePullEntityValueEvent
- Pull entity event.
Namespace
Drupal\salesforce_mapping\EventCode
public function getMappedObject() {
return $this->mappedObject;
}