You are here

public function SalesforcePullEvent::getMappedObject in Salesforce Suite 8.3

Same name and namespace in other branches
  1. 8.4 modules/salesforce_mapping/src/Event/SalesforcePullEvent.php \Drupal\salesforce_mapping\Event\SalesforcePullEvent::getMappedObject()
  2. 5.0.x modules/salesforce_mapping/src/Event/SalesforcePullEvent.php \Drupal\salesforce_mapping\Event\SalesforcePullEvent::getMappedObject()

Getter.

Return value

\Drupal\salesforce_mapping\Entity\MappedObjectInterface The mapped object.

File

modules/salesforce_mapping/src/Event/SalesforcePullEvent.php, line 95

Class

SalesforcePullEvent
Salesforce pull event.

Namespace

Drupal\salesforce_mapping\Event

Code

public function getMappedObject() {
  return $this->mappedObject;
}