You are here

rdfui.install in Schema.org configuration tool (RDF UI) 8

File

rdfui.install
View source
<?php

use Drupal\rdfui\SchemaOrgConverter;

/**
 * Implements hook_install().
 */
function rdfui_install() {

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

Functions

Namesort descending Description
rdfui_install Implements hook_install().