You are here

public function TestSalesforceAuthProviderPluginManager::hasProviders in Salesforce Suite 8.3

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

TRUE if any auth providers are defined.

Return value

bool TRUE if any auth providers are defined.

Throws

\Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException

\Drupal\Component\Plugin\Exception\PluginNotFoundException

Overrides SalesforceAuthProviderPluginManager::hasProviders

File

src/Tests/TestSalesforceAuthProviderPluginManager.php, line 38

Class

TestSalesforceAuthProviderPluginManager

Namespace

Drupal\salesforce\Tests

Code

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