Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
FileCookieJar.php
function FileCookieJar::__destruct
Saves the file when shutting down
File
vendor/
guzzlehttp/
guzzle/
src/
Cookie/
FileCookieJar.php
, line 45
Class
FileCookieJar
Persists non-session cookies using a JSON formatted file
Namespace
GuzzleHttp\Cookie
Code
public
function
__destruct
() {
$this
->
save
(
$this
->
filename
); }
RSS feed