public function EasyRdf_ParsedUri::getFragment in Drupal 8
Returns the fragment part of the URI (i.e. after the #)
Return value
string
File
- core/
modules/ rdf/ tests/ src/ Traits/ EasyRdf_ParsedUri.php, line 192
Class
- EasyRdf_ParsedUri
- A RFC3986 compliant URI parser
Namespace
Drupal\Tests\rdf\TraitsCode
public function getFragment() {
return $this->fragment;
}