public function AuthorizationProfile::setConsumerConfig in Authorization 8
Set the consumer configuration.
Function not in use, declared by the form directly.
Parameters
array $consumer_config: General configuration of the consumer in the profile.
File
- src/
Entity/ AuthorizationProfile.php, line 354
Class
- AuthorizationProfile
- Defines the Authorization profile entity.
Namespace
Drupal\authorization\EntityCode
public function setConsumerConfig(array $consumer_config) : void {
$this->consumer_config = $consumer_config;
}