You are here

function data_node_perm in Data 6

Implementation of hook_perm().

File

data_node/data_node.module, line 104
Hooks and API functions for Data Node module.

Code

function data_node_perm() {
  return array(
    'edit data node relations',
  );
}