You are here

constant PROTECTED_NODE_FIELDSET_OPEN in Protected Node 7

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

Protected node fieldset default behavior: open.

When editing a node that can be protected, always show the fieldset as opened.

1 use of PROTECTED_NODE_FIELDSET_OPEN
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 22
Configuration file for the protected_node module.

Code

define('PROTECTED_NODE_FIELDSET_OPEN', 1);