You are here

public function SalesforceAuthConfig::id in Salesforce Suite 5.0.x

Same name and namespace in other branches
  1. 8.4 src/Entity/SalesforceAuthConfig.php \Drupal\salesforce\Entity\SalesforceAuthConfig::id()
  2. 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\Entity

Code

public function id() {
  return $this->id;
}