constant PROTECTED_NODE_PROTECTION_PROTECTABLE in Protected Node 6
Same name and namespace in other branches
- 7 protected_node.module \PROTECTED_NODE_PROTECTION_PROTECTABLE
- 1.0.x protected_node.module \PROTECTED_NODE_PROTECTION_PROTECTABLE
The author can choose whether the node is protected or not. By default, the node is not protected.
Defined in: protected_node_protection_<node type name>
3 uses of PROTECTED_NODE_PROTECTION_PROTECTABLE
- 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.
- protected_node_node_type_form_alter in ./
protected_node.settings.inc - @brief Implementation of the hook_form_alter() for node types.
File
- ./
protected_node.module, line 44
Code
define('PROTECTED_NODE_PROTECTION_PROTECTABLE', 1);