public function AuthorizationProfile::getProviderMappings in Authorization 8
Returns the currently set provider mappings.
Return value
array Provider mappings.
1 call to AuthorizationProfile::getProviderMappings()
- AuthorizationProfile::grantsAndRevokes in src/
Entity/ AuthorizationProfile.php - Perform grant and revokes.
File
- src/
Entity/ AuthorizationProfile.php, line 320
Class
- AuthorizationProfile
- Defines the Authorization profile entity.
Namespace
Drupal\authorization\EntityCode
public function getProviderMappings() : array {
return $this->provider_mappings;
}