You are here

public function SalesforceAuthProviderPluginManagerInterface::getConfig in Salesforce Suite 8.4

Same name and namespace in other branches
  1. 5.0.x src/SalesforceAuthProviderPluginManagerInterface.php \Drupal\salesforce\SalesforceAuthProviderPluginManagerInterface::getConfig()

Get the active auth service provider, or null if it has not been assigned.

Return value

\Drupal\salesforce\Entity\SalesforceAuthConfig|null The active service provider, or null if it has not been assigned.

1 method overrides SalesforceAuthProviderPluginManagerInterface::getConfig()
SalesforceAuthProviderPluginManager::getConfig in src/SalesforceAuthProviderPluginManager.php
Get the active auth service provider, or null if it has not been assigned.

File

src/SalesforceAuthProviderPluginManagerInterface.php, line 43

Class

SalesforceAuthProviderPluginManagerInterface
Auth provider plugin manager interface.

Namespace

Drupal\salesforce

Code

public function getConfig();