public function AuthorizationProfile::getConsumerId in Authorization 8
Get the Consumer ID.
Return value
string Consumer ID.
2 calls to AuthorizationProfile::getConsumerId()
- AuthorizationProfile::getConsumer in src/
Entity/ AuthorizationProfile.php - Get the active consumer.
- AuthorizationProfile::loadConsumerPlugin in src/
Entity/ AuthorizationProfile.php - Load the consumer plugin.
File
- src/
Entity/ AuthorizationProfile.php, line 200
Class
- AuthorizationProfile
- Defines the Authorization profile entity.
Namespace
Drupal\authorization\EntityCode
public function getConsumerId() : ?string {
return $this->consumer;
}