You are here

public function AuthorizationProfile::setProviderMappings in Authorization 8

Set the provider mappings.

Parameters

array $provider_mappings: Provider mappings.

File

src/Entity/AuthorizationProfile.php, line 364

Class

AuthorizationProfile
Defines the Authorization profile entity.

Namespace

Drupal\authorization\Entity

Code

public function setProviderMappings(array $provider_mappings) : void {
  $this->provider_mappings = $provider_mappings;
}