You are here

public function MappedObjectInterface::client in Salesforce Suite 8.3

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

Wrapper for salesforce.client service.

Return value

\Drupal\salesforce\Rest\RestClientInterface The service.

1 method overrides MappedObjectInterface::client()
MappedObject::client in modules/salesforce_mapping/src/Entity/MappedObject.php
Wrapper for salesforce.client service.

File

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

Class

MappedObjectInterface
Mapped Object interface.

Namespace

Drupal\salesforce_mapping\Entity

Code

public function client();