public function SessionLimit::getEventDispatcher in Session Limit 8
Same name and namespace in other branches
- 2.x src/Services/SessionLimit.php \Drupal\session_limit\Services\SessionLimit::getEventDispatcher()
Return value
File
- src/
Services/ SessionLimit.php, line 140
Class
Namespace
Drupal\session_limit\ServicesCode
public function getEventDispatcher() {
return $this->eventDispatcher;
}