You are here

function data_taxonomy_perm in Data 6

Implementation of hook_perm().

File

data_taxonomy/data_taxonomy.module, line 57
Hooks and API functions for Data Node module.

Code

function data_taxonomy_perm() {
  return array(
    'edit data taxonomy relations',
  );
}