You are here

public function SalesforceAuthProviderPluginBase::getPluginDefinition in Salesforce Suite 8.3

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

Gets the definition of the plugin implementation.

Return value

array The plugin definition, as returned by the discovery object used by the plugin manager.

Overrides PluginInspectionInterface::getPluginDefinition

1 call to SalesforceAuthProviderPluginBase::getPluginDefinition()
SalesforceAuthProviderPluginBase::getCredentials in src/SalesforceAuthProviderPluginBase.php
Return the credentials configured for this auth provider instance.

File

src/SalesforceAuthProviderPluginBase.php, line 135

Class

SalesforceAuthProviderPluginBase
Shared methods for auth providers.

Namespace

Drupal\salesforce

Code

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