You are here

constant PRIVATE_DISABLED in Private content 8.2

1 use of PRIVATE_DISABLED
PrivateItemList::isLocked in src/Plugin/Field/FieldType/PrivateItemList.php
Return whether private field is locked (not-writeable), based on the node's content type.

File

./private_content.module, line 28
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_DISABLED', 0);