You are here

public function SalesforceAuthTokenStorage::__construct in Salesforce Suite 8.3

Same name and namespace in other branches
  1. 8.4 src/Storage/SalesforceAuthTokenStorage.php \Drupal\salesforce\Storage\SalesforceAuthTokenStorage::__construct()
  2. 5.0.x src/Storage/SalesforceAuthTokenStorage.php \Drupal\salesforce\Storage\SalesforceAuthTokenStorage::__construct()

SalesforceAuthTokenStorage constructor.

Parameters

\Drupal\Core\State\StateInterface $state: State service.

File

src/Storage/SalesforceAuthTokenStorage.php, line 33

Class

SalesforceAuthTokenStorage
Salesforce auth token storage.

Namespace

Drupal\salesforce\Storage

Code

public function __construct(StateInterface $state) {
  $this->state = $state;
}