You are here

public function SalesforceQueryEvent::getMapping in Salesforce Suite 5.0.x

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

Getter.

Return value

\Drupal\salesforce_mapping\Entity\SalesforceMappingInterface The mapping.

File

modules/salesforce_mapping/src/Event/SalesforceQueryEvent.php, line 57

Class

SalesforceQueryEvent
Pull query event.

Namespace

Drupal\salesforce_mapping\Event

Code

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