public function RequestInterface::getPath

Get the path of the request (e.g. '/', '/index.html')

Return value

string

1 method overrides RequestInterface::getPath()
Request::getPath in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php
Get the path of the request (e.g. '/', '/index.html')

File

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

Class

RequestInterface
Generic HTTP request interface

Namespace

Guzzle\Http\Message

Code

public function getPath();