Get the URI of the schema.
Return value
string
The URI of the schema.
File
- drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/SiteSchema.php, line 68
- Contains SiteSchema.
Class
- SiteSchema
- Defines a site-generated schema.
Namespace
Drupal\rdf\SiteSchema
Code
public function getUri() {
return url($this->schemaPath, array(
'absolute' => TRUE,
));
}