You are here

abstract protected function TestSessionListener::getSession in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/EventListener/TestSessionListener.php \Symfony\Component\HttpKernel\EventListener\TestSessionListener::getSession()

Gets the session object.

Return value

SessionInterface|null A SessionInterface instance or null if no session is available

1 call to TestSessionListener::getSession()
TestSessionListener::onKernelRequest in vendor/symfony/http-kernel/EventListener/TestSessionListener.php

File

vendor/symfony/http-kernel/EventListener/TestSessionListener.php, line 82

Class

TestSessionListener
TestSessionListener.

Namespace

Symfony\Component\HttpKernel\EventListener

Code

protected abstract function getSession();