You are here

public function AuthorizationProfile::getConsumerMappings in Authorization 8

Get the consumer mappings.

Return value

array Consumer mappings.

File

src/Entity/AuthorizationProfile.php, line 330

Class

AuthorizationProfile
Defines the Authorization profile entity.

Namespace

Drupal\authorization\Entity

Code

public function getConsumerMappings() : array {
  return $this->consumer_mappings;
}