devel_node_access_perm

Versions
mediamosa-21
devel_node_access_perm()

Code

sites/all/modules/devel/devel_node_access.module, line 13

<?php
function devel_node_access_perm() {
  return array(DNA_ACCESS_VIEW => t('View the node access summary page and information blocks on node pages.'));
}
?>