interface SalesforceIdentityInterface in Salesforce Suite 5.0.x
Same name and namespace in other branches
- 8.4 src/Rest/SalesforceIdentityInterface.php \Drupal\salesforce\Rest\SalesforceIdentityInterface
Hierarchy
- interface \Drupal\salesforce\Rest\SalesforceIdentityInterface
Expanded class hierarchy of SalesforceIdentityInterface
All classes that implement SalesforceIdentityInterface
2 files declare their use of SalesforceIdentityInterface
File
- src/
Rest/ SalesforceIdentityInterface.php, line 5
Namespace
Drupal\salesforce\RestView source
interface SalesforceIdentityInterface {
/**
* Given API type and optional API version, return the API url.
*
* @param string $api_type
* The api type, e.g. rest, partner, meta.
* @param string $api_version
* If given, replace {version} placeholder. Otherwise, return the raw URL.
*
* @return string
* The API url.
*/
public function getUrl($api_type, $api_version = NULL);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
SalesforceIdentityInterface:: |
public | function | Given API type and optional API version, return the API url. | 1 |