Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
NullSessionHandler.php
function NullSessionHandler::close
File
vendor/
symfony/
http-foundation/
Session/
Storage/
Handler/
NullSessionHandler.php
, line 21
Class
NullSessionHandler
Can be used in unit testing or in a situations where persisted sessions are not desired.
Namespace
Symfony\Component\HttpFoundation\Session\Storage\Handler
Code
public
function
close
() : bool {
return
true
; }
RSS feed