public function Url::getFragment

Get the fragment part of the URL

Return value

null|string

File

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

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 getFragment() {
  return $this->fragment;
}