You are here

public function AuthorizationProfile::setConsumerMappings in Authorization 8

Set the consumer mappings.

Parameters

array $consumer_mappings: Consumer mappings.

File

src/Entity/AuthorizationProfile.php, line 374

Class

AuthorizationProfile
Defines the Authorization profile entity.

Namespace

Drupal\authorization\Entity

Code

public function setConsumerMappings(array $consumer_mappings) : void {
  $this->consumer_mappings = $consumer_mappings;
}