You are here

Constants in Protected Node 6

Primary tabs

Namesort descending Location Description Direct uses Strings
PROTECTED_NODE_FIELDSET_CLOSE ./protected_node.settings.inc When editing a node that can be protected, always show the fieldset as closed. 1 1
PROTECTED_NODE_FIELDSET_OPEN ./protected_node.settings.inc When editing a node that can be protected, always show the fieldset as opened. 1 1
PROTECTED_NODE_FIELDSET_SMART ./protected_node.settings.inc When editing a node that can be protected and the protected fieldset is added, open it if the node is already protected. Leave closed otherwise. 2 1
PROTECTED_NODE_GLOBAL_PASSWORD ./protected_node.module Use the global password only. Ignore the node specific password and don't ask for one when editing the node. 2 1
PROTECTED_NODE_PER_NODE_AND_GLOBAL_PASSWORD ./protected_node.module The password is not required. The system uses the global password if the node does not define a password. 3 1
PROTECTED_NODE_PER_NODE_PASSWORD ./protected_node.module The password is required on all nodes unless the node type defines a default password. 4 1
PROTECTED_NODE_PROTECTION_ALWAYS ./protected_node.module The nodes of this type will always be protected. 2 1
PROTECTED_NODE_PROTECTION_NEVER ./protected_node.module Never protect these types of nodes. 2 1
PROTECTED_NODE_PROTECTION_PROTECTABLE ./protected_node.module The author can choose whether the node is protected or not. By default, the node is not protected. 3 1
PROTECTED_NODE_PROTECTION_PROTECTED ./protected_node.module The author can choose whether the node is protected or not. By default, the node is protected. 1 1

Other projects