Sets the query string.
@api
Parameters
string $queryString The query string:
File
- drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php, line 248
Class
- RequestContext
- Holds information about the current request.
Namespace
Symfony\Component\Routing
Code
public function setQueryString($queryString) {
$this->queryString = $queryString;
}