public function MapTypesFromInputEvent::setSiteSchemaUri

Sets the site schema URI.

Parameters

string $uri: The site schema type URI.

File

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

Class

MapTypesFromInputEvent
Represents type mapping as event.

Namespace

Drupal\rdf

Code

public function setSiteSchemaUri($uri) {
  $this->siteSchemaUri = $uri;
}