You are here

function rdfui_install in Schema.org configuration tool (RDF UI) 8

Implements hook_install().

File

./rdfui.install, line 8

Code

function rdfui_install() {

  // Initialize the rdf schema.
  $converter = new SchemaOrgConverter();
}