Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. CookieJar.php

function CookieJar::set

1 call to CookieJar::set()
CookieJar::updateFromSetCookie in vendor/symfony/browser-kit/CookieJar.php
Updates the cookie jar from a response Set-Cookie headers.

File

vendor/symfony/browser-kit/CookieJar.php, line 25

Class

CookieJar
CookieJar.

Namespace

Symfony\Component\BrowserKit

Code

public function set(Cookie $cookie) : void {
    $this->cookieJar[$cookie->getDomain()][$cookie->getPath()][$cookie->getName()] = $cookie;
}
RSS feed
Powered by Drupal