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\authorizationCode
public function getSkipped() : bool {
return $this->skipped;
}