public function MappedObjectInterface::client in Salesforce Suite 8.4
Same name and namespace in other branches
- 8.3 modules/salesforce_mapping/src/Entity/MappedObjectInterface.php \Drupal\salesforce_mapping\Entity\MappedObjectInterface::client()
- 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\EntityCode
public function client();