public function SessionLimitDisconnectEvent::getMessage in Session Limit 2.x
Same name and namespace in other branches
- 8 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
Namespace
Drupal\session_limit\EventCode
public function getMessage() {
return $this->message;
}