You are here

function rdfui_permission in RDF Extensions 7.2

Implements hook_permission().

File

rdfui/rdfui.module, line 39

Code

function rdfui_permission() {
  return array(
    'administer RDF field mappings' => array(
      'title' => t('Change the RDF mappings for types and fields'),
    ),
  );
}