You are here

constant PRIVATE_ALWAYS in Private 8

Same name and namespace in other branches
  1. 8.2 private_content.module \PRIVATE_ALWAYS
  2. 6 private.module \PRIVATE_ALWAYS
  3. 7.2 private.module \PRIVATE_ALWAYS
  4. 7 private.module \PRIVATE_ALWAYS
1 use of PRIVATE_ALWAYS
private_content_form_node_form_alter in ./private_content.module
Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\NodeForm.

File

./private_content.module, line 20
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_ALWAYS', 3);