public function SessionLimitBypassEvent::shouldBypass in Session Limit 8
Same name and namespace in other branches
- 2.x 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;
}