public function SalesforceAuthConfig::id in Salesforce Suite 5.0.x
Same name and namespace in other branches
- 8.4 src/Entity/SalesforceAuthConfig.php \Drupal\salesforce\Entity\SalesforceAuthConfig::id()
- 8.3 src/Entity/SalesforceAuthConfig.php \Drupal\salesforce\Entity\SalesforceAuthConfig::id()
Id getter.
Overrides EntityBase::id
1 call to SalesforceAuthConfig::id()
- SalesforceAuthConfig::getProviderSettings in src/
Entity/ SalesforceAuthConfig.php - Wrapper for provider settings to inject instance id, from auth config.
File
- src/
Entity/ SalesforceAuthConfig.php, line 93
Class
- SalesforceAuthConfig
- Defines a Salesforce Auth entity.
Namespace
Drupal\salesforce\EntityCode
public function id() {
return $this->id;
}