You are here

public function MappedObjectInterface::getMapping in Salesforce Suite 8.4

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

Get the attached mapping entity.

Return value

SalesforceMappingInterface The mapping entity.

1 method overrides MappedObjectInterface::getMapping()
MappedObject::getMapping in modules/salesforce_mapping/src/Entity/MappedObject.php
Get the attached mapping entity.

File

modules/salesforce_mapping/src/Entity/MappedObjectInterface.php, line 23

Class

MappedObjectInterface
Mapped Object interface.

Namespace

Drupal\salesforce_mapping\Entity

Code

public function getMapping();