public function Url::getPassword

Get the password part of the URL

Return value

null|string

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Url.php, line 390

Class

Url
Parses and generates URLs based on URL parts. In favor of performance, URL parts are not validated.

Namespace

Guzzle\Http

Code

public function getPassword() {
  return $this->password;
}