rdfui.install in Schema.org configuration tool (RDF UI) 8
File
rdfui.installView source
<?php
use Drupal\rdfui\SchemaOrgConverter;
/**
* Implements hook_install().
*/
function rdfui_install() {
// Initialize the rdf schema.
$converter = new SchemaOrgConverter();
}
Functions
Name | Description |
---|---|
rdfui_install | Implements hook_install(). |