You are here

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

Gets a list of Schema.org properties.

Return value

array Array of all properties in the graph.

File

src/EasyRdfConverter.php, line 140

Class

EasyRdfConverter
Extracts details of RDF resources from an RDFa document.

Namespace

Drupal\rdfui

Code

public function getListProperties() {
  return $this->listProperties;
}