You are here

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

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

Getter.

Return value

\Drupal\salesforce_mapping\Entity\SalesforceMappingInterface The mapping.

File

modules/salesforce_mapping/src/Event/SalesforceDeleteAllowedEvent.php, line 62

Class

SalesforceDeleteAllowedEvent
Delete allowed event.

Namespace

Drupal\salesforce_mapping\Event

Code

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