You are here

constant PRIVATE_GRANT_ALL in Private content 8.2

2 uses of PRIVATE_GRANT_ALL
private_content_node_access_records in ./private_content.module
Implements hook_node_access_records().
private_content_node_grants in ./private_content.module
Implements hook_node_grants().

File

./private_content.module, line 33
A tremendously simple access control module -- it allows users to mark individual nodes as private; users with 'access private content' perms can read these nodes, while others cannot.

Code

define('PRIVATE_GRANT_ALL', 1);