You are here

Functions in Module Grants 6

Primary tabs

Namesort descending Location Description Direct uses Strings
get_nodes ./module_grants.module Retrieve a list of nodes or revisions accessible to the logged-in user via the supplied operation. 2
grants_by_module ./module_grants.module Return a map keyed by module name of SQL clauses representing the grants associated with the module, as returned by that module's hook_node_grants(). 1
module_grants_editable_nodes ./module_grants.module Menu callback to list all content editable to the logged-in user 1
module_grants_menu ./module_grants.module Implementation of hook_menu().
module_grants_menu_alter ./module_grants.module Implementation of hook_menu_alter().
module_grants_node_access ./module_grants.module Similar to node_access() in node.module but ANDs rather than ORs grants together on a per module base to create more natural behaviour. Also makes sure that published and unpublished content are treated in the same way, i.e. that grants are checked in… 2 1
module_grants_node_revision_access ./module_grants.module Menu options dealing with revisions have their revision-specific permission checked before being tested for the associated node-specific operation. Return a boolean indicating whether the current user has the requested permission AND access to the… 1
module_grants_perm ./module_grants.module Implementation of hook_perm().
module_grants_theme ./module_grants.module Implementation of hook_theme().
module_grants_viewable_nodes ./module_grants.module Menu callback to list all content viewable to the logged-in user. 1
theme_module_grants_editable_nodes ./module_grants.module Display in a table a summary of all content editable to the logged-in user.
theme_module_grants_viewable_nodes ./module_grants.module Display in a table a summary of all content viewable to the logged-in user.
_theme_nodes ./module_grants.module Theme the passed-in nodes as a table. 2

Other projects