constant PRIVATE_AUTOMATIC in Private content 8.2
1 use of PRIVATE_AUTOMATIC
- PrivateItemList::getDefault in src/
Plugin/ Field/ FieldType/ PrivateItemList.php - Return default value of private field, based on the node's content type.
File
- ./
private_content.module, line 30 - 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);