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();
}
Implements hook_install().
function rdfui_install() {
// Initialize the rdf schema.
$converter = new SchemaOrgConverter();
}