You are here

function rdfui_theme in RDF Extensions 7.2

Implements hook_theme().

File

rdfui/rdfui.module, line 28

Code

function rdfui_theme($path, $arg) {
  return array(
    'rdfui_term_autocomplete' => array(
      'render element' => 'term',
    ),
  );
}