You are here

public function AuthorizationResponse::getMessage in Authorization 8

Get the message.

Return value

string The message.

File

src/AuthorizationResponse.php, line 55

Class

AuthorizationResponse
Response object for the output of grantsAndRevokes().

Namespace

Drupal\authorization

Code

public function getMessage() : string {
  return $this->message;
}