public function RequestInterface::getCookie

Get a cookie value by name

Parameters

string $name Cookie to retrieve:

Return value

null|string

1 method overrides RequestInterface::getCookie()
Request::getCookie in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php
Get a cookie value by name

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php, line 306

Class

RequestInterface
Generic HTTP request interface

Namespace

Guzzle\Http\Message

Code

public function getCookie($name);