public function Request::getCookies in RESTful 7.2
Return value
array
Overrides RequestInterface::getCookies
File
- src/
Http/ Request.php, line 546 - Contains \Drupal\restful\Http\Request
Class
- Request
- Deals with everything coming from the consumer.
Namespace
Drupal\restful\HttpCode
public function getCookies() {
return $this->cookies;
}