constant PROTECTED_NODE_FIELDSET_CLOSE in Protected Node 6
Same name and namespace in other branches
- 7 protected_node.settings.inc \PROTECTED_NODE_FIELDSET_CLOSE
- 1.0.x protected_node.settings.inc \PROTECTED_NODE_FIELDSET_CLOSE
When editing a node that can be protected, always show the fieldset as closed.
1 use of PROTECTED_NODE_FIELDSET_CLOSE
- protected_node_node_form_alter in ./
protected_node.settings.inc - Actual implementation of the protected_node_form_alter() function.
File
- ./
protected_node.settings.inc, line 23 - Configuration file for the protected_node module.
Code
define('PROTECTED_NODE_FIELDSET_CLOSE', 2);