public function AuthorizationProfile::getProviderId in Authorization 8
Get the Provider ID.
Return value
string Provider ID.
4 calls to AuthorizationProfile::getProviderId()
- AuthorizationProfile::getProvider in src/
Entity/ AuthorizationProfile.php - Get the active provider.
- AuthorizationProfile::hasValidProvider in src/
Entity/ AuthorizationProfile.php - Does the profile have valid providers?
- AuthorizationProfile::loadConsumerPlugin in src/
Entity/ AuthorizationProfile.php - Load the consumer plugin.
- AuthorizationProfile::loadProviderPlugin in src/
Entity/ AuthorizationProfile.php - Load the provider plugin.
File
- src/
Entity/ AuthorizationProfile.php, line 190
Class
- AuthorizationProfile
- Defines the Authorization profile entity.
Namespace
Drupal\authorization\EntityCode
public function getProviderId() : ?string {
return $this->provider;
}