You are here

public function SessionLimit::getRouteMatch in Session Limit 2.x

Same name and namespace in other branches
  1. 8 src/Services/SessionLimit.php \Drupal\session_limit\Services\SessionLimit::getRouteMatch()

Return value

RouteMatchInterface

1 call to SessionLimit::getRouteMatch()
SessionLimit::onSessionLimitBypass in src/Services/SessionLimit.php
Event listener, on check for session check bypass.

File

src/Services/SessionLimit.php, line 133

Class

SessionLimit

Namespace

Drupal\session_limit\Services

Code

public function getRouteMatch() {
  return $this->routeMatch;
}