You are here

function module_grants_viewable_nodes in Module Grants 6

Menu callback to list all content viewable to the logged-in user.

1 string reference to 'module_grants_viewable_nodes'
module_grants_menu in ./module_grants.module
Implementation of hook_menu().

File

./module_grants.module, line 227
Module to enable access control for unpublished content. Also makes sure that modules that operate on access grants behave in the expected way when enabled together.

Code

function module_grants_viewable_nodes() {
  return theme('module_grants_viewable_nodes');
}