You are here

public function SessionLimitBypassEvent::shouldBypass in Session Limit 2.x

Same name and namespace in other branches
  1. 8 src/Event/SessionLimitBypassEvent.php \Drupal\session_limit\Event\SessionLimitBypassEvent::shouldBypass()

Return value

bool True if the session limit check should be bypassed.

File

src/Event/SessionLimitBypassEvent.php, line 33

Class

SessionLimitBypassEvent

Namespace

Drupal\session_limit\Event

Code

public function shouldBypass() {
  return $this->bypass;
}