public function AuthorizationProfile::setProviderConfig in Authorization 8
Set the configuration of the provider.
Function not in use, declared by the form directly.
Parameters
array $provider_config: Provider config to set.
File
- src/
Entity/ AuthorizationProfile.php, line 342
Class
- AuthorizationProfile
- Defines the Authorization profile entity.
Namespace
Drupal\authorization\EntityCode
public function setProviderConfig(array $provider_config) : void {
$this->provider_config = $provider_config;
}