public function RequestInterface::getUsername

Get the username to pass in the URL if set

Return value

string|null

1 method overrides RequestInterface::getUsername()
Request::getUsername in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php
Get the username to pass in the URL if set

File

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

Class

RequestInterface
Generic HTTP request interface

Namespace

Guzzle\Http\Message

Code

public function getUsername();