public function SiteSchema::getPath

Get the relative base path of the schema.

File

drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/SiteSchema.php, line 75
Contains SiteSchema.

Class

SiteSchema
Defines a site-generated schema.

Namespace

Drupal\rdf\SiteSchema

Code

public function getPath() {
  return $this->schemaPath;
}