You are here

constant PRIVATE_GRANT_ALL in Private 8.2

Same name and namespace in other branches
  1. 8 private_content.module \PRIVATE_GRANT_ALL
  2. 7.2 private.module \PRIVATE_GRANT_ALL
  3. 7 private.module \PRIVATE_GRANT_ALL
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 40
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);