You are here

public function EasyRdfConverter::getListTypes in Schema.org configuration tool (RDF UI) 8

Gets a list of Schema.org types.

Return value

array Array of all types in the graph.

File

src/EasyRdfConverter.php, line 150

Class

EasyRdfConverter
Extracts details of RDF resources from an RDFa document.

Namespace

Drupal\rdfui

Code

public function getListTypes() {
  return $this->listTypes;
}