You are here

constant PROTECTED_NODE_PROTECTION_ALWAYS in Protected Node 7

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

The nodes of this type will always be protected.

Defined in: protected_node_protection_<node type name>.

2 uses of PROTECTED_NODE_PROTECTION_ALWAYS
protected_node_load in ./protected_node.module
Load the node extension fields.
protected_node_node_form_alter in ./protected_node.settings.inc
Actual implementation of the protected_node_form_alter() function.

File

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

Code

define('PROTECTED_NODE_PROTECTION_ALWAYS', 3);