You are here

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

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

Return value

EventDispatcherInterface

File

src/Services/SessionLimit.php, line 140

Class

SessionLimit

Namespace

Drupal\session_limit\Services

Code

public function getEventDispatcher() {
  return $this->eventDispatcher;
}