You are here

public function SchemaOrgConverter::__construct in Schema.org configuration tool (RDF UI) 8

Constructor.

Overrides EasyRdfConverter::__construct

File

src/SchemaOrgConverter.php, line 20

Class

SchemaOrgConverter
Extracts details of RDF resources from Schema.org.

Namespace

Drupal\rdfui

Code

public function __construct() {
  parent::__construct();
  $this
    ->create();
}