You are here

public function AuthorizationProfile::getProviderConfig in Authorization 8

Get the configuration of the provider.

Return value

array General configuration of the provider in the profile.

1 call to AuthorizationProfile::getProviderConfig()
AuthorizationProfile::loadProviderPlugin in src/Entity/AuthorizationProfile.php
Load the provider plugin.

File

src/Entity/AuthorizationProfile.php, line 300

Class

AuthorizationProfile
Defines the Authorization profile entity.

Namespace

Drupal\authorization\Entity

Code

public function getProviderConfig() : array {
  return $this->provider_config;
}