public function AuthorizationResponse::getAuthorizationsApplied in Authorization 8
The authorizations applied.
Return value
array Authorizations.
File
- src/
AuthorizationResponse.php, line 75
Class
- AuthorizationResponse
- Response object for the output of grantsAndRevokes().
Namespace
Drupal\authorizationCode
public function getAuthorizationsApplied() : array {
return $this->authorizationsApplied;
}