You are here

constant PROTECTED_NODE_PROTECTION_PROTECTED in Protected Node 7

Same name and namespace in other branches
  1. 6 protected_node.module \PROTECTED_NODE_PROTECTION_PROTECTED
  2. 1.0.x protected_node.module \PROTECTED_NODE_PROTECTION_PROTECTED

The author can choose whether the node is protected or not.

By default, the node is protected.

Defined in: protected_node_protection_<node type name>.

1 use of PROTECTED_NODE_PROTECTION_PROTECTED
protected_node_node_form_alter in ./protected_node.settings.inc
Actual implementation of the protected_node_form_alter() function.

File

./protected_node.module, line 61
Protected Node module.

Code

define('PROTECTED_NODE_PROTECTION_PROTECTED', 2);