public function MapTypesFromInputEvent::getSiteSchemaTypes

Gets the cache of internal site schema types.

Return value

array The cached site schema type array.

File

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

Class

MapTypesFromInputEvent
Represents type mapping as event.

Namespace

Drupal\rdf

Code

public function getSiteSchemaTypes() {
  return $this->siteSchemaTypes;
}