public function MapTypesFromInputEvent::getSiteSchemaUri

Gets the site schema URI.

Return value

string|bool The site schema type URI if set, FALSE if otherwise.

File

drupal/core/modules/rdf/lib/Drupal/rdf/MapTypesFromInputEvent.php, line 78
Contains MapInputTypesEvent.

Class

MapTypesFromInputEvent
Represents type mapping as event.

Namespace

Drupal\rdf

Code

public function getSiteSchemaUri() {
  return $this->siteSchemaUri;
}