function EasyRdf_ParsedUri::getQuery
Returns the query string part of the URI (e.g. foo=bar)
Return value
string
File
-
core/
modules/ rdf/ tests/ src/ Traits/ EasyRdf_ParsedUri.php, line 176
Class
- EasyRdf_ParsedUri
- A RFC3986 compliant URI parser
Namespace
Drupal\Tests\rdf\TraitsCode
public function getQuery() {
return $this->query;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.