public function AuthorizationProfile::getConsumerConfig in Authorization 8
Get the configuration of the consumer.
Return value
array General configuration of the consumer in the profile.
1 call to AuthorizationProfile::getConsumerConfig()
- AuthorizationProfile::loadConsumerPlugin in src/
Entity/ AuthorizationProfile.php - Load the consumer plugin.
File
- src/
Entity/ AuthorizationProfile.php, line 310
Class
- AuthorizationProfile
- Defines the Authorization profile entity.
Namespace
Drupal\authorization\EntityCode
public function getConsumerConfig() : array {
return $this->consumer_config;
}