You are here

public function SessionLimitDisconnectEvent::getSessionId in Session Limit 8

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

Return value

int

File

src/Event/SessionLimitDisconnectEvent.php, line 46

Class

SessionLimitDisconnectEvent

Namespace

Drupal\session_limit\Event

Code

public function getSessionId() {
  return $this->sessionId;
}