Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Request.php
function Request::getCookies
Gets the request cookies.
File
vendor/
symfony/
browser-kit/
Request.php
, line 79
Class
Request
@author Fabien Potencier <
fabien@symfony.com
>
Namespace
Symfony\Component\BrowserKit
Code
public
function
getCookies
() : array {
return
$this
->
cookies
; }
RSS feed