You are here

function module_grants_editable_nodes in Module Grants 6

Menu callback to list all content editable to the logged-in user

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

File

./module_grants.module, line 234
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_editable_nodes() {
  return theme('module_grants_editable_nodes');
}