public function RequestContext::getQueryString

Gets the query string.

Return value

string The query string

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php, line 236

Class

RequestContext
Holds information about the current request.

Namespace

Symfony\Component\Routing

Code

public function getQueryString() {
  return $this->queryString;
}