You are here

constant PRIVATE_AUTOMATIC in Private 8.2

Same name and namespace in other branches
  1. 8 private_content.module \PRIVATE_AUTOMATIC
  2. 6 private.module \PRIVATE_AUTOMATIC
  3. 7.2 private.module \PRIVATE_AUTOMATIC
  4. 7 private.module \PRIVATE_AUTOMATIC
1 use of PRIVATE_AUTOMATIC
private_content_get_default in ./private_content.module
Return default value for private field, based on the node's content type.

File

./private_content.module, line 37
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_AUTOMATIC', 2);