public function RequestInterface::getQuery

Get the collection of key value pairs that will be used as the query string in the request

Return value

QueryString

1 method overrides RequestInterface::getQuery()
Request::getQuery in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php
Get the collection of key value pairs that will be used as the query string in the request

File

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

Class

RequestInterface
Generic HTTP request interface

Namespace

Guzzle\Http\Message

Code

public function getQuery();