You are here

public function AuthorizationController::getProcessedAuthorizations in Authorization 8

Returns list of all authorizations, which were processed.

Return value

AuthorizationResponse[] Authorizations by human-readable label.

File

src/AuthorizationController.php, line 162

Class

AuthorizationController
Authorization controller.

Namespace

Drupal\authorization

Code

public function getProcessedAuthorizations() : array {
  return $this->processedAuthorizations;
}