You are here

public function RestClientInterface::getObjectTypeName in Salesforce Suite 5.0.x

Same name and namespace in other branches
  1. 8.4 src/Rest/RestClientInterface.php \Drupal\salesforce\Rest\RestClientInterface::getObjectTypeName()
  2. 8.3 src/Rest/RestClientInterface.php \Drupal\salesforce\Rest\RestClientInterface::getObjectTypeName()

Utility function to determine object type for given SFID.

Parameters

\Drupal\salesforce\SFID $id: The SFID.

Return value

string|false The object type name, or FALSE if not found.

1 method overrides RestClientInterface::getObjectTypeName()
RestClient::getObjectTypeName in src/Rest/RestClient.php
Utility function to determine object type for given SFID.

File

src/Rest/RestClientInterface.php, line 408

Class

RestClientInterface
Objects, properties, and methods to communicate with the Salesforce REST API.

Namespace

Drupal\salesforce\Rest

Code

public function getObjectTypeName(SFID $id);