You are here

constant PROTECTED_NODE_FIELDSET_CLOSE in Protected Node 7

Same name and namespace in other branches
  1. 6 protected_node.settings.inc \PROTECTED_NODE_FIELDSET_CLOSE
  2. 1.0.x protected_node.settings.inc \PROTECTED_NODE_FIELDSET_CLOSE

Protected node fieldset default behavior: closed.

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 30
Configuration file for the protected_node module.

Code

define('PROTECTED_NODE_FIELDSET_CLOSE', 2);