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