function EasyRdf_ParsedUri::isAbsolute

Returns true if this is an absolute (complete) URI

Return value

boolean

File

core/modules/rdf/tests/src/Traits/EasyRdf_ParsedUri.php, line 112

Class

EasyRdf_ParsedUri
A RFC3986 compliant URI parser

Namespace

Drupal\Tests\rdf\Traits

Code

public function isAbsolute() {
    return $this->scheme !== null;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.