You are here

public function AuthorizationResponse::getSkipped in Authorization 8

If the authorization was skipped.

Return value

bool If skipped.

File

src/AuthorizationResponse.php, line 65

Class

AuthorizationResponse
Response object for the output of grantsAndRevokes().

Namespace

Drupal\authorization

Code

public function getSkipped() : bool {
  return $this->skipped;
}