constant PROTECTED_NODE_PER_NODE_PASSWORD in Protected Node 7
Same name and namespace in other branches
- 6 protected_node.module \PROTECTED_NODE_PER_NODE_PASSWORD
- 1.0.x protected_node.module \PROTECTED_NODE_PER_NODE_PASSWORD
Per node password.
The password is required on all nodes unless the node type defines a default password.
Defined in: protected_node_use_global_password.
17 uses of PROTECTED_NODE_PER_NODE_PASSWORD
- ProtectedNodeFieldCollection::setUp in tests/
protected_node.field_collection.test - Prepare users for protected node's tests.
- ProtectedNodeFork::setUp in tests/
protected_node.fork.test - Prepare users for protected node's tests.
- ProtectedNodeMail::setUp in tests/
protected_node.mail_test.test - Prepare users for protected node's tests.
- ProtectedNodePageDisplay::setUp in tests/
protected_node.page_text.test - Prepare users for protected node's tests.
- ProtectedNodePageDisplay::testContentTypeWithGlobalDescriptionSet in tests/
protected_node.page_text.test - Test function.
File
- ./
protected_node.module, line 16 - Protected Node module.
Code
define('PROTECTED_NODE_PER_NODE_PASSWORD', 0);