You are here

public function SessionLimitDisconnectEvent::getMessage in Session Limit 8

Same name and namespace in other branches
  1. 2.x src/Event/SessionLimitDisconnectEvent.php \Drupal\session_limit\Event\SessionLimitDisconnectEvent::getMessage()

Get the message the user will see when their session is ended.

Return value

string

File

src/Event/SessionLimitDisconnectEvent.php, line 83

Class

SessionLimitDisconnectEvent

Namespace

Drupal\session_limit\Event

Code

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