You are here

public function SalesforcePullEvent::getMapping in Salesforce Suite 8.4

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

Getter.

Return value

\Drupal\salesforce_mapping\Entity\SalesforceMappingInterface The mapping interface.

File

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

Class

SalesforcePullEvent
Salesforce pull event.

Namespace

Drupal\salesforce_mapping\Event

Code

public function getMapping() {
  return $this->mapping;
}