abstract protected function SessionListener::getSession in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/EventListener/SessionListener.php \Symfony\Component\HttpKernel\EventListener\SessionListener::getSession()
Gets the session object.
Return value
SessionInterface|null A SessionInterface instance or null if no session is available
1 call to SessionListener::getSession()
- SessionListener::onKernelRequest in vendor/
symfony/ http-kernel/ EventListener/ SessionListener.php
File
- vendor/
symfony/ http-kernel/ EventListener/ SessionListener.php, line 52
Class
- SessionListener
- Sets the session in the request.
Namespace
Symfony\Component\HttpKernel\EventListenerCode
protected abstract function getSession();